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

changed value for lidar filter

parent b54bc235
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ PARAM_DEFINE_FLOAT(INAV_FLOW_Q_MIN, 0.3f);
* @max 1.0
* @group Position Estimator INAV
*/
PARAM_DEFINE_FLOAT(INAV_LIDAR_FILT, 0.05f);
PARAM_DEFINE_FLOAT(INAV_LIDAR_FILT, 0.3f);
/**
* Sonar maximal error for new surface
......
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