included "airframe.h" to have access to H_CTL_RATE_LOOP

This commit is contained in:
Antoine Drouin
2009-07-24 14:55:54 +00:00
parent 2668067018
commit 87f1abfbb0
+2
View File
@@ -34,6 +34,7 @@
#include <inttypes.h>
#include "std.h"
#include "paparazzi.h"
#include "airframe.h"
/* outer loop parameters */
extern float h_ctl_course_setpoint; /* rad, CW/north */
@@ -66,6 +67,7 @@ extern float h_ctl_aileron_of_throttle;
extern float h_ctl_elevator_of_roll;
/* rate loop */
#ifdef H_CTL_RATE_LOOP
extern float h_ctl_roll_rate_mode;
extern float h_ctl_roll_rate_setpoint_pgain;