mavlink / mavlink-devguide

MAVLink Developer Guide
http://mavlink.io
Other
110 stars 135 forks source link

GCS asks all components for gimbal manager info #548

Closed hamishwillee closed 1 month ago

hamishwillee commented 1 month ago

This updates the protocol to state that gimbal managers are discovered by checking all components individually (replacing the bit that said that the request is broadcast).

We hope to modify this to be a protocol bit check in https://github.com/mavlink/mavlink/pull/2144 , but getting this accurate here "for now".

FYI @julianoes