Skip to content

Fast kinematic simulator used for motion planning and control with uncertainty projects.

License

Notifications You must be signed in to change notification settings

UM-ARM-Lab/fast_kinematic_simulator

Repository files navigation

fast_kinematic_simulator

This package provides the fast kinematic simulator used in 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 kinematic simulator
  • Tools for building simulation environments
  • Examples for using the simulator directly

While the simulator itself is template-based, this package provides a library containing concrete instantiations of the simulator for different types of robot. When possible, you should use these rather than instantiating the simulator directly.

Dependencies

Provides a range of utility and math functions.

Tools for modeling environments using voxel grids, including several types of collision maps, signed distance fields, and optional integration with MoveIt!

Defines the interface for the simulator and provides the robot models.

ROS is required for the build system, Catkin, and for RViz, which the simulator uses as an optional visualization interface.

Examples

To see several examples of using the simulator with our planner and execution policy, see uncertainty_planning_examples

About

Fast kinematic simulator used for motion planning and control with uncertainty projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published