|
|
@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|