Loading [MathJax]/extensions/tex2jax.js
ros2_control - rolling
All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Attributes | List of all members
controller_manager::ControllerSpec Struct Reference

Controller Specification. More...

#include <controller_spec.hpp>

Collaboration diagram for controller_manager::ControllerSpec:
Collaboration graph
[legend]

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
 

Detailed Description

Controller Specification.

This struct contains both a pointer to a given controller, c, as well as information about the controller, info.


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