Suggested parametrization of map floor in map_publlisher node #18
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.
When I first started working with this repository, I created my own map using the provided map creator tool. My problem was that after creating my own map and following the instructions in the README file, the exploration did not go as expected because the map floor did not match the size of the actual map. The problem was that the map_publisher node was always creating the floor of the map with a size of 15x30, and mine was 40x40. I didn't realise this until I ran the exploration, as it is not specified in the README file in the Exploring Different Environments section. I suggest that these parameters should be more accessible and readable in the launch files, so I think this is a reasonable solution.