mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Rover: use short descriptions for mission item types
This commit is contained in:
parent
30355fa6d8
commit
9272c10043
@ -20,7 +20,8 @@ bool Rover::start_command(const AP_Mission::Mission_Command& cmd)
|
||||
DataFlash.Log_Write_Mission_Cmd(mission, cmd);
|
||||
}
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Executing command ID #%i", cmd.id);
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user