strasdat / Sophus

C++ implementation of Lie Groups using Eigen.
Other
2.07k stars 599 forks source link

Adding a spline optimisation example in the test/ceres folder #527

Open cedricpradalier opened 1 year ago

cedricpradalier commented 1 year ago

I was missing an example of using Ceres with the spline structure and Sophus element, in a continuous-time fashion. The test code adds this example and shows how to optimize the spline knots based on measurements at arbitrary times.