Struct ControllerSpec
Defined in File controller_spec.hpp
Struct Documentation
-
struct ControllerSpec
Controller Specification.
This struct contains both a pointer to a given controller, c, as well as information about the controller, info.
Public Functions
-
inline ControllerSpec()
Public Members
-
hardware_interface::ControllerInfo info
-
controller_interface::ControllerInterfaceBaseSharedPtr c
-
std::shared_ptr<rclcpp::Time> last_update_cycle_time
-
std::shared_ptr<MovingAverageStatistics> execution_time_statistics
-
std::shared_ptr<MovingAverageStatistics> periodicity_statistics
-
inline ControllerSpec()