|
|
@ -18,14 +18,6 @@ const AP_Param::Info Plane::var_info[] = { |
|
|
|
// @User: Advanced
|
|
|
|
// @User: Advanced
|
|
|
|
GSCALAR(format_version, "FORMAT_VERSION", 0), |
|
|
|
GSCALAR(format_version, "FORMAT_VERSION", 0), |
|
|
|
|
|
|
|
|
|
|
|
// @Param: SYSID_SW_TYPE
|
|
|
|
|
|
|
|
// @DisplayName: Software Type
|
|
|
|
|
|
|
|
// @Description: This is used by the ground station to recognise the software type (eg ArduPlane vs ArduCopter)
|
|
|
|
|
|
|
|
// @Values: 0:ArduPlane,4:AntennaTracker,10:Copter,20:Rover,40:ArduSub
|
|
|
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
|
|
|
// @ReadOnly: True
|
|
|
|
|
|
|
|
GSCALAR(software_type, "SYSID_SW_TYPE", Parameters::k_software_type), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Param: SYSID_THISMAV
|
|
|
|
// @Param: SYSID_THISMAV
|
|
|
|
// @DisplayName: MAVLink system ID of this vehicle
|
|
|
|
// @DisplayName: MAVLink system ID of this vehicle
|
|
|
|
// @Description: Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network
|
|
|
|
// @Description: Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network
|
|
|
|