CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
point_field.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
17public:
18 // This message holds the description of one point entry in the
19 // PointCloud2 message format.
20 static const uint8_t INT8 = 1;
21 static const uint8_t UINT8 = 2;
22 static const uint8_t INT16 = 3;
23 static const uint8_t UINT16 = 4;
24 static const uint8_t INT32 = 5;
25 static const uint8_t UINT32 = 6;
26 static const uint8_t FLOAT32 = 7;
27 static const uint8_t FLOAT64 = 8;
28
29 // Common PointField names are x, y, z, intensity, rgb, rgba
30 std::string name;
31 uint32_t offset;
32 uint8_t datatype;
33 uint32_t count;
34};
35} // namespace sensor_msgs::msg
ROS message class definition for PointField.
Definition point_field.hpp:16
uint8_t datatype
Datatype enumeration, see above.
Definition point_field.hpp:32
std::string name
Name of field.
Definition point_field.hpp:30
uint32_t count
How many elements in the field.
Definition point_field.hpp:33
uint32_t offset
Offset from start of point struct.
Definition point_field.hpp:31
message definitions of the sensor_msgs package
Definition battery_state.hpp:8