px4-firmware/Tools/px4airframes
Junwoo Hwang 855eb42c59 Rename param and paramgroups to airframe and airframegroups
The srcparser.py is specific to each use case (e.g. Airframes, Parameters, px4events, etc as in Tool/* folders).
Therefore it is confusing to have the px_process_airframes.py script handle concept of airframes under the generic name 'params'.

This improves readability and sets the baseground for implementing more specific vehicle type supports, as mentioned in https://github.com/PX4/PX4-user_guide/pull/1858#discussion_r876554728
2022-11-10 07:39:27 +01:00
..
README.md Add airframe config parser 2015-07-29 19:13:28 +02:00
__init__.py Airframe generator: Also generate autostart listing 2015-07-31 12:10:31 +02:00
markdownout.py Rename param and paramgroups to airframe and airframegroups 2022-11-10 07:39:27 +01:00
rcout.py Rename param and paramgroups to airframe and airframegroups 2022-11-10 07:39:27 +01:00
srcparser.py Rename param and paramgroups to airframe and airframegroups 2022-11-10 07:39:27 +01:00
srcscanner.py check supported extensions for rc.autostart generation 2015-10-06 15:15:37 +02:00
xmlout.py Rename param and paramgroups to airframe and airframegroups 2022-11-10 07:39:27 +01:00

README.md

This folder contains a python library used by px_process_params.py