15#ifndef HARDWARE_INTERFACE__SENSOR_INTERFACE_HPP_
16#define HARDWARE_INTERFACE__SENSOR_INTERFACE_HPP_
20#include "hardware_interface/hardware_component_interface.hpp"
59 return_type
write(
const rclcpp::Time & ,
const rclcpp::Duration & )
final
61 return return_type::OK;
Virtual base class for all hardware components (Actuators, Sensors, and Systems).
Definition hardware_component_interface.hpp:61
Virtual Class to implement when integrating a stand-alone sensor into ros2_control.
Definition sensor_interface.hpp:55
return_type write(const rclcpp::Time &, const rclcpp::Duration &) final
Write the current command values to the hardware.
Definition sensor_interface.hpp:59
std::vector< CommandInterface::SharedPtr > on_export_command_interfaces() override
Definition sensor_interface.hpp:57
Definition actuator.hpp:22