mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: Send all distance sensors
This commit is contained in:
parent
9e551350a4
commit
8afc96097b
@ -502,8 +502,7 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
case MSG_RANGEFINDER:
|
||||
CHECK_PAYLOAD_SIZE(RANGEFINDER);
|
||||
send_rangefinder_downward(plane.rangefinder);
|
||||
CHECK_PAYLOAD_SIZE(DISTANCE_SENSOR);
|
||||
send_distance_sensor_downward(plane.rangefinder);
|
||||
send_distance_sensor(plane.rangefinder);
|
||||
break;
|
||||
|
||||
case MSG_TERRAIN:
|
||||
|
Loading…
Reference in New Issue
Block a user