-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Adapt rolling pose2d deprecated #5343
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
Adapt rolling pose2d deprecated #5343
Conversation
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
…:Pose Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
…:Pose Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
…:Pose Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
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 got through 102/136 files, so this isn't a complete accounting but what I found so far (not much, really)
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
Hi Steve, Following your review, I have:
|
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 - a few small changes but I got through all the files and I should be able to just merge it in after these
I appreciate your diligence on this. I know this isn't the most fun thing in the world
nav2_regulated_pure_pursuit_controller/src/collision_checker.cpp
Outdated
Show resolved
Hide resolved
nav2_dwb_controller/dwb_plugins/src/standard_traj_generator.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
nav2_regulated_pure_pursuit_controller/src/collision_checker.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
@fmrico the |
Thanks @SteveMacenski !! |
Basic Info
Description of contribution in a few bullet points
geometry_msgs::msg::Pose
instead ofgeometry_msgs::msg::Pose2D
, which is deprecated in Removed deprecated geometry_msgs/Pose2d ros2/common_interfaces#283nav2_ros_common
and didn't usetarget_link_libraries
for this.Description of documentation updates required from your changes
Description of how this change was tested
colcon test
tb3_simulation_launch.py
Future work that may be required in bullet points
rolling
and the compiler.For Maintainers:
backport-*
.