karlkurzer / path_planner

Hybrid A* Path Planner for the KTH Research Concept Vehicle
http://karlkurzer.github.io/path_planner/
BSD 3-Clause "New" or "Revised" License
1.49k stars 526 forks source link

Is it just a dubins curve instead of an RS curve in your analytical solution step? #17

Closed yuhuabing closed 5 years ago

yuhuabing commented 5 years ago

As the title, thank you for your answer!

karlkurzer commented 5 years ago

Hey, there is a dubins.cpp, for the Reeds Shepp I am using #include <ompl/base/spaces/ReedsSheppStateSpace.h>