Skip to content

Commit

Permalink
Add DO_CHANGE_SPEED to resume rebuild command list
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jun 11, 2017
1 parent 29e9936 commit 761fe88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MissionManager/MissionManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,8 @@ void MissionManager::generateResumeMission(int resumeIndex)
<< MAV_CMD_IMAGE_START_CAPTURE
<< MAV_CMD_IMAGE_STOP_CAPTURE
<< MAV_CMD_VIDEO_START_CAPTURE
<< MAV_CMD_VIDEO_STOP_CAPTURE;
<< MAV_CMD_VIDEO_STOP_CAPTURE
<< MAV_CMD_DO_CHANGE_SPEED;
if (_vehicle->fixedWing() && _vehicle->px4Firmware()) {
includedResumeCommands << MAV_CMD_NAV_TAKEOFF;
}
Expand Down

0 comments on commit 761fe88

Please sign in to comment.