How to implement OMPL to move a turtlebot
I want to move a turtlebot with OMPL. I understand that OMPL is standalone and source file I edit should calls the library of planner as global planner. OMPL includes geometric/planners and control/planners. When moving a turtlebot, which should I choose geometric/planners or control/planners? I think I should choose control/planners, because control/planners outputs velocity command. I want to estimate a performance of PRM and RRT, but source and header files of PRM doesn't exist in control/planners. So, I can't estimate them. Am I correct?
plan_node.cpp uses geometry_msgs as namespace. This shows that I'm wrong? I"m not sure.