Hello, I’m new here.
I ve been using apm and px4 for 4 years for various type vehicles (multirotor, plane, quadplane and tailsitter).
Currently, i want to build bicopter vtol like Osprey. I’ve read arduplane documentation, and didnt found specific setup for this type of airplane.
Is there a way to overcome this problem ? ( Using tailsitter setup maybe )
Closest related development that i have found is this. Unfortunately, he is using KK board.
it would be using the bicopter not the tricopter, i think its possible, see how you get on and we can always make some changes but I hope it will work straight away.
Many thanks pete.
I am using 3dr pixhawk. It is a bit old, i will update it to the newest firmware tommorow, and recheck if there is an option for bicopter.
This is master with my patch. You should be able to select tailsitter(bicotper) with Q_FRAME_CLASS as 10. Then you need to set Q_TILT_MASK to 3, i think it shouldn’t matter but we might need to take another look at this if it’s not doing the right stuff. But you should at least be able to get hovering with this build, i hope
Hi, Pete
some of my first tailsitters used bicopter in baseflight and it worked well for all kinds of setups…
also thanks for all the great work and help and will also use your bicopter
Rick …research air
I have now got this working. this is the pixhawk build
Parameters should be set so Q_FRAME_CLASS = 10 and Q_TILT_TYPE = 3. Flys OK, pitch in the hover is very tricky to tune and it defiantly cant go backwards.
I’m planning to use pixhawk 2 cube. Is different from pixhawk? Arduplane code & ground station.
What will be the arrangement of channels in this configuration?
1 & 2 Elevon
Throttle @ 3
Right Motor @ 5
Left motor @ 6
Tilt R servo @ Aux1
Tilt L Servo @ Aux2?
Thanks, Itzik
The pixhawk build should mostly work on the CUBE, although some stuff will not work. I will do you a proper CUBE build for you after easter. The arrangement of the channels is whatever your set them to be using SERVOx_FUNCTION 's.
Dear Peter,
I decided to make my first attempt on a small and simple plane equipped with the usual Pixhawk (the 3DR not the Cube Model). If the system works well, I will move on to a new and larger system.
Saying that, what PR I need to use for this arrangement?