ArduPilot/ardupilot

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

Ouverte

#29 566 ouverte le 19 mars 2025

 (6 commentaires) (0 réaction) (0 personne assignée)C++ (15 603 forks)batch import
good first issue

Métriques du dépôt

Stars
 (9 336 étoiles)
Métriques de merge PR
 (Merge moyen 26j 16h) (166 PRs mergées en 30 j)

Description

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

Guide contributeur