Skip to content
Snippets Groups Projects
Commit ed1bc66b authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Remove useless keyframe_vote retrieval

parent 38dfb50b
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
...@@ -28,7 +28,6 @@ static ParamsSensorBasePtr createParamsSensorImu(const std::string & _filename_d ...@@ -28,7 +28,6 @@ static ParamsSensorBasePtr createParamsSensorImu(const std::string & _filename_d
if (config["type"].as<std::string>() == "SensorImu") if (config["type"].as<std::string>() == "SensorImu")
{ {
YAML::Node variances = config["motion_variances"]; YAML::Node variances = config["motion_variances"];
YAML::Node kf_vote = config["keyframe_vote"];
ParamsSensorImuPtr params = std::make_shared<ParamsSensorImu>(); ParamsSensorImuPtr params = std::make_shared<ParamsSensorImu>();
......
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