Skip to content

sammy-tri/uncertainty_planning_core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uncertainty_planning_core

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.

This package provides several core components:

  • 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.

Dependencies

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.

Examples

To see several examples of using the planner and execution policy, see uncertainty_planning_examples Note - these examples are not up-to-date

About

Framework for motion planning with uncertainty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%