Replies: 3 comments 5 replies
-
Also added an issue to include this as a standard ROS message. ros2/common_interfaces#188 |
Beta Was this translation helpful? Give feedback.
-
Another request for the same with some details on libraries to use: https://github.com/orgs/foxglove/discussions/907 |
Beta Was this translation helpful? Give feedback.
-
I wrote a message converter extension from sensor_msgs/msg/PointCloud2 to point_cloud_transport/msg/CompressedPointCloud2. So far I have only implemented the zstd codec, but that works! https://github.com/fireflyautomatix/foxglove-compressed-pointcloud Ex:
And then loading that MCAP into Foxglove Studio, the |
Beta Was this translation helpful? Give feedback.
-
Lidar point clouds continue to grow and visualizing lidar point in realtime can use a lot of data. Practical amount using for example 4 spinning 128 channel lidars on a vehicle will grow above 1Gb/s.
So I would propose to support some sort of compressed point cloud (gzip:ed, quantization) -> foxglove.CompressedPointCloud.
Discussion in Slack:
https://foxglove.slack.com/archives/C028UEY858S/p1650896371230199
Beta Was this translation helpful? Give feedback.
All reactions