mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-16 19:42:02 +08:00
6bf19ebe23
When requesting a message from a stream that is not active we start the stream with interval=0 and call the request method once. For all streams this works fine except the gps_global_origin. For this one the request method is actually overidden to throttle down the rate and not just send out the message. This will cause this message to never being sent on request if the stream is not active by default.