|
| RCLCPP_SHARED_PTR_DEFINITIONS (RRBotSensorPositionFeedback) |
|
hardware_interface::CallbackReturn | on_init (const hardware_interface::HardwareInfo &info) override |
| Initialization of the hardware interface from data parsed from the robot's URDF.
|
|
std::vector< hardware_interface::StateInterface > | export_state_interfaces () override |
| Exports all state interfaces for this hardware interface.
|
|
hardware_interface::CallbackReturn | on_configure (const rclcpp_lifecycle::State &previous_state) override |
|
hardware_interface::CallbackReturn | on_activate (const rclcpp_lifecycle::State &previous_state) override |
|
hardware_interface::CallbackReturn | on_deactivate (const rclcpp_lifecycle::State &previous_state) override |
|
hardware_interface::CallbackReturn | on_cleanup (const rclcpp_lifecycle::State &previous_state) override |
|
hardware_interface::CallbackReturn | on_shutdown (const rclcpp_lifecycle::State &previous_state) override |
|
hardware_interface::return_type | read (const rclcpp::Time &time, const rclcpp::Duration &period) override |
| Read the current state values from the actuator.
|
|
rclcpp::Logger | get_logger () const |
| Get the logger of the SensorInterface.
|
|
rclcpp::Clock::SharedPtr | get_clock () const |
| Get the clock of the SensorInterface.
|
|
| SensorInterface (const SensorInterface &other)=delete |
| SensorInterface copy constructor is actively deleted.
|
|
| SensorInterface (SensorInterface &&other)=default |
|
virtual std::string | get_name () const |
| Get name of the actuator hardware.
|
|
const rclcpp_lifecycle::State & | get_state () const |
| Get life-cycle state of the actuator hardware.
|
|
void | set_state (const rclcpp_lifecycle::State &new_state) |
| Set life-cycle state of the actuator hardware.
|
|