mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
tailsitter_recovery initialize yaw_ff
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
#include <math.h>
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user