|
|
|
@ -221,6 +221,15 @@ const AP_Param::Info Tracker::var_info[] = {
@@ -221,6 +221,15 @@ const AP_Param::Info Tracker::var_info[] = {
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(alt_source, "ALT_SOURCE", 0), |
|
|
|
|
|
|
|
|
|
// @Param: MAV_UPDATE_RATE
|
|
|
|
|
// @DisplayName: Mavlink Update Rate
|
|
|
|
|
// @Description: The rate at which Mavlink updates position and baro data
|
|
|
|
|
// @Units: hertz
|
|
|
|
|
// @Increment: 1
|
|
|
|
|
// @Range: 1 10
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(mavlink_update_rate, "MAV_UPDATE_RATE", 1), |
|
|
|
|
|
|
|
|
|
// barometer ground calibration. The GND_ prefix is chosen for
|
|
|
|
|
// compatibility with previous releases of ArduPlane
|
|
|
|
|
// @Group: GND_
|
|
|
|
|