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

split parameter files for mapping/planning #10

Merged
merged 1 commit into from Jan 17, 2019

Conversation

niniemann
Copy link
Contributor

When creating a new map there are no virtual walls to take into account, and if we keep the virtual_walls_map layer in the costmaps, move base will wait for them indefinitely. Hence this PR splits the costmap configs and adds new files for the different use cases, "planning", which includes the layer, and "mapping", which doesn't.

Also, the parameter first_map_only is set to false in the mapping-configs.

The move_base.xml is updated to include the new config files, and distinguishes between the mapping and planning cases based on the mapping-argument, which defaults to false. So I think the changes should be compatible with other existing launch files and only add the possibility to disable the virtual walls layer and set the first_map_only to false with one argument.

The differences are simple: When mapping, first_map_only must be
set to false, and the virtual walls plugin must not be loaded
(else move_base will wait for a topic that is not going to be
published).
@mintar
Copy link
Member

mintar commented Jan 17, 2019

Thanks!

@mintar mintar merged commit a7df49f into DFKI-NI:kinetic Jan 17, 2019
kdhansen pushed a commit to AAU-RoboticsAutomationGroup/mir_robot that referenced this pull request Dec 6, 2023
Added headless launch file to mir_driver in galactic-devel
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.

None yet

2 participants