Skip to content

Commit

Permalink
Update navigator_params.c
Browse files Browse the repository at this point in the history
  • Loading branch information
LowOrbitIonCannon authored Jan 31, 2020
1 parent 31dd135 commit db2dbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/navigator/navigator_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ PARAM_DEFINE_INT32(NAV_TRAFF_AVOID, 1);
PARAM_DEFINE_FLOAT(NAV_TRAFF_A_RADM, 500);

/**
* Set avoidance radius/distance for umanned vehicles (UTM_GLOBAL_POSITION).
* Set avoidance radius/distance for unmanned vehicles (UTM_GLOBAL_POSITION).
*
* Defines the avoidance radius/distance at which the avoidance action is triggered for umanned vehicles (UTM_GLOBAL_POSITION).
* Defines the avoidance radius/distance at which the avoidance action is triggered for unmanned vehicles (UTM_GLOBAL_POSITION).
*
* @unit m
* @min 10
Expand Down

0 comments on commit db2dbc8

Please sign in to comment.