mirror of https://github.com/ArduPilot/ardupilot
b6b4c972f9
add it to the specified file or to all *.param and *.parm files in the specified directory. 1. Checks if a local cache of the XML file exists in the target directory or on the directory of the target file: - If it does, the script loads the file content. - If it doesn't, the script sends a GET request to the URL to fetch the XML data for the requested vehicle type. 2. Parses the XML data and creates a dictionary of parameter documentation. 3. DELETES all comments that start at the beginning of a line 4. Adds the parameter documentation to the target file or to all *.param,*.parm files in the target directory. Supports AP_Periph, AntennaTracker, ArduCopter, ArduPlane, ArduSub, Blimp, Heli, Rover and SITL vehicle types Supports both Mission Planner and MAVProxy file formats Supports sorting the parameters Has unit tests with 88% coverage AP_FLAKE8_CLEAN Author: Amilcar do Carmo Lucas, IAV GmbH # Conflicts: # .github/workflows/test_unit_tests.yml |
||
---|---|---|
.. | ||
cache_cleanup.yml | ||
ccache.env | ||
colcon.yml | ||
cygwin_build.yml | ||
esp32_build.yml | ||
macos_build.yml | ||
test_ccache.yml | ||
test_chibios.yml | ||
test_coverage.yml | ||
test_dds.yml | ||
test_environment.yml | ||
test_linux_sbc.yml | ||
test_replay.yml | ||
test_scripting.yml | ||
test_scripts.yml | ||
test_sitl_blimp.yml | ||
test_sitl_copter.yml | ||
test_sitl_periph.yml | ||
test_sitl_plane.yml | ||
test_sitl_rover.yml | ||
test_sitl_sub.yml | ||
test_sitl_tracker.yml | ||
test_size.yml | ||
test_unit_tests.yml |