CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
quaternion.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
16public:
17 // This represents an orientation in free space in quaternion form.
18
19 double x = 0;
20 double y = 0;
21 double z = 0;
22 double w = 1;
23};
24} // namespace geometry_msgs::msg
ROS message class definition for Quaternion.
Definition quaternion.hpp:15
message definitions of the geometry_msgs package
Definition accel.hpp:8