mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
corrected .md syntax Documentation for <gyro_offset_yaw>
This commit is contained in:
parent
64f809afb1
commit
4eb1ff4c1c
1 changed files with 24 additions and 23 deletions
|
@ -4,24 +4,25 @@
|
||||||
This parameter allows to manually compensate YAW gyro drift over time.
|
This parameter allows to manually compensate YAW gyro drift over time.
|
||||||
|
|
||||||
## Audience
|
## Audience
|
||||||
This parameter is intended for LOS flyers who use the <HEADFREE> feature of betaflight.
|
This parameter is intended for LOS flyers who use the HEADFREE feature of betaflight.
|
||||||
It reduces the usage of on sight realignment <HEADADJ>
|
It reduces the usage of on sight realignment HEADADJ
|
||||||
form 3-6 times to 0-1 during a flight.
|
from 3-6 times to 0-1 during a flight.
|
||||||
|
|
||||||
## Warnings
|
## Warnings
|
||||||
Users with exotic board alignment configurations (this feature may not work as intended for your purpose !!!)
|
Users with exotic board alignment configurations !!! this feature may not work as intended for your purpose !!!
|
||||||
The gyro drift depends on many factors, so the results of manual calibration have a big variance
|
The gyro drift depends on many factors, so the results of manual calibration have a big variance
|
||||||
|
|
||||||
Factors:
|
Factors:
|
||||||
gyro (mpu6000 ICM260X ...)
|
* gyro (mpu6000 ICM260X ...)
|
||||||
sampling rate
|
* sampling rate
|
||||||
temperature
|
* temperature
|
||||||
LiPo (3S ... 5S)
|
* LiPo (3S ... 5S)
|
||||||
Flight style
|
* Flight style
|
||||||
Flight time
|
* Flight time
|
||||||
and many more ...
|
* and many more ...
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
The basic setup can be done on the bench without LiPo (USB powerd)
|
The basic setup can be done on the bench without LiPo, USB powered
|
||||||
power on, do not move the quad for 10 minutes
|
power on, do not move the quad for 10 minutes
|
||||||
on CW drift 70° --> gyro_offset_yaw = 70
|
on CW drift 70° --> gyro_offset_yaw = 70
|
||||||
on CCW drift 70° --> gyro_offset_yaw = -70
|
on CCW drift 70° --> gyro_offset_yaw = -70
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue