ros2_control - rolling
Public Member Functions | List of all members
HardwareInterfaceAdapter< HardwareInterface > Class Template Reference

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)
 

Detailed Description

template<const char * HardwareInterface>
class HardwareInterfaceAdapter< HardwareInterface >

Helper class to simplify integrating the GripperActionController with different hardware interfaces.

Author
Sachin Chitta, Adolfo Rodriguez Tsouroukdissian

The GripperActionController outputs position while it is supposed to work with either position or effort commands.


The documentation for this class was generated from the following file: