Browse Source

Rover: fix sailboat NO_GO_ANGLE param description

master
Randy Mackay 6 years ago
parent
commit
bf7432cf2e
  1. 2
      APMrover2/sailboat.cpp

2
APMrover2/sailboat.cpp

@ -66,7 +66,7 @@ const AP_Param::GroupInfo Sailboat::var_info[] = { @@ -66,7 +66,7 @@ const AP_Param::GroupInfo Sailboat::var_info[] = {
// @User: Standard
AP_GROUPINFO("HEEL_MAX", 5, Sailboat, sail_heel_angle_max, 15),
// @Param: SAIL_NO_GO_ANGLE
// @Param: NO_GO_ANGLE
// @DisplayName: Sailing no go zone angle
// @Description: The typical closest angle to the wind the vehicle will sail at. the vehicle will sail at this angle when going upwind
// @Units: deg

Loading…
Cancel
Save