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

Follow core:477 anisotropic noise in SensorPose

parent ab45fedf
No related branches found
No related tags found
1 merge request!54devel->main
......@@ -117,8 +117,12 @@ class ImuMocapFusion_Test : public testing::Test
// pose sensor and proc (to get extrinsics in the prb)
auto intr_sp = std::make_shared<ParamsSensorPose>();
intr_sp->std_p = 0.001;
intr_sp->std_o = 0.001;
intr_sp->std_px = 0.001;
intr_sp->std_py = 0.001;
intr_sp->std_pz = 0.001;
intr_sp->std_ox = 0.001;
intr_sp->std_oy = 0.001;
intr_sp->std_oz = 0.001;
Vector7d extr; extr << 0,0,0, 0,0,0,1;
sensor_pose_ = problem_->installSensor("SensorPose", "pose", extr, intr_sp);
auto params_proc = std::make_shared<ParamsProcessorPose>();
......
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