Developer

Arducopter 2.1.1 alpha

This is a work in progress. I've tried to address some fine tuning and performance issues.

Denny R. had made a comment about the inertia of bigger props causing issues. I've added a low pass filter to smooth the positive acceleration of the props to see if we can get at this issue. It may require tuning up Rate_P for a few folks, but I saw little issue in multiple flights.

Crosstrack had a small math error that decreased the resolution of it. I've fixed that and upped the default gains to get better tracking. 

Made WP hit radius 1 by default. even 3m is too much for quads. (If you pass a WP you will move on to the next)

The Loiter method is tuned a little better by default, and now uses GPS offsets when flying less than 1.5m/s. Code experimentation will continue on this front. Thanks to Emile and afernan for their help!

A fix in the Z Accel startup was added to get an averaged result.

Added the ability to enter Loiter with Optflow enabled. - still a work in progress, not for everyday use just yet.

This alpha is on GIT now and is for user's who want to test code. As always, you need to use the "relaxpatch" version of Arduino you can find in the downloads section

Update: We've found and patched some small type bugs in the latest and updated some GPS drivers in the Library. Be sure to pull the latest code and check http://apm.tridgell.net/ for the status of each build run against the SIL sim server.

Update r3:

I pushed a version on to GIT that addresses a number of issues.

- the low speed GPS XY calculations were incorrect and have been fixed

- Nav_Rate I term has been removed in loiter control - it's too easy to get two iterms working out of phase

- A second derivative has been added to Roll and Pitch. I found it removed wobbles nicely - Can be adjusted in the planner as STAB_D with a default of .25 (just enough)

- Smoothing has been applied to the motor commands in a way that really quiets down the alt hold pulsing without much effect on latency

- Yaw now has a dynamic constraint and I've upped the yaw gain.

- The motors output now have an LP filter on them so that the accelerate just a tad slower than the deceleration. This is a test to see if it helps big Octo's and Hexa's

- The Rate_I term is now zero'd for first five seconds after takeoff to keep balance.

- Loiter gains are lightened up a bit

- Nav_Rate_P is lower to remove back and forth sped related hunting in loiter

- Compass is enabled by default

- New I2C Library now included which should solve I2C related lockouts

- optflow is still a work in progress.

Update R4:

This update is based on flights today in a very windy environment.

It occurred to me that we're handling the WP nav I terms incorrectly and I reworked the WP navigation to share the same I terms from the Loiter. Even though they use different error input, etc, they turn out to both deal with wind in the same way. I have not Flown WPs with this new code, but heavily tested it in the sim and It's really rocking in hard wind. Transitions from Loiter flight and Nav flight are very smooth. Please let me know if you have luck.

Update R5:

This is a quick patch based on a bad crash Marco had. My theory was an I term that built up during wind that needed to be reset, but wasn't. It's a corner case but It bit Marco pretty bad. Please re-pull if you have R4 running to go to R5. And please, please be careful. This is alpha code not for general testing, but for development. Don't fly it on anything you would feel bad about crashing. 

Jason

Update R6:

Includes fix for Acro mode reset bug.
I went through all of the global variables and gave them lengthy descriptions. It's worth a read if you want to learn more how the internals work. I'll be doing some more organization like this as we move forward with an architectural redesign for 3.0 \
This version is mostly clean-up, but does include 1 interesting performance enhancement. It's disabled by default because It's fairly untested. The idea is that the wind compensation created by the Iterms for lat and lon in Loiter and Navigation are carried over into Stabilize. This unifies all of the modes so that when you switch modes, you don't get a small, but fast change in pitch or roll. This is only noticeable in high wind environment. 
To get this to work, I look for near zero velocity and start moving the pitch and roll into the wind control items. This takes a  transformation from copter frame to world frame, but the result is the copter will hold the position against the wind with the sticks in the center of the controller. If you fly around the wind compensation will bleed off slowly - about 30 seconds.
Again, this is off by default and needs significant testing, preferably in the HIL sim first.JNL has already started and flown this version for real.
The feature may be off by default for another version or two, but just letting you know it's there.
I think it will go a long way to making the mode changes feel seamless.

Update R7:

Added an auto-land timer for RTL. If you don't change modes for 20s after the copter arrives at home, it will begin to auto-land. If you have failsafe and no GPS, you will immediately begin auto-landing.
Failsafe RTL now goes 10M up as it RTLs to avoid obstructions.
Added SIL test for failsafe. 

Update R8:

Minor tweaks and cleanup

Update R9:

Made climb rate controller for landing universal for all altitude changes

Update R10:

Updated Loiter controller - Works great in the sim, thanks Afernan.

Thanks,

Jason

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Hi Marco, Angel,

    I have the aerosim and tried the HIL simulation with the MK Quad model (with default setting) and my APM 1. The simulation doesn't goes well, i have bad wobbles in all modes except for the acro.

    - I modifed my the APM_Config.h as prescribes

    #define HIL_MODE    HIL_MODE_ATTITUDE
    #define FRAME_CONFIG HELI_FRAME


    - Compiled the project;
    - Made all usual setup (reset, radio, etc);
    - made the following setting parameters;

    3692329367?profile=original

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    - My DX8 ( RX and APM powered) is not connected directly to the PC via the Aerosim USB connector.

     

    I would appreciate if you could post your APM Planner param setting.

     

    Thanks a lot!

    Guy

  • Ok, first day of my yearly leave.

    R5 code.

    15Km/h wind, open field, Loiter is a no go, sorry.

    In stabilize I had to tilt the into wind leg about 15-20 degrees down to maintain position.

    Loiter did not even remotely indicate any ability to maintain position...

    I have another two weeks of free time for testing though.....

    Stabilize however was very solid flying around, not even one instance of "ohsh1t"

  • Developer

    3692329093?profile=original

    3692329202?profile=original

    Here a video of a test flight in HIL mode on X-Plane v9.70 of the firmware ArduCopter v2.1.1 R6.  This is a test about the LOITER mode (1 turn) around a target during a full autonomous flight under a flight plan (AUTO mode).  The take off and the landing are also done automatically.

    Regards, Jean-Louis

  • Aerosim-RC running inside a window (instead of full screen)

    I´ve got this nice modification from the developer to run Aerosim in a window.

    You must create a file called FRAME (no extension) on following directory:

    W7                   C:\ProgramData\AeroSIM_RC      (this directory is hidden by deffault)

    XP, VISTA        C:\Documents and Settings\All Users\Program Data\AeroSIM_RC

    Now you can combine both sim & MP for HIL testing and video-screen-recording. That´s it

    Enjoy.

    Angel

    3692328979?profile=original

  • Developer

  • The copter flew great today with pre 25th Dec 2011 build. The props have been changed to a 1 inch wider diameter with the same pitch. I figured the Stab gains have to be lowered. There is a subtle wobble it does at times and decided it was due to too much gain. It was lowered to 1.700 and still wobbled at times. What is amazing is the discovery on how well it deals with gusts of wind. I can only conclude is that the direction motions are somehow sampling the crosswinds. Neat build.

  • HIL test on Aerosim-RC with 2.1.1. r6

    All worked very well. Found no issues at all


    Loiter is better than ever. Cheched with no wind, medium and hard wind with  same pids (Loiter_P = 0.4, Loiter_I= 0.01)

    In all cases reached the WP_error=0 (error<1m) (with hard wind it takes some time).

    To say something, and to get the perfection, I´m still miss some small damping factor. There is allways an small swinging effect that I think that could be easily damped. Below is the case with hard wind (pitching to it). See the sinusoidal pitch control.3692328871?profile=originalWell, I never get tired to say: thanks Jason.

    Angel

  • Developer

    ArduCopter v2.1.1 R6 test in HIL mode on X-Plane v9.70

    LOITER mode test flight with a crosswind of 10 Kts from the right.

    Regards, Jean-Louis

     

  • Developer

    Here a short test video of the ACRO and LOITER mode of the firmware ArduCopter v2.1.1 r5b set in HIL mode on X-Plane v9.70.

    Regards, Jean-Louis

  • I'm trying to do a new setup on my heli in r5.

    Why is it that in the mission planner, on the status tab, ch1out through 8 just show zero?  Similarly, if I go to Tuning, ch1out through 8 are just zero.

    Is this the logging bug that everybody seems to have?

This reply was deleted.

Activity