Skip to content
Snippets Groups Projects
Commit e22e0b28 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

gpsfailure param @unit

parent d1002799
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
* The amount of time in seconds the system should do open loop loiter and wait for gps recovery
* before it goes into flight termination.
*
* @unit seconds
* @unit s
* @min 0.0
* @group GPS Failure Navigation
*/
......@@ -84,10 +84,9 @@ PARAM_DEFINE_FLOAT(NAV_GPSF_P, 0.0f);
*
* Thrust value which is set during the open loop loiter
*
* @unit
* @min 0.0
* @max 1.0
* @group GPS Failure Navigation
*/
PARAM_DEFINE_FLOAT(NAV_GPSF_TR, 0.7f);
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