-
Notifications
You must be signed in to change notification settings - Fork 147
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
Porting dlux_global_planner to ROS 2 Dashing #45
Comments
@sloretz Nav2 interfaces with planning and control through ROS2 actions. Dlux would need an action service for A few random things to consider:
|
@sloretz I'll leave that up to you and @DLu. If you decide you want to put this in navigation2, we'd be happy to add it and will support you as much as possible. My desire is to integrate this and navigation2 as much as possible, and where not possible, make it easy to swap back and forth between them. |
I'm looking into what it would take to port
dlux_global_planner
to ROS 2 Dashing. Hopefully you don't mind if I ask a few questions.dlux_global_planner
?nav_core2
,nav_grid
,dlux_plugins
,global_planner_tests
,nav_grid_iterators
,nav_grid_pub_sub
nav_core2
overlaps withnav2_tasks
?dlux_global_planner
usenav_core2::GlobalPlanner
ornav2_tasks::ComputePathToPose...
?ros2
branch on this repo?The text was updated successfully, but these errors were encountered: