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

AP_Mount: Topotek image tracking fix #27568

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

rmackay9
Copy link
Contributor

This replaces PR #26666

This PR adds 3 enhancements to the Topotek driver:

  1. versions can be returned by the gimbal in "1.2.3" format (previously it was only "123"
  2. gimbal's model name is retrieve
  3. image tracking status is improved to handle gimbals that do not have this feature

This has been lightly tested on a real gimbal but we need to clear up these issues:

  1. the model name appears as "000000000"
  2. I don't really understand the new tracking state "waiting" and how the driver should decide what state to put the gimbal into

@laozhou-fujian
Copy link
Contributor

This replaces PR #26666

This PR adds 3 enhancements to the Topotek driver:

  1. versions can be returned by the gimbal in "1.2.3" format (previously it was only "123"
  2. gimbal's model name is retrieve
  3. image tracking status is improved to handle gimbals that do not have this feature

This has been lightly tested on a real gimbal but we need to clear up these issues:

  1. the model name appears as "000000000"
  2. I don't really understand the new tracking state "waiting" and how the driver should decide what state to put the gimbal into

Hello
Because the "model_name" parameter was not set previously, "000000000" appeared. Now, our gimbal cameras are all configured with this parameter during production.
In the new type of gimbal camera that we are preparing to launch, a new tracking state "waiting" has been added. In this tracking state, the gimbal can automatically detect and recognize certain features such as vehicles, people, etc., and dynamically overlay them on the video stream in real-time, providing reference targets for the operator.

@tridge tridge merged commit e2cb4ba into ArduPilot:master Jul 23, 2024
93 checks passed
@rmackay9 rmackay9 deleted the topotek-image-tracking-fix branch July 23, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants