Julian Oes 50d24429ec
feat(params): add board-level read-only parameter support
Integrators can declare read-only parameters in a per-board YAML file:
readonly_params.yaml.

There are two ways to define the read-only params:
- "block": default writable, explicitly list params to be locked
- "allow": default readonly, explicitly list params to be writable

Enforcement is activated by `param lock` in rcS after all startup
scripts have run, so board defaults and airframe scripts can still set
params during init.

The feedback via MAVLink uses the new
MAV_PARAM_ERROR_READ_ONLY as part of the PARAM_ERROR message.
2026-04-09 06:43:17 +12:00
..
2026-03-04 09:45:50 +11:00
2026-04-08 16:22:48 +00:00
2025-06-26 11:03:23 -07:00
2025-06-26 11:03:23 -07:00
2026-02-13 08:55:29 +11:00

PX4 User Guide

This repo contains the source code for the PX4 User Guide.

Note

Contributions and Translations to this guide are very welcome!