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

Add noise_std in gtest

parent 0211bba1
No related branches found
No related tags found
1 merge request!32Use noise params from sensor not from processor
...@@ -350,6 +350,7 @@ TEST(ProcessorVisualOdometry, filterWithEssential) ...@@ -350,6 +350,7 @@ TEST(ProcessorVisualOdometry, filterWithEssential)
// Install camera // Install camera
ParamsSensorCameraPtr intr = std::make_shared<ParamsSensorCamera>(); ParamsSensorCameraPtr intr = std::make_shared<ParamsSensorCamera>();
intr->noise_std = Vector2d(1,1);
intr->pinhole_model_raw = Eigen::Vector4d(100, 100, 240, 240); intr->pinhole_model_raw = Eigen::Vector4d(100, 100, 240, 240);
intr->width = 480; intr->width = 480;
intr->height = 480; intr->height = 480;
......
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