3-2 Auto Tune

08.04.2020by

AutoTune attempts to automatically tune the Stabilize P, Rate P and D, and maximum rotational accelerations to provide the highest response without significant overshoot. Copter needs to be “basically” flyable in AltHold mode before attempting to use AutoTune as the feature needs to be able to “twitch” the copter in the roll and pitch axis.

Oct 06, 2018  This feature is not available right now. Please try again later. Home of the Auto-Tune plug-in, the music industry standard for pitch correction and vocal effects. Shop and learn about the best plug-ins for pitch correction, vocal effects, voice processing, and noise reduction. Auto-Tune Pro, Auto-Tune Artist, Auto-Tune EFX+, Auto-Tune.

Note

Position Hold during AutoTune is available in Copter 3.5 (and higher).

Setup before flying¶

Tune
  1. Set up one flight mode switch position to be AltHold.
  2. Set an Auxiliary Function Switchto Autotune to allow you to turn the auto tuning on/off with the aswitch.
  3. Remove the camera gimbal or any other parts of the frame that could wobble in flight
  4. Select which combination of axis (roll, pitch, yaw) you wish to tune using the AUTOTUNE_AXES parameter
  5. Set the autotune’s aggressiveness using the AUTOTUNE_AGGR parameter (0.1=agressive, 0.075=medium, 0.050=weak), normally start with the default 0.1.
  6. For large copters (with props at least 13inch or 33cm diameter) set the Rate Roll and Pitch filters to 10hz, these are: ATC_RAT_RLL_FLTT , ATC_RAT_RLL_FLTD , ATC_RAT_PIT_FLTT , ATC_RAT_PIT_FLTD , (in Copter-3.4 they are ATC_RAT_RLL_FILT and ATC_RAT_PIT_FILT)
  7. It is recommended to enable battery voltage scaling of PID gains
Tuned

How to invoke AutoTune¶

  1. Wait for a calm day and go to a large open area.

  2. Ensure the ch7 or ch8 switch is in the LOW position.

  3. Take off and put the copter into AltHold mode at a comfortablealtitude.

  4. Face the vehicle so that it will twitch at 90degrees from the direction the wind is blowing (i.e. if tuning Roll first, point the vehicle into the wind)

  5. Set the ch7/ch8 switch to the HIGH position to engage auto tuning:

    • You will see it twitch about 20 degrees left and right for a fewminutes, then it will repeat forward and back.
    • Use the roll and pitch stick at any time to reposition the copterif it drifts away (it will use the original PID gains duringrepositioning and between tests). When you release the sticks itwill continue auto tuning where it left off.
    • Move the ch7/ch8 switch into the LOW position at any time toabandon the autotuning and return to the origin PIDs.
    • Make sure that you do not have any trim set on your transmitter orthe autotune may not get the signal that the sticks are centered.
  6. When the tune completes the copter will change back to the originalPID gains.

  7. Put the ch7/ch8 switch into the LOW position then back to the HIGHposition to test the tuned PID gains.

  8. Put the ch7/ch8 switch into the LOW position to fly using theoriginal PID gains.

  9. If you are happy with the autotuned PID gains, leave the ch7/ch8switch in the HIGH position, land and disarm to save the PIDspermanently.

    If you DO NOT like the new PIDS, switch ch7/ch8 LOW to return to theoriginal PIDs. The gains will not be saved when you disarm.

    How to mix on traktor pro 2. That’s not ridiculous, but it’s still well beyond the pocket of somebody who wants to give it a try without spending all their hard earned money, which is why you will find so many Traktor Pro 2 cracks online, most of which simply don’t work.Key Features Of Traktor Pro 2There’s a good reason why Traktor Pro 2 has been the software of choice for DJs and live performance for several years, and that’s because of its incredibly strong set of core features. On importing a track the software automatically detects, and key. Using track preparation you can find and queue your favorite tracks in seconds, allowing you to change or create a dynamic playlist. . It has full iTunes integration, meaning you can pull in online content as well during your set.

If you find after performing an AutoTune that the vehicle feels overly twitchy when flying Stabilize, AltHold or PosHold (but ok in moreautonomous modes like Loiter, RTL, Auto) try increasing the ATC_INPUT_TC parameter to 0.25. This smooths out the pilot’s input.Alternatively try reducing the AUTOTUNE_AGGR parameter (it should always be in the range 0.05 to 0.10) and try again.

If the vehicle feels sloppy after the AutoTune, try increasing the AUTOTUNE_AGGR parameter as high as 0.10 and attempt the autotune again.

Invoke AutoTune with Position Hold¶

In Copter-3.5 (and higher) AutoTune performs a weak position hold if invoked from Loiter or PosHold flight modes (as opposed to AltHold).

  • The vehicle will gently lean (up to 10 degrees) towards a “target point” which is initially set to the vehicle’s location at the moment AutoTune was invoked.
  • The pilot can reposition the vehicle using the roll, pitch, yaw or throttle sticks. The target position will be reset to the vehicle’s location at the moment the pilot releases the roll and pitch sticks.
  • In order to twitch perpendicular to the wind direction, the vehicle may suddenly rotate in either direction up to 90 degrees as it drifts 5m (or more) from the target location.
  • If there is little or no wind, the vehicle’s gentle position control may mean it moves back and forth, ping ponging around the target point changing yaw each time it strays more than 5m from the target. In these cases it may be more comfortable to revert the simpler AltHold based AutoTune.

Additional Notes¶

  • In Copter-3.3 (and higher) AutoTune can be setup as a flight-mode. Switching into or out of the AutoTune flight mode responds in the same way as raising or lowering a ch7/ch8 aux switch high assigned the AutoTune function.

  • AUTOTUNE_AXES allows control of which axis are to be tuned. This is useful if the vehicle’s battery life is not long enough to complete all 3-axis). “1” = tune roll, “2” = tune pitch, “4” = tune yaw. Add these numbers together to tune multiple axis in a single session (i.e. “7” = tune all axis)

  • AUTOTUNE_AGGR : Should be in the range of 0.05 to 0.10. Higher values will produce a more aggressive tune but sometimes results in gains that are too high. More specifically this parameter controls the threshold for D-term bounce back and P-term overshoot. This affects the tuning noise immunity (a higher value is more tolerant to flex in the frame or other disturbances that could trick the tuning algorithm). High values also leads to a tune that rejects external disturbances better. Lower values result in a tune that is more responsive to pilot input.

  • The full list of parameters that may be updated by AutoTune

    • Roll angular P gain ATC_ANG_RLL_P
    • Roll rate P, I and D gains ATC_RAT_RLL_P, ATC_RAT_RLL_I, ATC_RAT_RLL_D
    • Roll max acceleration ATC_ACCEL_R_MAX
    • Pitch angular P gain ATC_ANG_PIT_P
    • Pitch rate P, I and D gains ATC_RAT_PIT_P, ATC_RAT_PIT_I, ATC_RAT_PIT_D
    • Pitch max acceleration ATC_ACCEL_P_MAX
    • Yaw angular P gain ATC_ANG_YAW_P
    • Yaw rate P, I gain ATC_RAT_YAW_P, ATC_RAT_YAW_I, ATC_RAT_YAW_D
    • Yaw rate filter ATC_RAT_YAW_FLTT , ATC_RAT_YAW_FLTE (in AC3.6: ATC_RAT_YAW_FLT)
    • Yaw max acceleration ATC_ACCEL_Y_MAX
    • Roll and pitch axis rate feed-forward is enabled (ATC_RATE_FF_ENAB)
  • After you have a good tune, you may wish to increase ATC_THR_MIX_MAX to 0.9 (default is 0.5) to increase prioritization of attitude control over throttle. This can reduce the pitch overshoot sometimes seen (especially on copters with large propellers) in AltHold if the vehicle suddenly slows after performing fast forward flight. In this situation wind catches under the propellers providing lift but also disturbs the vehicle’s attitude leading to a conflict between throttle and attitude control. The danger in increasing this parameter’s value is that if the rate gains are later raised so high that the vehicle oscillates badly it may be difficult for the vehicle to descend (because it will prioritize trying to correct the attitude oscillations and never reduce throttle sufficiently).

  • AutoTune can request very large and fast changes in outputs to the motors which can cause ESC sync issues especially when using SimonK firmware and/or low KV motors (under 500KV). See this video showing a test which recreates a sync problem.

  • AutoTune is sometimes unable to find a good tune for frames with very soft vibration dampening of the autopilot or very flexible arms.

  • For best results the copter shouldn’t be allowed to build up too much horizontal speed. This can be prevented by applying a quick correction between tests (twitches) to stop the vehicle from flying too fast.

  • Be advised that AutoTune will engage from Stabilize, so don’t accidentally flip your AutoTune switch until you are in AltHold and ready to begin the procedure.

Common Problems¶

  • If the vehicle will not start tuning (i.e. it won’t twitch) even though it is in AutoTune mode then the problem is likely that the roll, pitch, yaw or throttle sticks are not exactly in the middle. It may help to increase the deadzone on the RC input by increasing RC1_DZ, RC2_DZ, RC3_DZ and RC4_DZ to 50 (or higher).
  • If the AutoTune produces an overly twitchy vehicle try reducing the AUTOTUNE_AGGR parameter (should never be below 0.05) and perform the AutoTune again.
  • If the AutoTune produces a sloppy vehicle, try increasing the AUTOTUNE_AGGR parameter (should never be above 0.1) and perform the AutoTune again.

3-2 Auto Tuned

Tip

When reporting issues with AutoTune please include a description of your frame and a dataflash log of the flight.

Dataflash logging¶

ATUN (auto tune overview) and ATDE (auto tune details) messages arewritten to the dataflash logs. Some details of the contents of thosemessages can be found on the Downloading and Analyzing Data Logs in Mission Planner wiki page.

  • Download

If your download is not starting, click here.

Thank you for downloading Antares Autotune VST from our software portal

Each download we provide is subject to periodical scanning, but we strongly recommend you check the package for viruses on your side before running the installation. The download version of Antares Autotune VST is 7.1.2. The download is provided as is, with no modifications or changes made on our side. The software is licensed as shareware. Please bear in mind that the use of the software might be restricted in terms of time or functionality.

Antares Autotune VST antivirus report

This download is virus-free.This file was last analysed by Free Download Manager Lib 284 days ago.

KASPERSKY

MCAFEE

AVIRA

WebAdvisor

Often downloaded with

3-2 Auto Tuner

  • Harmony EFX VSTHarmony EFX is a streamlined version of Harmony Engine Evo Vocal Modeling..$129DOWNLOAD
  • Auto-Tune EFX RTASAuto-Tune EFX provides two different flavors of the Auto-Tune Vocal Effect as..$129DOWNLOAD
  • Auto-TuneAuto-Tune is a professional pitch and time correction software. This app comes..$399DOWNLOAD
Comments are closed.