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

Handle multiple forms of color #2

Open
bsaund opened this issue May 7, 2021 · 0 comments
Open

Handle multiple forms of color #2

bsaund opened this issue May 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@bsaund
Copy link
Owner

bsaund commented May 7, 2021

I want to handle the color cases:

  1. No color is provided and the color is set by the rviz plugin
  2. A single color is provided by the message, which the visualizer can choose to use
  3. A color per voxel is provided, which the visualizer can choose to use

I suspect a good approach would be to copy the style of the DepthCloud Display, where there is a selectable "Color Transformer". The RViz user could choose and set "flat color" (option 1), "Use message monocolor" (option 2) or "Use color per voxel" (option 3). If the color fields of the message is not set, only option 1 would be reasonable.

@bsaund bsaund added the enhancement New feature or request label May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant