I would like to implement a bi-copter which I can control manually via an RC and autonomously. I was considering building from scratch but the PixHawk 4 mini seams to include all the hardware needed.
The bi-copter shall be similar to a a V-22 Osprey configuartion.
Is the configuration of a bi-copter supported? As from manuals and videos, the closest I could get to was VTOL but not sure it fits the purpose.
Is it possible to write the control syntax by accessing data from accelerometers, gyros, camera and height sensor, just like I would write to an Arduino?
Similarity in terms of having two rotors mounted on either side of the fuselage and a holirizontal stabilizer. Most likely the props will not have any form variable pitch for the time being.
The motors will be tilted using servo motors
I did some initial research and did not find much as to what coding the controller involves. Is there a document I can refer to?
I have finalised the idea to go for the V22 tilt rotor design without variable pitch.
I want to control altitude and automate hovering and auto-land the aircraft as well as enjoy flying it by an RC remote.
Hi @Michael_Zerafa , If by “variable pitch” you mean that the two propellers are just standard quadrotor propellers and not “helicopter”-like propeller (no swash plate). Then I think you cannot do that without a third rotor. You simply don’t have enough control inputs to stabilize the system.
And even if it is possible (see Building a V22 Osprey - Part 1 - YouTube but be advise, the is a very peculiar mechanical solution on the propellers), it would be a nightmare from the control perspective.