Using OMPL for Turtlebot 2
Hi guys, I am very new to ROS.
Now I am trying to implement planners in OMPL to Turtlebot 2. i.e. using RRT or RRT* in OMPL instead of the global planners offered in ROS.
I have seen this website "Writing A Global Path Planner As Plugin in ROS" http://wiki.ros.org/navigation/Tutori...
But I still don't know how to use the planners in OMPL. I just know that OMPL.app has a interface which will show me the path. My problem is to use the planners for my Turtlebot.
Anyone knows the detailed steps to do this? Like how to use the API in OMPL. (I am really a rookie)
did you slove this problem?