Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin idea: Organized transport #6

Draft
wants to merge 16 commits into
base: rolling
Choose a base branch
from

Conversation

john-maidbot
Copy link
Collaborator

@john-maidbot john-maidbot commented Jul 22, 2023

Observations:

  1. Organized pointclouds should be directly compressible as a png image. But not all pointclouds are organized.
  2. Often, an observer of a pointcloud has a particular viewpoint that does not include the entire pointcloud. (e.g. you have a dense pointcloud of an object, but you cannot see every point in that cloud, only the points on the surface and in your FOV. and you only want to transmit what you can see)

This plugin organizes your pointcloud either via pin-hole projection or spherical projection relative to a reference frame (or does nothing if your pointcloud is already organized) and then compresses the projected 2D array as a png image. As you might guess, this is a lossy compression in most cases.

It is mostly just an idea I wanted to try. If you dont mind lossy compression, draco is probably better.

@john-maidbot
Copy link
Collaborator Author

Alternate name idea: organized transport

@john-maidbot john-maidbot force-pushed the projected_point_cloud_transport branch from 9cbd443 to 4fb75cc Compare August 1, 2023 15:09
@john-maidbot john-maidbot force-pushed the projected_point_cloud_transport branch from 4fb75cc to c16b0d9 Compare August 5, 2023 20:16
@ahcorde ahcorde changed the base branch from ros2 to rolling August 28, 2023 07:34
@john-maidbot john-maidbot changed the title Plugin idea: Projected transport Plugin idea: Organized transport Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant