Closed hamishwillee closed 3 months ago
FYI @bkueng I'm using the json build to compare param changes between releases, which is how I noticed I was getting false positives in https://discuss.px4.io/t/px4-v1-15-public-changes-what-needs-docs/39850
This issue has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:
https://discuss.px4.io/t/px4-v1-15-public-changes-what-needs-docs/39850/1
Describe the bug
Generated .json and .xml files are missing parameters from the following groups (which are present in the generated
.md
metadata.To Reproduce
Run
make parameters_metadata
and inspect the output - you will note, for example, that all EKF group parameters are missing.I generated this list by modifying px_process_params.py in each output to log the groups, then diffing
Expected behavior
I'd expect all metadata to be exported. Note that in PX4 v1.14 timeframes EKF2 at least was included.
Screenshot / Media
No response
Flight Log
NA
Software Version
Tested on v1.14 (includes missing metadata for existing params), v1.15/
main
are missing the metadataFlight controller
NA
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response