Browse Source

Rover: replace message indicating that initialisation has completed

zr-v5.1
Tatsuya Yamaguchi 4 years ago committed by Andrew Tridgell
parent
commit
0fb33f8196
  1. 2
      Rover/system.cpp

2
Rover/system.cpp

@ -166,8 +166,6 @@ void Rover::startup_ground(void) @@ -166,8 +166,6 @@ void Rover::startup_ground(void)
// 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
serial_manager.set_blocking_writes_all(false);
gcs().send_text(MAV_SEVERITY_INFO, "Ready to drive");
}
// update the ahrs flyforward setting which can allow

Loading…
Cancel
Save