forked from Archive/PX4-Autopilot
Always publish RC data from Pixhawk
This commit is contained in:
parent
9778ed30d7
commit
9eb748ed5b
|
@ -543,7 +543,7 @@ void Simulator::pollForMAVLinkMessages(bool publish)
|
|||
for (int i = 0; i < len; ++i) {
|
||||
if (mavlink_parse_char(MAVLINK_COMM_0, serial_buf[i], &msg, &status)) {
|
||||
// have a message, handle it
|
||||
handle_message(&msg, publish);
|
||||
handle_message(&msg, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue