ethz-asl / curves

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

Feature/slerp se2 curve #57

Closed rdube closed 8 years ago

rdube commented 8 years ago

Hi @gawela @enricgalceran

I implemented a SE2 slerp curve based on Pose2 from GTSAM. The curve is successfully tested based on the MITb dataset, using iSAM2 to incrementally optimize the curve. I will test the implementation more extensively using another dataset but I guess that will be out of the curves library.

Does anybody want to review this?