Attitude fw yaw: Initialize yaw rate properly

This commit is contained in:
Lorenz Meier
2016-12-17 13:13:55 +01:00
committed by Lorenz Meier
parent 983c44088f
commit 10c6ae77ae
+1
View File
@@ -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)
{
}