mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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)) {
|
if (stream_trigger(STREAM_RAW_CONTROLLER)) {
|
||||||
send_message(MSG_SERVO_OUT);
|
send_message(MSG_SERVO_OUTPUT_RAW);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stream_trigger(STREAM_RC_CHANNELS)) {
|
if (stream_trigger(STREAM_RC_CHANNELS)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user