Skip to content

Commit fe4712a

Browse files
authored
[ADD] missing PointField type entries (#301)
Signed-off-by: Thomas Wodtko <[email protected]>
1 parent 3fe6e1b commit fe4712a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sensor_msgs/msg/PointField.msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ uint8 INT32 = 5
88
uint8 UINT32 = 6
99
uint8 FLOAT32 = 7
1010
uint8 FLOAT64 = 8
11+
uint8 INT64 = 9
12+
uint8 UINT64 = 10
13+
uint8 BOOL = 11
1114

1215
# Common PointField names are x, y, z, intensity, rgb, rgba
1316
string name # Name of field

0 commit comments

Comments
 (0)