Subversion Repositories FlightCtrl

Rev

Rev 2135 | Rev 2139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2135 Rev 2138
Line 75... Line 75...
75
                airspeedPID[axis].I = calcAirspeedPID(dynamicParams.gyroPID[axis].I); // Should this be???
75
                airspeedPID[axis].I = calcAirspeedPID(dynamicParams.gyroPID[axis].I); // Should this be???
76
                airspeedPID[axis].D = dynamicParams.gyroPID[axis].D;
76
                airspeedPID[axis].D = dynamicParams.gyroPID[axis].D;
77
        }
77
        }
78
}
78
}
Line 79... Line -...
79
 
-
 
80
#define LOG_STICK_SCALE 8
-
 
81
#define LOG_P_SCALE 8
-
 
82
#define LOG_I_SCALE 12
-
 
83
#define LOG_D_SCALE 8
-
 
84
 
79
 
85
/************************************************************************/
80
/************************************************************************/
86
/*  Main Flight Control                                                 */
81
/*  Main Flight Control                                                 */
87
/************************************************************************/
82
/************************************************************************/
88
void flight_control(void) {
83
void flight_control(void) {