asked 2012-02-07 14:07:12 -0500
Hi there, I wanted to create motion plans for my robot base (and not for an arm) using OMPL (more specifically RRT). I have found the ompl_planner_base package, but I get an error from svn:
https://code.ros.org/svn/wg-ros-pkg/branches/trunk_cturtle/sandbox/ompl_planner_base' doesn't exist
Is there any tweak to use the arm_navigation stack to provide plans for a robot base (ideally integrated with the navigation stack)?
thanks
This link [http://answers.ros.org/question/587/sampling-based-planning-methods-for-2d-navigation] may be of help.
answered 2012-02-07 14:46:02 -0500
From what you describe, the SBPL lattice planner is what you´re looking for. Note that in general, it´s not easily possible to use a arm_navigation planner for motion planning for a mobile base (or vice versa).
Actually, the planners used in the arm_navigation stack (sampling-based) are not specific to arm planning. You can use them just fine for base planning. However, they are likely not going to be as fast as an A*-type planner, and won't give you optimality guarantees.
isucan ( 2012-03-29 02:47:25 -0500 )editAsked: 2012-02-07 14:07:12 -0500
Seen: 221 times
Last updated: Feb 07 '12
Sampling based planning methods for 2D-Navigation
VSLAM based navigation with Kinect, where do I begin?
Problem running stage navigation tutorial
Navigation planning based on kinect data in 2.5D?
What topics are necessary to log for creating a SLAM comparison bag file?
erratic_gazebo tutorial not working
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.