mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Rover: rely on AP_Mission to emit GCS text
This commit is contained in:
parent
29258f6752
commit
fcfd37c025
@ -292,9 +292,6 @@ bool ModeAuto::start_command(const AP_Mission::Mission_Command& cmd)
|
||||
rover.logger.Write_Mission_Cmd(mission, cmd);
|
||||
}
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Executing %s(ID=%i)",
|
||||
cmd.type(), cmd.id);
|
||||
|
||||
switch (cmd.id) {
|
||||
case MAV_CMD_NAV_WAYPOINT: // Navigate to Waypoint
|
||||
do_nav_wp(cmd, false);
|
||||
|
Loading…
Reference in New Issue
Block a user