|
From: | I . Sánchez Ciarrusta |
Subject: | Re: [Paparazzi-devel] Problems with rotorcraft |
Date: | Wed, 16 Jul 2014 07:09:28 +0000 |
Hi:
I am trying to fly my quadcopter in manual mode (RC or ATT). As is very unstable, it is almost impossible to take off from the ground. So to have more room for maneuver, I fastened with ropes to try to take off to a certain height from the ground. Following your advice I'm trying to modify the gains until it becomes stable. However, I need your help because the nomenclature of the terms is not easy to understand. I do not know exactly what criteria to follow. I have thought about starting setting zero all the "i"s and "d"s, with low "p"s (changing from the GCS the values of the tabs "Att Loop" and "Rate Loop", because I guess "Horiz Loop" and "Vert Loop" have only influence in autonomous modes ). My values are: Rate Loop: pgain p400 pgain q 400 pgain r 350 igain p 75 igain q 75 igain r 50 ddgain p 300 ddgain q 300 ddgain r 300 Att Loop pgain phi 1000 dgain p 400 igain phi 200 ddgain p 300 pgain theta 1000 dgain q 400 igain theta 200 ddgain q 300 (and the same for yaw) I have another question: I usually fly comercial quads, very stable ones. Comercial quad copters (with NO autopiltot) have some kind of help for the stability? Why the one I am using for paparazzi is so unstable (dji f450); i have to change smth in the code? Thank you very much in advance!!! Inaki From: address@hidden To: address@hidden Date: Wed, 9 Jul 2014 09:50:12 +0000 Subject: Re: [Paparazzi-devel] Problems with rotorcraft Hi Alonso, thanks for your answer. I will try that. What is the best way for testing if the autopilot acts to control the attitude? Maybe start with AP_MODE:ATTITDE_DIRECT and then pass to "HOVER" or CF mode? Is there a standard procedure? Perhaps another problem is a bad vibration isolation of the board? Thanks again! Date: Tue, 8 Jul 2014 22:56:44 -0600 From: address@hidden To: address@hidden Subject: Re: [Paparazzi-devel] Problems with rotorcraft maybe you should try the mode AP_MODE_ATTITUDE_DIRECT, in this mode it does not matter if the barometer works. It is ok to use one battery as long as you are giving the Lisa/M 5V . You will not get good performance without a barometer in automatic modes. If you have a Aspirin 2.2 then it does have a barometer. Try adding this <configure name="LISA_M_BARO" value="BARO_MS5611_SPI"/> after <target name="ap" board="lisa_m_2.0"> .
On Tue, Jul 8, 2014 at 3:29 AM, I. Sánchez Ciarrusta <address@hidden> wrote:
_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel _______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel |
[Prev in Thread] | Current Thread | [Next in Thread] |