ros2 / ros2/common_interfaces

Be able to support compressed point cloud messages (sensor_msgs/CompressedPointCloud?)

Open
#188 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted
Dominant language
C++
Stars
393
Forks
157
PR merge metrics
No merged PRs in 30d

Description

Feature request

Feature description

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, mpeg-compressed) -> sensor_msgs/CompressedPointCloud.

Some compression ideas:

Implementation considerations

Add a new standard sensor_msgs definition that can be used for compressed point clouds.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing sensor_msgs definitions and the compression approaches linked in the issue. The work is complete when a concrete compressed point cloud message design is agreed and added as a standard sensor_msgs definition, but the format and compression method still need to be determined.

Written by the indexing model from the issue text.

Assessment

Domain
api, data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.