#include <mech_stats_publisher.hpp>
Public Member Functions | |
MechStatsPublisher (NodeHandle &nh, RobotState &state) | |
void | publish (const ros::Time &now) |
Public Attributes | |
Time | last_published_mechanism_stats_ |
RealtimePublisher < MechanismStatistics > | pub_mech_stats_ |
Duration | publish_period_mechanism_stats_ |
RobotState & | state_ |
Definition at line 67 of file mech_stats_publisher.hpp.
MechStatsPublisher::MechStatsPublisher | ( | NodeHandle & | nh, |
RobotState & | state | ||
) | [inline] |
Definition at line 70 of file mech_stats_publisher.hpp.
void MechStatsPublisher::publish | ( | const ros::Time & | now | ) | [inline] |
Definition at line 82 of file mech_stats_publisher.hpp.
Definition at line 145 of file mech_stats_publisher.hpp.
RealtimePublisher<MechanismStatistics> MechStatsPublisher::pub_mech_stats_ |
Definition at line 143 of file mech_stats_publisher.hpp.
Definition at line 144 of file mech_stats_publisher.hpp.
Definition at line 142 of file mech_stats_publisher.hpp.