Changes¶
- Fix an issue preventing to set the min position bound above the current max by adding Dof::setPositionMinMax() setting both limits simultaneously.
Download¶
libkdtp-1.3.tar.gz
Changes¶
- Fix spline::synchronize() sometimes not converging, leading to a non-zero final jerk or snap.
- Fix getDuration() on a local path so that it takes the actual maximum duration of all DoF (because all DoF might have slightly different durations even after a synchronization)
Download¶
libkdtp-1.2.1.tar.gz
Changes¶
- Optimize a lot of functions by avoiding stl::vector and using arrays instead, saving much CPU. (This changes a few public APIs like "getAllAt()").
- Fix a number of floating point issues (avoid divisions by 0, underflows).
- Fix a few corner case issues in polynomial resolution
Download¶
libkdtp-1.2.tar.gz
Changes¶
- Add a setDuration() function: given a local path one can change it duration
- Add optional duration parameter in the constructor of the class localPath
Download¶
libkdtp-1.1.tar.gz