Skip to content
Snippets Groups Projects
Commit 1e936157 authored by Paul Riseborough's avatar Paul Riseborough Committed by ChristophTobler
Browse files

sensors: Add parameter for flow sensor minimum range

parent fc78de4c
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,15 @@ PARAM_DEFINE_INT32(SENS_BOARD_ROT, 0);
*/
PARAM_DEFINE_INT32(SENS_FLOW_ROT, 6);
/**
* Optical Flow minimum focus distance
*
* This parameter defines the minimum distance from ground required for the optical flow sensor to operate reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus.
* *
* @group Sensor Calibration
*/
PARAM_DEFINE_FLOAT(SENS_FLOW_MINRNG, 0.7f);
/**
* Board rotation Y (Pitch) offset
*
......
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