TASK: Remove typo in ceres optimizer branch (#1544)

This commit is contained in:
HO4X
2025-06-30 19:39:53 +02:00
committed by GitHub
parent 963ba42a1a
commit 2fdd2337c7

View File

@@ -197,7 +197,7 @@ std::map<int, Transform> OptimizerCeres::optimize(
if(angle_local_manifold == NULL)
{
angle_local_manifold = ceres::examples::AngleManfold::Create();
angle_local_manifold = ceres::examples::AngleManifold::Create();
}
SetCeresProblemManifold(problem, &pose_begin_iter->second.yaw_radians, angle_local_manifold);
SetCeresProblemManifold(problem, &pose_end_iter->second.yaw_radians, angle_local_manifold);