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

Update processor_imu_yaml.cpp

parent 0c9a3568
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
......@@ -38,7 +38,6 @@ static ParamsProcessorBasePtr createProcessorImuParams(const std::string & _file
params->dist_traveled = kf_vote["dist_traveled"] .as<double>();
params->angle_turned = kf_vote["angle_turned"] .as<double>();
params->voting_active = kf_vote["voting_active"] .as<bool>();
params->voting_aux_active = kf_vote["voting_aux_active"] .as<bool>();
return params;
}
......
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