|
|
@ -91,7 +91,7 @@ void ModeBrake::run() |
|
|
|
}
|
|
|
|
}
|
|
|
|
else if(countdown<=0){ |
|
|
|
else if(countdown<=0){ |
|
|
|
gcs().send_text(MAV_SEVERITY_INFO," 执行继续任务"); |
|
|
|
gcs().send_text(MAV_SEVERITY_INFO," 执行继续任务"); |
|
|
|
copter.updownStatus == UpDown_ContinueClimb;
|
|
|
|
copter.updownStatus = UpDown_ContinueClimb;
|
|
|
|
set_mode(Mode::Number::AUTO, ModeReason::REQUEST_CMD); |
|
|
|
set_mode(Mode::Number::AUTO, ModeReason::REQUEST_CMD); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|