mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: call send-water-depth
This commit is contained in:
parent
8722bb7ff9
commit
63599a36fa
@ -76,6 +76,9 @@ void Rover::Log_Write_Depth()
|
||||
loc.lng,
|
||||
(double)(rangefinder.distance_cm_orient(ROTATION_PITCH_270) * 0.01f),
|
||||
temp_C);
|
||||
|
||||
// send water depth and temp to ground station
|
||||
gcs().send_message(MSG_WATER_DEPTH);
|
||||
}
|
||||
|
||||
// guided mode logging
|
||||
|
Loading…
Reference in New Issue
Block a user