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
8
namespace
geometry_msgs::msg
{
15
class
Vector3
{
16
public
:
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
geometry_msgs::msg::Vector3
ROS message class definition for Vector3.
Definition
vector3.hpp:15
geometry_msgs::msg
message definitions of the geometry_msgs package
Definition
accel.hpp:8
geometry_msgs
msg
vector3.hpp
Generated by
1.12.0