This commit is contained in:
Stavros Korokithakis 2021-09-07 15:14:44 +03:00
parent e1f4ebd19e
commit f5b16d97f3
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -4,7 +4,7 @@ weight = 4
sort_by = "weight"
insert_anchor_links = "right"
+++
To use this calculator, first follow the steps in the [TECS tuning section](../../ardupilot/ardupilot-setup-checklist#tuning-the-tecs) of the ArduPilot setup checklist.
To use this calculator, first follow the steps in [Tuning the TECS](../../ardupilot/tuning-the-tecs).
<script>
function kmhToMs(kmh) { return Math.round(kmh / 3.6); }