forked from ros-planning/navigation
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Extend costmap_2d interface with methods required by Hybrid A* planner #94
Merged
Conversation
This file contains 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
akela1101
reviewed
Apr 30, 2024
akela1101
reviewed
Apr 30, 2024
akela1101
approved these changes
Apr 30, 2024
kota-rr
approved these changes
May 2, 2024
renan028
reviewed
May 6, 2024
Co-authored-by: Renan Salles <renan028@gmail.com>
tomin11
approved these changes
May 7, 2024
vsamy
reviewed
May 7, 2024
Co-authored-by: Vincent SAMY <vincent.samy@rapyuta-robotics.com>
…otics/ros-navigation into js/costmap2d_nav2_compatible
renan028
approved these changes
May 9, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Required by https://dev.azure.com/rapyuta-robotics/flappter/_workitems/edit/246
https://github.com/open-navigation/navigation2/tree/main/nav2_smac_planner uses some methods from nav2's costmap_2d missing on ROS 1. As the implementation of all of them is trivial, and potentialy useful in other cases, I preferred to extend our costmap_2d (already different from upstream one) to adapt and make more complicated nav2_smac_planner's code.