Skip to content
Snippets Groups Projects
Commit 713d7600 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Merge branch 'master' into vision_utils

parents 8e80ce0c 98ab3b6e
No related branches found
No related tags found
2 merge requests!234WIP: Gnss,!232WIP: Vision utils
Pipeline #2326 passed
This commit is part of merge request !234. Comments created here will be created in the context of that merge request.
......@@ -437,9 +437,7 @@ void ProcessorTrackerFeatureTrifocal::setParams(const ProcessorParamsTrackerFeat
void ProcessorTrackerFeatureTrifocal::configure(SensorBasePtr _sensor)
{
SensorCameraPtr camera = std::static_pointer_cast<SensorCamera>(_sensor);
camera->setNoiseStd(Vector2s::Ones() * params_tracker_feature_trifocal_->pixel_noise_std);
_sensor->setNoiseStd(Vector2s::Ones() * params_tracker_feature_trifocal_->pixel_noise_std);
}
ProcessorBasePtr ProcessorTrackerFeatureTrifocal::create(const std::string& _unique_name,
......
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