|
|
|
@ -353,7 +353,7 @@ AP_AHRS_DCM ahrs(ins, barometer, g_gps);
@@ -353,7 +353,7 @@ AP_AHRS_DCM ahrs(ins, barometer, g_gps);
|
|
|
|
|
static bool start_command(const AP_Mission::Mission_Command& cmd); |
|
|
|
|
static bool verify_command(const AP_Mission::Mission_Command& cmd); |
|
|
|
|
static void exit_mission(); |
|
|
|
|
AP_Mission mission(ahrs, &start_command, &verify_command, &exit_mission); |
|
|
|
|
AP_Mission mission(ahrs, &start_command, &verify_command, &exit_mission, MISSION_START_BYTE, MISSION_END_BYTE); |
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////// |
|
|
|
|
// Optical flow sensor |
|
|
|
@ -759,7 +759,7 @@ static void pre_arm_checks(bool display_failure);
@@ -759,7 +759,7 @@ static void pre_arm_checks(bool display_failure);
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
|
|
|
|
// setup the var_info table |
|
|
|
|
AP_Param param_loader(var_info, WP_START_BYTE); |
|
|
|
|
AP_Param param_loader(var_info, MISSION_START_BYTE); |
|
|
|
|
|
|
|
|
|
#if MAIN_LOOP_RATE == 400 |
|
|
|
|
/* |
|
|
|
|