Skip to content
Snippets Groups Projects
Commit b18597f5 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Missing setPriorFactor bug in gtest

parent f39e3757
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class FactorRelativePose3dWithExtrinsics_class : public testing::Test{
// F1 is be origin KF
VectorComposite x0(pose_robot, "PO", {3,4});
VectorComposite s0("PO", {Vector3d(1,1,1), Vector3d(1,1,1)});
F1 = problem->setPriorFactor(x0, s0, 0.0, 0.1);
F1 = problem->setPriorFactor(x0, s0, 0.0);
// the sensor is at origin as well as the robot. The measurement matches with the pose of the tag wrt sensor (and also wrt robot and world)
......
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