CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
vector3.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
15class Vector3 {
16public:
17 // This represents a vector in free space.
18
19 // This is semantically different than a point.
20 // A vector is always anchored at the origin.
21 // When a transform is applied to a vector, only the rotational component is applied.
22
23 double x;
24 double y;
25 double z;
26};
27} // namespace geometry_msgs::msg
ROS message class definition for Vector3.
Definition vector3.hpp:15
message definitions of the geometry_msgs package
Definition accel.hpp:8