Skip to content

Commit

Permalink
gpsfailure param @Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Mar 14, 2016
1 parent d100279 commit e22e0b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modules/navigator/gpsfailure_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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 comments on commit e22e0b2

Please sign in to comment.