mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: replace message indicating that initialisation has completed
This commit is contained in:
parent
f9b7020ac3
commit
0fb33f8196
@ -166,8 +166,6 @@ void Rover::startup_ground(void)
|
|||||||
// we don't want writes to the serial port to cause us to pause
|
// we don't want writes to the serial port to cause us to pause
|
||||||
// so set serial ports non-blocking once we are ready to drive
|
// so set serial ports non-blocking once we are ready to drive
|
||||||
serial_manager.set_blocking_writes_all(false);
|
serial_manager.set_blocking_writes_all(false);
|
||||||
|
|
||||||
gcs().send_text(MAV_SEVERITY_INFO, "Ready to drive");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the ahrs flyforward setting which can allow
|
// update the ahrs flyforward setting which can allow
|
||||||
|
Loading…
Reference in New Issue
Block a user