Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: add camera-thermal-status #369

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

rmackay9
Copy link

@rmackay9 rmackay9 commented Aug 24, 2024

This is the AP version of this upstream PR mavlink#2145 which has already been merged

The flight code change that uses this message is here ArduPilot/ardupilot#27915

This adds a new message to allow sending a thermal camera's min and max temperatures (including the location on the image) to the ground station in real time. This is useful for search & rescue and firefighting applications because the ground station can overlay a rectangle over the hotspot along with its temperature

I've tried to make it consistent with other CAMERA messages including the tracking message in the hopes that that makes it easier to merge. I've also included the camera_device_id field consistent with PR mavlink#2142

Over on the AP side we've recently been improving our support for thermal cameras including the Siyi ZT6, ZT30 and the Topotek gimbals. This has been tested on real-hardware using a Siyi ZT6

@rmackay9
Copy link
Author

rmackay9 commented Sep 2, 2024

This has been updated inline with suggestions from the upstream PR mavlink#2145

@tridge tridge merged commit cdfe7a8 into ArduPilot:master Sep 9, 2024
10 checks passed
@rmackay9 rmackay9 deleted the thermal-minmax-ap branch September 9, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants