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

Efficient way to update an existing grid map object #402

Open
hsurya08 opened this issue Oct 20, 2023 · 0 comments
Open

Efficient way to update an existing grid map object #402

hsurya08 opened this issue Oct 20, 2023 · 0 comments

Comments

@hsurya08
Copy link

Hi,
Thank you for the amazing work. I am working on the navigation of quadruped robot and as a part of the project I was using the elevation_mapping package that utilizes grid_map as one of the dependencies. As a part of this project I have created an additional node that subscribes to the "elevation_mapping_raw" topic which is in "grid_map_msgs::GridMap" message and converts it "grid_map::GridMap" message and stores in a new variable called "terrainDataHolder". I want to update this terrainDataHolder variable every time there is new data being published on the elevation_mapping_raw topic in a efficient way rather than just replacing the entire map data. It would be very helpful if you can guide me on this or provide any suggestions on the best possible method to implement this. Thanks in advance!

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