Package Summary

The ompl_planner_base implements an interface to the Open Motion Planning Library (ompl) ROS package by Rice University in form of a plugin to the global_planner for navigation of the mobile base. To start PR2 in simulation with the ompl_planner_base plugin loaded to the base global planner call pr2_ompl_planner_base_gazebo.launch or ..._stage.launch from within tis package. The rviz launchfile starts up rviz with the topic for the global path set accordingly. You can switch between the different planners of the ompl library, by setting the "global_planner_type" parameter (/move_base_node/OMPLPlannerBase/global_planner_type) to the name of the planner you want to use. Currently, valid options are (KPIECE, LBKPIECE, SBL, pSBL, RRTConnect, EST, PRM, RRT, pRRT, LazyRRT).

Wiki: ompl_planner_base (last edited 2010-12-01 01:03:52 by KenConley)