HIL fixed, fixedwing control fixes

This commit is contained in:
Ivan Ovinnikov
2012-08-07 14:18:09 +02:00
parent 2b09a7914f
commit 9536bfa3ca
6 changed files with 179 additions and 158 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ struct fixedwing_control_s
float setpoint_rate_cast[3];
float setpoint_attitude_rate[3];
float setpoint_attitude[3];
int16_t attitude_control_output[4]; /**< roll, pitch, yaw, throttle */
float attitude_control_output[4]; /**< roll, pitch, yaw, throttle */
float position_control_output[4];
};