Skip to content
/ mpt Public
forked from UNC-Robotics/mpt

Motion Planning Templates creates fast, parallel, robot-specific motion planners.

License

Notifications You must be signed in to change notification settings

casiarobot/mpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Planning Templates (MPT) is a collection of C++ template classes for fast, parallel, robot-specific motion planning. MPT uses C++ templates to generate and optimize motion planners at compile-time. The result is that MPT planners are fast, have reduced memory requirements, predictable throughput, and reduced memory fragmentation. It aims to be as efficient as if one were to custom write a planner for a single robot.

About

Motion Planning Templates creates fast, parallel, robot-specific motion planners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.6%
  • CMake 0.4%