mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Navigator: Show feedback on pause / continue command
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user