Suggested parametrization of map floor in map_publlisher node#18
Open
Juanzb99 wants to merge 4 commits intoRobotics-STAR-Lab:mainfrom
Open
Suggested parametrization of map floor in map_publlisher node#18Juanzb99 wants to merge 4 commits intoRobotics-STAR-Lab:mainfrom
Juanzb99 wants to merge 4 commits intoRobotics-STAR-Lab:mainfrom
Conversation
Changes in map_publisher.cpp, floor creation was a problem because it may not match with the size of a custom map, now is parametrized for easy access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.