forked from Archive/PX4-Autopilot
tailsitter_recovery initialize yaw_ff
This commit is contained in:
parent
ab52bf0391
commit
67975d68bb
|
@ -39,7 +39,8 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
TailsitterRecovery::TailsitterRecovery():
|
TailsitterRecovery::TailsitterRecovery():
|
||||||
_in_recovery_mode(false)
|
_in_recovery_mode(false),
|
||||||
|
_yaw_ff(0.0f)
|
||||||
{
|
{
|
||||||
_att_p(0) = _att_p(1) = _att_p(2) = 4.0f;
|
_att_p(0) = _att_p(1) = _att_p(2) = 4.0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue