-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added costmap in goal_checker plugins #2965
Conversation
@hardesh, please properly fill in PR template in the future. @SteveMacenski, use this instead.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM conceptually, just a couple of tiny changes.
The biggest thing that also needs updated are
- Migration guide entry that we made this change
nav2_controller/include/nav2_controller/plugins/simple_goal_checker.hpp
Outdated
Show resolved
Hide resolved
nav2_controller/include/nav2_controller/plugins/stopped_goal_checker.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please add a section to the migration guide about the API change to the goal checkers https://navigation.ros.org/migration/Galactic.html, it'll make it into Humble
I've opened a PR in the docs repository. Missed it yesterday |
You have a linting error but then can merge
|
* Added costmap in the goal checker * Added costmap in goal_checker * Adressed comments in PR * Fixed linting error
Addresses #2939
Tested the build with ROS2 Humble