Skip to content

Commit

Permalink
Navigator: Show feedback on pause / continue command
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Feb 28, 2016
1 parent 3fa3158 commit 509be82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/navigator/navigator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ Navigator::task_main()
if (cmd.command == vehicle_command_s::VEHICLE_CMD_DO_REPOSITION) {
warnx("navigator: got reposition command");
}

if (cmd.command == vehicle_command_s::VEHICLE_CMD_DO_PAUSE_CONTINUE) {
warnx("navigator: got pause/continue command");
}
}

/* global position updated */
Expand Down

0 comments on commit 509be82

Please sign in to comment.