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

Visualize multiple grid maps in rviz #411

Open
SDADEEC opened this issue Nov 20, 2023 · 0 comments
Open

Visualize multiple grid maps in rviz #411

SDADEEC opened this issue Nov 20, 2023 · 0 comments

Comments

@SDADEEC
Copy link

SDADEEC commented Nov 20, 2023

Hi, I tried to save multiple grid maps into a vector and loop through the vector to publish them one by one to the same topic and visualize them in rviz. In rviz, I also set the History Length to 100 so that I can check all grid maps in the vector simultaneously.

When the vector size is small (e.g., less than 50), rviz only shows some of them but it doesn't crush. But when the vector size becomes bigger, rviz crushes and throw std::bad_alloc.

I'm wondering if there is any rviz plugin that can show a vector of grid maps (like nav_msgs/Path for geometry_msgs/PoseStamped) or is there any proper way to show all grid maps in a vector in rviz?

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

No branches or pull requests

1 participant