Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 563 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 563 Bytes

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.