Public Member Functions | |
virtual void | enforce (const ros::Duration &period) |
LimitsHandle (const T &handle) | |
virtual void | reset () |
template<> | |
void | reset () |
template<> | |
void | reset () |
Private Attributes | |
T | limits_handle_ |
Definition at line 8 of file handle_layer.cpp.
LimitsHandle< T >::LimitsHandle | ( | const T & | handle | ) | [inline] |
Definition at line 11 of file handle_layer.cpp.
virtual void LimitsHandle< T >::enforce | ( | const ros::Duration & | period | ) | [inline, virtual] |
Definition at line 12 of file handle_layer.cpp.
virtual void LimitsHandle< T >::reset | ( | ) | [inline, virtual] |
Definition at line 13 of file handle_layer.cpp.
void LimitsHandle< joint_limits_interface::PositionJointSaturationHandle >::reset | ( | ) |
Definition at line 16 of file handle_layer.cpp.
void LimitsHandle< joint_limits_interface::PositionJointSoftLimitsHandle >::reset | ( | ) |
Definition at line 17 of file handle_layer.cpp.
T LimitsHandle< T >::limits_handle_ [private] |
Definition at line 9 of file handle_layer.cpp.