strasdat / Sophus

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

Fix SO2 when using ceres jet #524

Closed Dvad closed 5 months ago

Dvad commented 1 year ago

The constructor of HomogeneousPointProduct expects the three argument to have same type, this is currently not the case when Scalar is a Ceres Jet type.

strasdat commented 5 months ago

thanks!