-
Notifications
You must be signed in to change notification settings - Fork 142
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
Port to ROS2 #35
base: ros2-master
Are you sure you want to change the base?
Port to ROS2 #35
Conversation
Add as g2o is not available as a package for ros2
Also correctly manage it's lifecycle, as it wasn't activated before.
Hi @dkuenster, |
Switch to different method as it provides exception handling.
Good Points. I switched to the transformPose method. It adds an dependency on nav_2d_utils, but I guess the exception handling is worth it. |
Ports mpc_local_planner to ros2 so it can be used as a nav2_core::Controller with the navigation 2 stack.
Verified that the carlike_minimum_time example works, but it needs a adapted version of the stage simulator wrapper for ros2.
(https://github.com/ymd-stella/stage_ros2)