Skip to content

Commit

Permalink
change pointcloud pcd to byte array to avoid null terminator issue (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraBrooks authored Mar 13, 2024
1 parent 071c07b commit 87d9cd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Request identifier
string uuid

# A pointcloud in ASCII PCD (Point Cloud Data) format
string point_cloud_data
# A pointcloud in Binary Compressed PCD (Point Cloud Data) format
uint8[] point_cloud_data

0 comments on commit 87d9cd1

Please sign in to comment.