ArduPilot/ardupilot

DO_SET_ROI_LOCATION and DO_SET_ROI_NONE "gimbal device id" fields should be supported

Offen

#29.566 geöffnet am 19.03.2025

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (15.603 Forks)batch import
good first issue

Repository-Metriken

Stars
 (9.336 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 26T 16h) (166 gemergte PRs in 30 T)

Beschreibung

AP supports the DO_SET_ROI_LOCATION and DO_SET_ROI_NONE as "immediate" and mission commands but we do not correctly consume "param1" ("Gimbal device ID"). Instead it is always the first camera gimbal that is controlled. We should consume this field and control the gimbal device specified

PR https://github.com/ArduPilot/ardupilot/pull/29567 added mission support for these commands

Contributor Guide