CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
velocity_stamped.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
18public:
19 // This expresses the timestamped velocity vector of a frame 'body_frame_id' in the reference frame 'reference_frame_id' expressed from arbitrary observation frame 'header.frame_id'.
20 // - If the 'body_frame_id' and 'header.frame_id' are identical, the velocity is observed and defined in the local coordinates system of the body
21 // which is the usual use-case in mobile robotics and is also known as a body twist.
22
24 std::string body_frame_id;
25 std::string reference_frame_id;
26 msg::Twist velocity;
27};
28} // namespace geometry_msgs::msg
ROS message class definition for Twist.
Definition twist.hpp:15
ROS message class definition for VelocityStamped.
Definition velocity_stamped.hpp:17
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the geometry_msgs package
Definition accel.hpp:8