docs: Numerous spelling and grammer fixes in flight controller section (#26582)

This commit is contained in:
Hamish Willee
2026-02-26 11:53:44 +11:00
committed by GitHub
parent 3c961de3fe
commit 539b1def78
85 changed files with 391 additions and 396 deletions

View File

@@ -2,7 +2,7 @@
<LinkedBadge type="warning" text="Experimental" url="../flight_controller/autopilot_experimental.html"/>
:::warning
::: warning
PX4 does not manufacture this (or any) autopilot.
Contact the [manufacturer](https://emlid.com/) for hardware support or compliance issues.
:::
@@ -17,7 +17,7 @@ It allows you to build PX4 and transfer to the RPi, or build natively.
Use the preconfigured [Emlid Raspberry Pi OS image for Navio 2](https://docs.emlid.com/navio2/configuring-raspberry-pi/).
The default image will have most of the setup procedures shown below already done.
:::warning
::: warning
Make sure not to upgrade the system (more specifically the kernel).
By upgrading, a new kernel can get installed which lacks the necessary HW support (you can check with `ls /sys/class/pwm`, the directory should not be empty).
:::