Learn · flying
What is acro mode?
Most camera drones balance themselves — let go of the sticks and they hover, like a bike with training wheels.
Acro mode takes the training wheels off. The drone only does what your thumbs say: tip, spin, flip — and it stays tipped until you tell it otherwise. That sounds scary, and for the first week it is. It's also why FPV pilots can dance through trees and flip through doorways: the drone never argues with them.
Acro (rate) mode means your sticks control how fast the drone rotates, not what angle it holds. Release the sticks and it keeps its current tilt — no self-leveling.
The practical version
- The three modes: Angle (self-levels, tilt is limited — beginner mode), Horizon (self-levels but allows flips — the worst of both, skip it), and Acro (full manual — the destination).
- Learn in a simulator first. Ten hours in a sim saves ten broken whoops; the muscle memory transfers almost perfectly to the models here — some even have exact sim counterparts (check "VelociDrone match" in the spec tables).
- Commit to acro early. Angle mode habits (let-go-to-recover) actively fight acro habits. Most coaches say: sim in acro from day one, fly the real whoop in acro from week one.
- Air mode (on by default on most BNFs) keeps the motors stabilizing even at zero throttle — it's what makes flips survivable.
- Rates are your dialect: center sensitivity for tracking, max rotation for snaps — and the discipline that matters is freezing them. Changing rates weekly resets your muscle memory to zero; pick sane mid rates and leave them for months.
- Throttle is the real skill. Roll/pitch/yaw get the glory, but altitude discipline through corners and flips — micro throttle management around hover on a whoop — is what separates clean laps from bouncing ones.
- Recovery hierarchy: vision → horizon reference → throttle catch. Practice deliberate disorientation (roll to random attitude, recover) in the sim until recovery is reflex, not reasoning.
- Whoop nuance: low mass means instant response and equally instant prop wash — smooth, small corrections beat big saves; the whoop rewards anticipation over reaction.
Acro mode is a rate controller: stick deflection commands angular velocity (deg/s per axis); the flight controller closes a PID loop between commanded rate and the gyro's measured rate, hundreds to thousands of times per second.
- Angle mode adds an outer loop: stick commands attitude, an attitude estimator (gyro + accelerometer fusion) computes error, and that feeds the same inner rate loop. The accelerometer is only needed for self-leveling — pure acro flies on gyro alone.
- Rate curves: Betaflight-style rates map stick position to commanded deg/s with adjustable center slope (RC rate), curvature (expo), and endpoint (super rate) — the pilot's control feel is literally this transfer function.
- Air mode maintains PID authority at zero throttle by allowing differential motor output around a floor — without it, chopping throttle mid-flip surrenders control.
- Why acro wins: a rate loop has no model of "level," so there's nothing to fight the pilot — the human becomes the outer loop, which is both the challenge and the ceiling-free skill curve.