Skip to content
Snippets Groups Projects

Feature/proc motion

Merged Joan Solà Ortega requested to merge feature/proc_motion into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -124,7 +124,7 @@ TEST(Odom2D, ConstraintFix_and_ConstraintOdom2D)
Matrix3s delta_cov; delta_cov << .02, 0, 0, 0, .025, .02, 0, .02, .02;
ProblemPtr Pr = Problem::create("PO 2D");
CeresManager ceres_manager(Pr);
CeresManager ceres_manager(Pr);
// KF0 and absolute prior
FrameBasePtr F0 = Pr->setPrior(x0, P0,t0, dt/2);
Loading