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

How to visualize ROS OccupancyGrid? #138

Closed
aargondizza opened this issue May 18, 2019 · 2 comments
Closed

How to visualize ROS OccupancyGrid? #138

aargondizza opened this issue May 18, 2019 · 2 comments

Comments

@aargondizza
Copy link

Is there a Worldview command that corresponds best to ROS's OccupancyGrid? I'm thinking you could use FilledPolygons, constructing the x, y, z from the OccupancyGrid cell's indices and the width, height, position of the OccupancyGrid - then setting the alpha of the polygon from the cell value. However, it seems like the Triangles type has some nice features where it assumes triplets of points make a triangle, but I'm not sure if that works with the OccupancyGrid. Is there a type that's intended to go with OccupancyGrid?

@janpaul123
Copy link
Contributor

It's not part of Worldview, but in Webviz we've just shipped the 3d panel which includes an OccupancyGrids renderer. Hope that solves your issue?

@vidaaudrey
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants