From 5427fe298ffd43b60544b604691e064ffb805935 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Sat, 25 Jan 2025 09:12:22 +0900 Subject: [PATCH] Dev: mavlink get-set-param page gets json link --- dev/source/docs/mavlink-get-set-params.rst | 27 +++++++++++----------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/dev/source/docs/mavlink-get-set-params.rst b/dev/source/docs/mavlink-get-set-params.rst index a6e2e3f250..bc01b3dedf 100644 --- a/dev/source/docs/mavlink-get-set-params.rst +++ b/dev/source/docs/mavlink-get-set-params.rst @@ -10,19 +10,20 @@ This page explains how a ground station or companion computer can retrieve the l Most ground stations (aka GCS) provide an editable list of parameters to the user to allow them to customise the vehicle. Below are links to the human and machine readable parameter names, descriptions and valid ranges but please note that the parameters are different depending upon the vehicle type and also change slightly with each firmware release so GCSs and companion computers should retrieve the list of parameters directly from the flight controller. Many GCSs also parse the machine readable parameter list (linked below) to provide the description and valid range to the user. -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ -| Vehicle | Human readable | Machine Readable | -+===============+====================================================================+========================================================================================+ -|AntennaTracker |`html `__|`apm.pdef.xml `__| -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ -|Copter |`html `__ |`apm.pdef.xml `__ | -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ -|Plane |`html `__ |`apm.pdef.xml `__ | -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ -|Rover |`html `__ |`apm.pdef.xml `__ | -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ -|Submarine | unavailable |`apm.pdef.xml `__ | -+---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+ ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ +| Vehicle | Human readable | Machine Readable (XML) | Machine Readable (JSON) | ++===============+====================================================================+========================================================================================+==========================================================================================+ +|AntennaTracker |`html `__|`apm.pdef.xml `__|`apm.pdef.json `__| ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ +|Copter |`html `__ |`apm.pdef.xml `__ |`apm.pdef.json `__ | ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ +|Plane |`html `__ |`apm.pdef.xml `__ |`apm.pdef.json `__ | ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ +|Rover |`html `__ |`apm.pdef.xml `__ |`apm.pdef.json `__ | ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ +|Submarine | unavailable |`apm.pdef.xml `__ |`apm.pdef.json `__ | ++---------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ + Retrieving All Parameters -------------------------