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

Does it makes sense to lock global costmap when calling global planner? #4

Closed
corot opened this issue Jul 28, 2017 · 1 comment
Closed

Comments

@corot
Copy link
Collaborator

corot commented Jul 28, 2017

On old move_base both local and global costmaps are locked when calling the local/global costmap (see ros-planning/navigation#441).

On mbf only global costmap is locked. I think it should be done by the planner itself, just the minimum time possible.

corot added a commit that referenced this issue Nov 12, 2017
…with old move_base) or move the responsibility to the planners to minimize locking time
@corot
Copy link
Collaborator Author

corot commented Nov 12, 2017

Solomonic decision: allow configuring the behavior.
Set local_planner_lock_costmap and global_planner_lock_costmap to true (the default) to lock the costmaps and so get the old move_base behavior.

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

No branches or pull requests

1 participant