[Documentation] [TitleIndex] [WordIndex

This page is currently outdated and has been replaced by the motion planners stack page. For tutorials on using the motion planners for creating motion plans for the PR2 robot in simulation, have a look at the arm navigation tutorials page.

Overview

This page documents the design and structure of the motion planning software stack. This collection of software integrates motion planning with environment and robot models, and collision checking. While the algorithms and structures described here are general, they are most often used to control high-DOF systems, such as robot arms.

Planning for a mobile base could be done with the software described here, but we usually use the special-purpose navigation stack (http://pr.willowgarage.com/pr-docs/ros-packages/move_base/html/index.html).

Motion Planning Diagram

Documentation

Motion planning libraries

Planning models and environments

ROS interface to planning libraries

Motion planning scenarios

Kinematic arm planning



2023-10-28 12:47