event_detector 1.0.0
|
Struct wrapping an object with a timestamp. More...
#include <common.hpp>
Public Attributes | |
rclcpp::Time | stamp |
timestamp | |
std::shared_ptr< const T > | msg |
ROS message. | |
Struct wrapping an object with a timestamp.
T | object datatype |
Definition at line 51 of file common.hpp.
std::shared_ptr<const T> event_detector::Stamped< T >::msg |
ROS message.
Definition at line 53 of file common.hpp.
rclcpp::Time event_detector::Stamped< T >::stamp |
timestamp
Definition at line 52 of file common.hpp.