Dual-motor tailsitters

Most full size use B to help counter P factor torque in case of engine out…but if you are a flying wing, that’s pretty much mute since single engine operation = crash, or at least dead stick landing…I dont think it makes much difference in most cases…and I’m hardly an expert, just an old flyer, but thanks anyway…

Exactly, as the picture I posted shows, so I wonder why in the Wingtra they chose the other direction of rotation.

It looks like option A is considered better for full scale twins, if you go by Wikipedia and the Piper Seneca: https://en.wikipedia.org/wiki/Counter-rotating_propellers
But I think option B would increase the effectiveness of differential thrust for yaw control.

Extreme agressive tuning and nice patch, thanks @iampete!
See the description in the video for more informations.

https://youtu.be/O47h2lk6SBE

I have an exaggerated servo shaking in my Dual Motor TS:

Matek F765
Servo Savöx SV-1260MG
BEC Vx output 7.2 v
Arduplane 4.0.7

https://youtu.be/i9J1XA2lkMc

I have tested with external BEC, shielded cable, etc … but the problem persists.

With the default values and only changing SERVO1_FUNCTION = 77 and SERVO2_FUNCTION = 78 ,then there is no shaking

It is typical of some digital servos that try to find the offset but this jitter is too fast.

Any suggestion?

Regards

I had something very similar, although with cheaper servos. It was interference from the 2.4 GHz radio. Moving servo cables, or holding them in my fist changed the jitter pattern. I replaced the servos with a different brand and the problem went away.

I’ve had something like that when the servo pwm frequency was too high, I had the wing servos in the same group as the ESCs which were running at 500Hz (normal servo is 50Hz).

well, even turning off the RC system, the shaking continues.

I connect servos and ESCs in different groups on the Matek:
S1/S2 for servos and S5/S6 for ESCs.

As well SERVO_BLH_MASK=48 >>> the BLHeli ESCs are coneccting to S5/S6

I will try with other servos

Sorry, maybe this group is not the right one to expose my problem. I had posted it here because it is a Dual Motor Tailssiter thinking that perhaps some specific parameter could be the problem,

Yes, you will have to lower the Pitch D Param.
https://youtu.be/UMYpq2S20EM

I have lowered the value >> Q_A_RA_TPIT_D = 0,0005
but the shaking continues.

1

Hi all,

I have a new method for scaling control surfaces for vectored and none-vectored tail sitters. Hopefully this should be a nice improvement to the tune that you can achieve. By doing a better job of scaling the gains at high and low throttles and airspeeds it should allow for overall higher gains that would previously have seen oscillations at these extremes.

This is accomplished by using disk theory to estimate the airspeed over the control surfaces by considering the combination of the true airspeed and induced airspeed from prop wash.

It also fixes a few bugs that are currently in master for thrust vectored tail-sitters.

I have been testing in realflight and it seems to work quite well, I’m looking for some people to try this on real vehicles.

I’m happy to provide test builds (based on master/4.1.dev).

The is a new bit in the QTAILSIT_GSCMSK param, it should be set to 4 for the new method. There is also a new param to set the disk loading of the vehicle Q_TAILSIT_DSKLD. This is the vehicle weight in kg divided by the total disk area of all propellers in m^2. This value will end up having to be lower than the calculated value because not all of the control surface area is affected by the prop wash, you can tune it with some aggressive test flying.

This new method also makes use of the airspeed so for best result a airspeed sensor is required although it should also work reasonably well without, testing with both would be great!

2 Likes

Hey @iampete
Will this work on copter tailsitters?
I have Quad an tri TS to test if it works.

Latest version from repository = master version?

Start with Pitch D at 0.0001, P and I at 0.2, and follow the normal tuning steps.
If it still vibrates it means that you have play in the linkages.
MIXING_GAIN too high also affects this.

Yeah should work on your Tri as it needs control surfaces for yaw. Its scaling for the control surfaces so for a quad that most likely has ‘normal’ size controls surfaces you wouldn’t notice the difference, especially relative to the huge control power you get from the motors.

yes.

Ok,thanks, I will try this afternoon

With Q_TAILSIT_GSCMSK=4 & FC reset >> I cannot see Q_TAILSIT_DSKLD

You need a custom build, its on-top of MASTER/4.1.dev. What flight controller are you using?

Hey @iampete
Can I get a build for cubepurple with tri tailsitter included in the build?
Thanks.