Gimbal: display multiple gimbals by name - #14794
Open
julianoes wants to merge 2 commits into
Open
Conversation
When we have more than one gimbal manager in the system, it is not clear which gimbal is which. For example: - Autopilot with internal gimbal (compid 1, gimbal device 1) - External Mavlink gimbal manager (compid 154, gimbal device 1) Previously, both of these gimbals would show as "Gimbal 1". With this change, they show up as "Gimbal 1-1" and "Gimbal 154-1".
This tries to request the gimbal vendor and product name in order to show the gimbals with a meaningful name, rather than "Gimbal 1-1".
Contributor
Build ResultsPlatform Status
All builds passed. Pre-commit
Pre-commit hooks: 0 passed, 0 failed, 0 skipped. Test Resultslinux-coverage-integration: 37 passed, 0 skipped Code CoverageCoverage: 69.5% No baseline available for comparison Artifact Sizes
Updated: 2026-08-09 03:27:45 UTC • Commit: 30c5dbe • Triggered by: MacOS |
23 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This tries to request the gimbal vendor and product name in order to
show the gimbals with a meaningful name, rather than "Gimbal 1-1".
This is on top of #14793.
Type of Change
Testing
Platforms Tested
Flight Stacks Tested
Screenshots
Checklist
Related Issues
By submitting this pull request, I confirm that my contribution is made under the terms of the project's dual license (Apache 2.0 and GPL v3).