Skip to content

First stable release

Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 09 May 07:21
· 279 commits to master since this release

This is the first official release of TOPP, the Time-Optimal Path Parameterization library. TOPP finds feasible time-parameterization of robots' trajectories subject to kinodynamic constraints. This version supports:

  • velocity and acceleration limits (KinematicLimits)
  • actuator torque limits (TorqueLimitsRave)
  • general quadratic kinodynamic constraints (QuadraticConstraints, see http://arxiv.org/abs/1312.6533)

It can be compiled as a standalone binary or integrated with OpenRAVE (required for torque constraints). See the README for more information.