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

Small format

parent 0b13a3a3
No related branches found
No related tags found
1 merge request!242Feature/proc motion
Pipeline #2475 passed
This commit is part of merge request !242. Comments created here will be created in the context of that merge request.
...@@ -124,7 +124,7 @@ TEST(Odom2D, ConstraintFix_and_ConstraintOdom2D) ...@@ -124,7 +124,7 @@ TEST(Odom2D, ConstraintFix_and_ConstraintOdom2D)
Matrix3s delta_cov; delta_cov << .02, 0, 0, 0, .025, .02, 0, .02, .02; Matrix3s delta_cov; delta_cov << .02, 0, 0, 0, .025, .02, 0, .02, .02;
ProblemPtr Pr = Problem::create("PO 2D"); ProblemPtr Pr = Problem::create("PO 2D");
CeresManager ceres_manager(Pr); CeresManager ceres_manager(Pr);
// KF0 and absolute prior // KF0 and absolute prior
FrameBasePtr F0 = Pr->setPrior(x0, P0,t0, dt/2); FrameBasePtr F0 = Pr->setPrior(x0, P0,t0, dt/2);
......
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