Subversion Repositories FlightCtrl

Rev

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

Rev 767 Rev 779
Line 10... Line 10...
10
#define TSK_HOLD                1
10
#define TSK_HOLD                1
11
#define TSK_HOME                2
11
#define TSK_HOME                2
Line 12... Line 12...
12
 
12
 
13
#define GPS_STICK_SENSE         20              // must be at least in a range where 90% of the trimming does not switch of the GPS function
13
#define GPS_STICK_SENSE         20              // must be at least in a range where 90% of the trimming does not switch of the GPS function
14
#define GPS_STICK_LIMIT         45              // limit of gps stick control to avoid critical flight attitudes
14
#define GPS_STICK_LIMIT         45              // limit of gps stick control to avoid critical flight attitudes
15
#define GPS_D_LIMIT_DIST        2000    // for position deviations grater than 500 cm (20m) the D-Part of the PD-Controller is limited
15
#define GPS_D_LIMIT_DIST        500     // for position deviations grater than 500 cm (20m) the D-Part of the PD-Controller is limited
Line 16... Line 16...
16
#define GPS_D_LIMIT                     50              // PD-Controntroller D-Limit.
16
#define GPS_D_LIMIT                     50              // PD-Controntroller D-Limit.
17
 
17