Skip to content
Snippets Groups Projects
Commit 7f168617 authored by Mohammed Kabir's avatar Mohammed Kabir Committed by Lorenz Meier
Browse files

sensors : add parameter for maximum flow rate

parent 32a70970
No related branches found
No related tags found
No related merge requests found
......@@ -83,4 +83,17 @@ PARAM_DEFINE_FLOAT(SENS_FLOW_MINHGT, 0.7f);
* @decimal 1
* @group Sensor Calibration
*/
PARAM_DEFINE_FLOAT(SENS_FLOW_MAXHGT, 3.0f);
\ No newline at end of file
PARAM_DEFINE_FLOAT(SENS_FLOW_MAXHGT, 3.0f);
/**
* Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor.
* Optical flow data will not fused by the estimators if the magnitude of the flow rate exceeds this value and
* control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground
* is less than 50% of this value.
*
* @unit rad/s
* @min 1.0
* @decimal 2
* @group Sensor Calibration
*/
PARAM_DEFINE_FLOAT(SENS_FLOW_MAXR, 2.5f);
\ No newline at end of file
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