Skip to content
Snippets Groups Projects
Commit 4a967518 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'devel' into 244-yaml-params-with-spaces-not-underscores

parents 7ca64b31 b5dd96d8
No related branches found
No related tags found
2 merge requests!312Adress 244: Do not use default yaml params,!305WIP: Resolve "Do not use default YAML params"
Pipeline #4122 failed
...@@ -479,10 +479,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt) ...@@ -479,10 +479,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt)
auto F2 = problem->getLastKeyFrame(); auto F2 = problem->getLastKeyFrame();
// Fix boundaries and unfix S ; // Fix boundaries
F0->fix(); F0->fix();
F2->fix(); F2->fix();
sensor->unfixIntrinsics();
// Perturb S // Perturb S
Vector3s calib_pert = calib_gt + Vector3s::Random()*0.2; Vector3s calib_pert = calib_gt + Vector3s::Random()*0.2;
...@@ -615,10 +614,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics) ...@@ -615,10 +614,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics)
F2->setState(x2); // Impose known final state regardless of integrated value. F2->setState(x2); // Impose known final state regardless of integrated value.
// Fix boundaries and unfix S ; // Fix boundaries
F0->fix(); F0->fix();
F2->fix(); F2->fix();
sensor->unfixIntrinsics();
WOLF_TRACE("\n ========== SOLVE ========="); WOLF_TRACE("\n ========== SOLVE =========");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment