Added Land FLight mode definition

This commit is contained in:
Jason Short 2011-12-09 15:33:47 -08:00
parent f77131db94
commit b659d35f18

View File

@ -501,6 +501,14 @@ static void set_mode(byte mode)
set_next_WP(&guided_WP);
break;
case LAND:
yaw_mode = YAW_HOLD;
roll_pitch_mode = ROLL_PITCH_AUTO;
throttle_mode = THROTTLE_AUTO;
next_WP = current_loc;
next_WP.alt = 0;
break;
case RTL:
yaw_mode = RTL_YAW;
roll_pitch_mode = RTL_RP;