mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 13:24:25 +08:00
d07fcec626
Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com> Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
489 B
489 B
PX4-Autopilot
Safety-critical C/C++ flight control firmware for autopilots, plus SITL simulation and Python tooling.
- Commits: use the
/commitskill. Conventional commit format with topic-based scope:type(scope): description. - Pull requests: use the
/prskill. - No Claude attribution — no
Co-Authored-By: Claude, no "Generated with Claude Code" footer. - Style: run
make formaton changed C/C++ before committing; CI enforcesmake check_format.