This package is the core of our framework for motion planning and execution with actuation uncertainty. More information on the planning and execution methods can be found in our WAFR 2016 paper and presentation.
- The core templated motion planner
- Templated execution policy that updates during execution
- Interfaces for robot models, samplers, outcome clustering, and robot simulators to integrate with the planner
- Concrete instantiations of the planner and execution policy for SE(2), SE(3), and linked robots (multiple configuration representations)
While the planner and execution policy are themselves template-based, this package provides a library containing concrete instantiations of the planner for different types of robot. When possible, you should use these rather than interfacing with the planner directly.
Provides a range of utility and math functions, as well as templated implementations of kinodynamic RRT, Dijkstra's algorithm, and hierarchical clustering.
ROS is required for the build system, Catkin, and for RViz, which the planner uses as an optional visualization interface.
To see several examples of using the planner and execution policy, see uncertainty_planning_examples Note - these examples are not up-to-date