takeoffstd / mpt

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

Home Page:http://robotics.cs.unc.edu/mpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://robotics.cs.unc.edu/mpt

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 99.6%Language:CMake 0.4%