This is parabint, a library for time-optimal parabolic interpolation with velocity, acceleration, and minimum-switch-time constraints.
In case you want to also use the optimization routines in optimization.py for comparison, you will need to install Ipopt and pyipopt.
Clone this repository via
git clone https://github.com/puttichai/parabintThen from your parabint directory, run
sudo python setup.py installSee the examples folder for some examples.