Nova-UTD / navigator

Navigator, our self-driving vehicle software stack
https://nova-utd.github.io/navigator
Other
32 stars 11 forks source link

added Nav2 path planning #418

Closed jruths closed 6 months ago

jruths commented 7 months ago

Main contribution is adding a Nav2-based path planner. This is through the planning/nav2_path_planner_node. Part of the Nav2 stack must be launched to support this, and these new launch files are in launches/launch.nav2.py

Other changes included:

jruths commented 7 months ago

Noting the conflict in launch.vehicle.py. I think I just added stuff in there and commented out rtp. So I think you can just take my version.