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

[skip ci] wip

parent cdd15703
No related branches found
No related tags found
1 merge request!49Draft: Resolve "Adapt to new sensor constructors in core"
......@@ -61,9 +61,9 @@ class ProcessorImu2dStaticInitTest : public testing::Test
// Wolf problem
problem_ptr_ = Problem::create("POV", 2);
sensor_ptr_ =
problem_ptr_->installSensor(imu_dir + "/test/yaml/sensor_imu_2d.yaml", {imu_dir, wolf_schema_dir});
problem_ptr_->installSensor(imu_dir + "/test/yaml/sensor_imu_2d.yaml", {imu_dir});
processor_motion_ = std::static_pointer_cast<ProcessorMotion>(problem_ptr_->installProcessor(
imu_dir + "/test/yaml/processor_imu_2d_static_init.yaml", {imu_dir, wolf_schema_dir}));
imu_dir + "/test/yaml/processor_imu_2d_static_init.yaml", {imu_dir}));
// Time and data variables
dt = 0.1;
......@@ -92,7 +92,7 @@ class ProcessorImu2dStaticInitTest : public testing::Test
void TestStatic(const Vector3d& body_magnitudes,
const Vector3d& bias_groundtruth,
const Vector3d& bias_initial_guess,
const string& test_name,
const std::string& test_name,
int testing_var,
bool small_tol)
{
......
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