|
staubli_driver_ros2 main
ROS2 control driver for Staubli robots
|
Status struct to hold message status information. More...
#include <real_time_socket_subscriber.hpp>
Public Attributes | |
| bool | new_message |
| True if a new message was received. | |
| rclcpp::Duration | time_since_received {1, 0} |
Time since the message was received (see msg.reception_timestamp) | |
| size_t | lost_packages |
| Number of lost packages (0 if none) | |
Status struct to hold message status information.
| bool staubli_robot_driver::MessageStatus::new_message |
True if a new message was received.
| rclcpp::Duration staubli_robot_driver::MessageStatus::time_since_received {1, 0} |
Time since the message was received (see msg.reception_timestamp)
| size_t staubli_robot_driver::MessageStatus::lost_packages |
Number of lost packages (0 if none)