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;
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