Browse Source

AP_Follow: correct parameter descriptions

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
77985f509f
  1. 4
      libraries/AP_Follow/AP_Follow.cpp

4
libraries/AP_Follow/AP_Follow.cpp

@ -79,7 +79,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = { @@ -79,7 +79,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = {
// @Param: _OFS_Y
// @DisplayName: Follow offsets in meters east/right
// @Description: Follow offsets in meters east/right. If positive, this vehicle fly to the right or east of lead vehicle. Depends on FOLL_OFS_TYPE
// @Description: Follow offsets in meters east/right. If positive, this vehicle will fly to the right or east of lead vehicle. Depends on FOLL_OFS_TYPE
// @Range: -100 100
// @Units: m
// @Increment: 1
@ -87,7 +87,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = { @@ -87,7 +87,7 @@ const AP_Param::GroupInfo AP_Follow::var_info[] = {
// @Param: _OFS_Z
// @DisplayName: Follow offsets in meters down
// @Description: Follow offsets in meters down. If positive, this vehicle fly below the lead vehicle
// @Description: Follow offsets in meters down. If positive, this vehicle will fly below the lead vehicle
// @Range: -100 100
// @Units: m
// @Increment: 1

Loading…
Cancel
Save