Skip to content
Snippets Groups Projects
Commit d7c8d534 authored by ChristophTobler's avatar ChristophTobler Committed by Lorenz Meier
Browse files

use get() for BlockParam

parent 2a23162f
No related branches found
No related tags found
No related merge requests found
......@@ -583,7 +583,7 @@ void Ekf2::run()
range_finder_updated = false;
} else {
range_finder.current_distance = _params->rng_gnd_clearance;
range_finder.current_distance = _rng_gnd_clearance.get();
}
}
}
......
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