paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Tiltrotor-Project


From: notoriou5
Subject: Re: [Paparazzi-devel] Tiltrotor-Project
Date: Sat, 18 Jun 2016 04:54:51 -0700 (MST)

Hi Pascal, 

thanks for your input. The torque moments are a very big issue in this
setup. I thought that the torque of the bottom propeller is less effective
because of the messed up airflow. But your thoughts are also right and it
seems to me like my quad is spinning every time into another direction when
I try to fly it. That is proving your point. 

Do you have an idea how I could manage my torque issue? Maybe same size
props and working with the Motor-Matrix? (Slower spinning of the top one). 

Besides the torque I have really big trouble flying it at all. It is very
hard to control. Other quads I build before were going vertically up into
the air, even without much PID-Tuning. But this one moves a lot and it seems
more like a pendulum. I thought maybe wrong PID-Values and I tried to tune
them. But with just the P-Value (all others on minimum) it was even worse
and not to handle. No big changes in flying behavior after increasing and
decreasing the P-Value. 

Any suggestions on how to get it stable? (I do not have a GPS connected, IMU
is calibrated) 

This is my current Motor-Matrix:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
case AP_MODE_ATTITUDE_DIRECT:
          motor_mixing.roll_coef[0] = 0;
          motor_mixing.roll_coef[1] = 0;
          motor_mixing.roll_coef[2] = 150;
          motor_mixing.roll_coef[3] = -150;

          motor_mixing.pitch_coef[0] = 150;
          motor_mixing.pitch_coef[1] = 150;
          motor_mixing.pitch_coef[2] = -150;
          motor_mixing.pitch_coef[3] = -150;

          motor_mixing.yaw_coef[0] = -256;        
          motor_mixing.yaw_coef[1] = 256;
          motor_mixing.yaw_coef[2] = 0;
          motor_mixing.yaw_coef[3] = 0;

          motor_mixing.thrust_coef[0] = 190;
          motor_mixing.thrust_coef[1] = 190;
          motor_mixing.thrust_coef[2] = 230;
          motor_mixing.thrust_coef[3] = 230;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0= Front Top
1= Front Bottom
2= Back Left
3= Back Right

Here is a picture of the model: 

<http://lists.paparazziuav.org/file/n18076/IMG_20160618_145746.jpg> 

I am thankful for any input,

Kevin



--
View this message in context: 
http://lists.paparazziuav.org/Tiltrotor-Project-tp17906p18076.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]