Browse Source

Rover: remove duplicate parameter comments

causes wiki duplications ...already included elsewhere
master
Henry Wurzburg 6 years ago committed by Randy Mackay
parent
commit
b61edd5a96
  1. 24
      APMrover2/Parameters.cpp

24
APMrover2/Parameters.cpp

@ -628,30 +628,6 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { @@ -628,30 +628,6 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Increment: 1
// @User: Standard
// @Param: WP_RADIUS
// @DisplayName: Waypoint radius
// @Description: The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the rover will turn along the next waypoint path.
// @Units: m
// @Range: 0 1000
// @Increment: 0.1
// @User: Standard
// @Param: WP_OVERSHOOT
// @DisplayName: Waypoint overshoot maximum
// @Description: Waypoint overshoot maximum in meters. The vehicle will attempt to stay within this many meters of the track as it completes one waypoint and moves to the next.
// @Units: m
// @Range: 0 10
// @Increment: 0.1
// @User: Standard
// @Param: WP_SPEED
// @DisplayName: Waypoint speed default
// @Description: Waypoint speed default. If zero use CRUISE_SPEED.
// @Units: m/s
// @Range: 0 100
// @Increment: 0.1
// @User: Standard
// @Param: PIVOT_TURN_RATE
// @DisplayName: Pivot turn rate
// @Description: Desired pivot turn rate in deg/s.

Loading…
Cancel
Save