Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have created a first version of a separate node se2_grid_map_generator_node to generate grid_maps to debug the behavior of the planner without the need for any rosbag or simulate sensor. This is useful for the upcoming PR to have online map updates.
It is possible to send messages to the node to modify the map which is then published to a desired topic. See README.
The entire node is very specific for the se2_navigation package. Let me know if you have any ideas how to generalize it. If you think this is useful, we could also add an RViz plugin for it. Similar to the one for se2_navigation package. Maybe we should also use a different name since it does not have any relation to the se2 space...