-
Notifications
You must be signed in to change notification settings - Fork 220
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
Rename 2d Nav Goal to 2d Goal Pose + move_base_simple to goal_pose #455
Conversation
@@ -13,7 +13,7 @@ Panels: | |||
- Class: rviz_common/Tool Properties | |||
Expanded: | |||
# - /2D Pose Estimate1 | |||
- /2D Nav Goal1 | |||
- /2D Goal Pose1 |
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.
I'm not entirely clear if this is necessary, but defensively removed anything "Nav Goal" related
@jacobperron following up on it. I have a Nav2 PR to match ros-navigation/navigation2#1071 |
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.
cpplint is complaining about the headers guards in goal_tool.hpp
:
#ifndef header guard has wrong style, please use: RVIZ_DEFAULT_PLUGINS__TOOLS__GOAL_POSE__GOAL_TOOL_HPP_
Otherwise, LGTM!
Thanks for the contribution! |
Hey guys, I just noticed this touched files in the |
Thanks for the heads up @wjwwood. What are the big elements left to port? Is there a migration ticket? |
@wjwwood Oops, my bad. I misread the file paths as starting with the name of the repo 🙃 @SteveMacenski You can find a list of things left to port in the README. There are also PRs open for a couple of them (e.g. #429 and #457). |
@jacobperron what's the blocker on #429 ? its been sitting around for awhile |
I'm not sure there's any blocker. We just haven't gotten around to reviewing it. |
Oh no pressure from me, I was just wondering if there were some actions I could help with to move it along if there was something to be done |
Per #444
Move base isn't the used tool for ROS2 navigation, and removing
nav
from the title makes it a more general waypoint dropping tool.