Hello guys,
I’ve been reading about ArduPilot for long time and have plans to build a drone for learning how everything works. One thing that I want to ask about is whether it is conceivably possible to have the flight controller also control a gimbal, using the same attitude estimation mechanism that is already being used to stabilize the drone.
That is, if we mount a gimbal with 3 motor controllers that react to PWM inputs for position or speed control, can we modify ArduPilot (let’s say for a quadcopter) to also output 3 additional PWM signals for the gimbal and somehow include this in code? I could see that this could be directly proportional to the pitch/roll/yaw outputs of the attitude controller.
For example, we know that we are -10 degrees on the roll axis of the drone, we command the gimbal to go +10 degrees on it’s roll axis, and so forth.
Since cameras are getting better and with fast capture, like 1/1000 shutter on Sony cameras, maybe this type of gimbal would be sufficient to reduce cost and hardware to avoid having to buy something bigger, heavier, and more expensive, like a Gremsy, but still enough to capture good results for photogrammetry.
Can anyone comment about whether this might be feasible?
Thanks.