mirror of https://github.com/ArduPilot/ardupilot
Tracker: correct sending of servo outputs
This commit is contained in:
parent
8d2db3218c
commit
ca72b20e04
|
@ -360,7 +360,7 @@ GCS_MAVLINK_Tracker::data_stream_send(void)
|
|||
}
|
||||
|
||||
if (stream_trigger(STREAM_RAW_CONTROLLER)) {
|
||||
send_message(MSG_SERVO_OUT);
|
||||
send_message(MSG_SERVO_OUTPUT_RAW);
|
||||
}
|
||||
|
||||
if (stream_trigger(STREAM_RC_CHANNELS)) {
|
||||
|
|
Loading…
Reference in New Issue