Skip to content
Snippets Groups Projects
Commit e069ac5c authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

all tests passed

parent 998a5a5f
No related branches found
No related tags found
2 merge requests!24After 2nd RAL submission,!16Resolve "Adapt to new problem initialization"
...@@ -122,7 +122,8 @@ TEST(ProcessorTrackerFeatureTrifocal, KeyFrameCallback) ...@@ -122,7 +122,8 @@ TEST(ProcessorTrackerFeatureTrifocal, KeyFrameCallback)
TimeStamp t(0.0); TimeStamp t(0.0);
Vector7d x; x << 0,0,0, 0,0,0,1; Vector7d x; x << 0,0,0, 0,0,0,1;
Matrix6d P = Matrix6d::Identity() * 0.000001; Matrix6d P = Matrix6d::Identity() * 0.000001;
problem->setPrior(x, P, t, dt/2); // KF1 auto KF1 = problem->setPriorFactor(x, P, t, dt/2); // KF1
std::static_pointer_cast<ProcessorOdom3d>(proc_odo)->setOrigin(KF1);
CaptureOdom3dPtr capt_odo = make_shared<CaptureOdom3d>(t, sens_odo, Vector6d::Zero(), P); CaptureOdom3dPtr capt_odo = make_shared<CaptureOdom3d>(t, sens_odo, Vector6d::Zero(), P);
......
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