ros2_control - rolling
|
Helper class to simplify integrating the GripperActionController with different hardware interfaces. More...
#include <hardware_interface_adapter.hpp>
Public Member Functions | |
bool | init (std::optional< std::reference_wrapper< hardware_interface::LoanedCommandInterface >>, std::shared_ptr< rclcpp_lifecycle::LifecycleNode > &) |
void | starting (const rclcpp::Time &) |
void | stopping (const rclcpp::Time &) |
double | updateCommand (double, double, double, double, double) |
Helper class to simplify integrating the GripperActionController with different hardware interfaces.
The GripperActionController outputs position while it is supposed to work with either position or effort commands.