ethz-asl / curves

A library of curves for estimation.
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

cubicSplineFitting ? #82

Open YangSiri opened 5 years ago

YangSiri commented 5 years ago

Thanks for this very useful lib though its hard for me to understand.

Recently i have some questions while using it to intepolate my SE3 pose trajectory: a) Is cubicHermit better than cubicSpline fitting ? How to implement cubicSplineSE3curve ? b)While using cubicHermitSE3curvefitting, why new eular angles become randoms when yaw is about 90 or -90 degree ?

Waiting for great answers !