cartographer-project / cartographer

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Apache License 2.0
7.03k stars 2.24k forks source link

ceres::LocalParameterization has been deprecated in the Ceres Solver 2.1.0, migrate to using ceres::Manifold #1879

Open sandwichmaker opened 2 years ago

sandwichmaker commented 2 years ago

ceres::LocalParameterization has been deprecated in the latest version of Ceres Solver (v 2.1.0) and will be removed going forward. Cartographer should migrate to using the new api (maybe guarded by ceres version number).