stack-of-tasks / sot-torque-control

Collection of dynamic-graph entities aimed at implementing torque control on different robots.
Other
9 stars 15 forks source link

make parametric-curves deprecated. #62

Open proyan opened 5 years ago

proyan commented 5 years ago

Currently humanoid-path-plannar/hpp-spline and sot/parametric-curves are both implementing curves of the form f(t). As discussed in https://github.com/stack-of-tasks/parametric-curves/issues/12, hpp-spline is an easier alternative for future team projects.

As a result, parametric-curves needs to be made deprecated and eventually replaced with hpp-spline. Currently hpp-spline does not have all the trajectories that have been implemented in parametric-curves. Once that happen, this issue should be dealt with.