We did the first test flights of the Unique Models CL84 TiltWing VTOL with ArduPilot today. Support for tilt-wing aircraft is in the 3.7.1 stable release, with enhancements to support the tilt mechanism of the CL84 added for the upcoming 3.8.0 release.
This CL84 model operates as a tricopter in VTOL flight, and as a normal aileron/elevator plane in forward flight. The unusual thing from the point of view of ArduPilot is that the tilt mechanism uses a retract style servo, which means it can be commanded to be fully up or fully down, but you canāt ask it to hold any angle in between. That makes for some interesting challenges in the VTOL transition code.
For the 3.8.0 release there is a new parameter Q_TILT_TYPE that controls whether the tilt mechanism for tiltrotors and tiltwings is a continuous servo or a binary (retract style) servo. In either case the Q_TILT_RATE parameter sets the rate at which the servo changes angle (in degrees/second).
This aircraft has been previously tested in hover by Greg Covey (see http://discuss.ardupilot.org/t/tiltrotor-support-for-plane/8805) but has not previously been tested with automatic transitions.
Many thanks to Grant, Peter, James and Jack from CanberraUAV for their assistance with testing the CL84 today and the videos and photos!
Hi.
I am impressed, especially with the speed at which the aircraft moved when the motors were tilted.
A few questions.
Q1. what advantages would the twisting rotor system, give over a conventional fixed position quad copter?
From the top of my head, I would imagine that flight times will be longer, but have you done any flight time tests?
Q2. Is the arduplane code you are using standard or have you made some changes for it to work with your particular air craft?
This aircraft is designed to be a scale model, not to be an efficient airframe. The wing loading is quite high, which means it isnāt efficient. That isnāt a reflection on tiltwings in general though, just this particular aircraft.
the weight without battery is 1.7kg. The battery weighs 433g.
I donāt know exactly how long it will fly for. I would guess about 25 minutes if mostly in fixed wing mode, but so far I have been doing short flights.
Hi tridge.
First of all - congrats on all Your successes.
My CL84 is waiting in the boxā¦ Could You tell me - is there any point to try original flight controller, before using Pixhawk? I plan to use Pixhawk. And second question - Will Pixhawk with AP3.8.0 work include GPS? I mean waypoints missions, loiter etc. Thanks
I didnāt fly it with the original controller. Iām sure it does work, my aim was for ArduPilot though.
yes, it includes all the same navigation capabilities as ArduPilot normally has. The demo video included a full auto mission with waypoints and automated landing.
I have a tandem tilt wing VTOL similar to the Airbus Vahana design (8 rotors). Iāve been using KK board and Open AeroVTOL successfully but would really like full autopilot capability. Is the Arduplane VTOL tiltwing code far enough along in development to fly this configuration? Is there capability to do custom mixing and trimming during transition like OpenAeroVTOL?
Many Thanks,
Dave North
NASA Langley Research Center
It will be able to fly such a configuration, I think, there will probably be less flexibility than OpenAeroVTOL (i have never used it myself). There are no custom mixing or trimming functionality. There are several parameters to specify how fast to transition, tilt the wing ect.
It might be worth setting a model up in Realflight8 SITL to get a real feel for how it would handle and what all the parameters do.