Controller Specification. More...
#include <controller_spec.hpp>
Public Attributes | |
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 |
Controller Specification.
This struct contains both a pointer to a given controller, c, as well as information about the controller, info.