This commit is contained in:
Stavros Korokithakis
2021-12-15 02:41:34 +02:00
parent 22388bed8f
commit e81cae09c6
6 changed files with 68 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ It's called Parachute, and you can download it here:
## Building ArduPilot
See [Building ArduPilot](/ardupilot/building-ardupilot) for instructions on how to build the latest version.
See [Building ArduPilot](/ardupilot/building-ardupilot.html) for instructions on how to build the latest version.
## Hardware setup
@@ -98,7 +98,7 @@ The values in this section are specific to the Omnibus F4, but the settings aren
## Recommended settings.
See the [recommended settings](/ardupilot/ardupilot-recommended-settings) page for other recommended defaults.
See the [recommended settings](/ardupilot/ardupilot-recommended-settings.html) page for other recommended defaults.
## In the field
- [ ] Run an autotune.

View File

@@ -1,6 +1,6 @@
# TECS tuning calculator
To use this calculator, first follow the steps in [Tuning the TECS](/ardupilot/tuning-the-tecs).
To use this calculator, first follow the steps in [Tuning the TECS](/ardupilot/tuning-the-tecs.html).
<script>
function kmhToMs(kmh) { return Math.round(kmh / 3.6); }

View File

@@ -62,7 +62,7 @@ You're done with this step.
### On the bench
After you have the above measurements, you're ready to tune things. You can use the automatic calculator:
### [TECS tuning calculator](/ardupilot/tecs-tuning-calculator)
### [TECS tuning calculator](/ardupilot/tecs-tuning-calculator.html)
Otherwise, you can do things manually, following the steps below, but you should really use the calculator instead.