mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Attitude fw yaw: Initialize yaw rate properly
This commit is contained in:
parent
983c44088f
commit
10c6ae77ae
@ -50,6 +50,7 @@
|
||||
ECL_YawController::ECL_YawController() :
|
||||
ECL_Controller("yaw"),
|
||||
_coordinated_min_speed(1.0f),
|
||||
_max_rate(0.0f), /* disable by default */
|
||||
_coordinated_method(0)
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user