CreOS SDK
The CreOS SDK allows you to interact with Avular robots
Loading...
Searching...
No Matches
point32.hpp
Go to the documentation of this file.
1
8
namespace
geometry_msgs::msg
{
21
class
Point32
{
22
public
:
23
// This contains the position of a point in free space(with 32 bits of precision).
24
// It is recommended to use Point wherever possible instead of Point32.
25
//
26
// This recommendation is to promote interoperability.
27
//
28
// This message is designed to take up less space when sending
29
// lots of points at once, as in the case of a PointCloud.
30
31
float
x;
32
float
y;
33
float
z;
34
};
35
}
// namespace geometry_msgs::msg
geometry_msgs::msg::Point32
ROS message class definition for Point32.
Definition
point32.hpp:21
geometry_msgs::msg
message definitions of the geometry_msgs package
Definition
accel.hpp:8
geometry_msgs
msg
point32.hpp
Generated by
1.12.0