Skip to content
Snippets Groups Projects
Commit 0f65812d authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Fix factor_diff_drive test

parent 887f8f0b
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
Pipeline #5563 canceled
......@@ -444,7 +444,7 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt)
Vector3d x1(1.5, -1.5, -M_PI/2.0);
Vector3d x2(3.0, -3.0, 0.0);
// Matrix3d P0; P0.setIdentity();
VectorComposite s0(Vector3d(0,0,0), "PO", {2,1});
VectorComposite s0(Vector3d(0.1,0.1,0.1), "PO", {2,1});
// set prior at t=0 and processor origin
auto F0 = problem->setPriorFactor(x0, s0, t, 0.1);
......
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