Skip to content

Releases: quangounet/TOPP

More improvements

29 Sep 08:46
Compare
Choose a tag to compare

Main additions/improvements :

First stable release, improved

21 May 07:47
Compare
Choose a tag to compare

Various enhancements to the "First stable release" to improve the robustness of the implementation.

First stable release

09 May 07:21
Compare
Choose a tag to compare

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.