CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
header.hpp
Go to the documentation of this file.
1
8namespace std_msgs::msg {
17class Header {
18public:
19 // Standard metadata for higher-level stamped data types.
20 // This is generally used to communicate timestamped data
21 // in a particular coordinate frame.
22
23 // Two-integer timestamp that is expressed as seconds and nanoseconds.
25
26 // Transform frame with which this data is associated.
27 std::string frame_id;
28};
29} // namespace std_msgs::msg
ROS message class definition for Time.
Definition time.hpp:16
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the std_msgs package
Definition bool.hpp:8