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

Suggested parametrization of map floor in map_publlisher node #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Juanzb99
Copy link

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.

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
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

Successfully merging this pull request may close these issues.

1 participant