|
Haptic Controller
|
Limit struct to store upper and lower limits. More...
Public Member Functions | |
| T | over_limits (T compare) const |
Public Attributes | |
| T | lower |
| T | upper |
Limit struct to store upper and lower limits.
| The | type of the limit |
Definition at line 33 of file helpers.hpp.
|
inline |
Definition at line 38 of file helpers.hpp.
References Limits< T >::lower, and Limits< T >::upper.
Referenced by soft_limit_torques().
| T Limits< T >::lower |
Definition at line 35 of file helpers.hpp.
Referenced by convert_angular_units(), limit(), OdriveController< CAN >::move_to_limits(), Limits< T >::over_limits(), and OdriveController< CAN >::set_torque().
| T Limits< T >::upper |
Definition at line 36 of file helpers.hpp.
Referenced by convert_angular_units(), limit(), OdriveController< CAN >::move_to_limits(), Limits< T >::over_limits(), and OdriveController< CAN >::set_torque().