-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feature Request: pan-tilt gimbal controls #196
Comments
For the pan/tilt, you connect the gimbal directly to the flight controller and control it from there. I'm not sure why you'd need to go via the RPi? |
Currently, camera and gimble are all connected to Rpi. So I think it's rather simple for the communication. And then Rpi knows what angle it's looking at. GCS ==> Rpi ==> pan/tilt EDIT: If AP has kind of gimbal manager, which tries to manager gimbals. Then is it possible to add Rpi pan/tilt controlled by AP, then controls gimbal, like Standalone Integrated Camera/Gimbal. |
Using PWM servo pan/tilt with ArduPilot: https://ardupilot.org/copter/docs/common-camera-gimbal.html#common-camera-gimbal I do plan to add in the |
Hmmmm... I see. Here is a scenario I'm considering: a. pan/tilt camera, looking for a specific vechicle The quesiton is what kinds of MAVLink API or message should be used during the process? Any idea or tips? |
So the camera is running some sort of image detection to find the car? So a typical workflow would be:
|
I think a pan-tilt gimbal conrol is very thoughtful design.
This is my video about this 2D gimbal, https://www.youtube.com/watch?v=omBjam52Hq0
So what I'm proposed here: is it possible for Rpanion to intergrate this feature? And then it might be controlled by MP or QGC.
There is pan-tilt HAT board for RaspberryPi and jetson.
EDIT:
related features:
It is something like "Standalone Integrated Camera/Gimbal"
The text was updated successfully, but these errors were encountered: