Rice Flight

ice Flight won the 2024 Rice Engineering Showcase Award for Best Aerospace or Transportation Technology

Rice Flight at the 2024 Rice Engineering Showcase winning Best Aerospace or Transportation Technology

Rice Flight was formed two years ago as a competition team dedicated to designing and manufacturing RC aircraft. In our first year, we qualified for the 2023 AIAA Design, Build, Fly international competition, built a plane to competition specifications, and participated in the competition. This past year, we competed in the SAE Aero Advanced 2024 challenge. We were one of only three teams that was able to have our primary aircraft take off, successfully deploy the 1lb autonomous plane, and land, out of 17 teams competing. We are incredibly proud of our accomplishment, especially since the other teams had many years of experience. We have already started initial research and preparation work for next year’s competition, including developing our own custom data acquisition system and ground station, and writing a multidisciplinary design optimization program to help with initial aircraft sizing. We are very excited to continue learning and applying our knowledge!

For the 2023-2024 challenge, we were required to build a 10 ft wingspan ‘Primary Aircraft’ to fly a short course with a payload of water multiple times, each time deploying a separate one pound autonomous plane. The deployed autonomous planes must land in a specified zone, and each must carry as its payload different components of a ground rover, which our team can assemble on the ground. The assembled rover is intended to carry the water from the PA across a 30 foot obstacle course to an endzone. See our gallery for more photos of our design and manufacturing process, test flights, and competition!

Albatross

Albatross was Rice Flight’s Primary Aircraft (PA) for the 2024 SAE Aero Advanced competition. It has a maximum takeoff weight of 31 pounds, and a 9’8” wingspan using a NACA 4412 airfoil. The propulsion system consists of a BA4530 270kV electric motor powered by a 24 Volt 10 Ah lithium-polymer battery, and spinning a 22 inch propeller.

The main objectives for the competition were to carry two payloads: a static water payload, and a deployable Powered Autonomous Delivery Aircraft (PADA). At competition, in addition to carrying over 4 lbs of water as static payload, we were one of only 3 out of 17 teams in the Advanced class to successfully take off, deploy the PADA, and land.

One of the PADAs attached to the electromagnets prior to a test flight

The full CAD model for Albatross and an attached PADA

The full CAD model for Albatross and an attached PADA

To deploy the PADA, Albatross uses a unique system of electromagnetic attachment. These are controlled by a flight computer connected to a ground control station, and can be turned off to deploy the attached PADA at the correct time. Every other team at the competition used a mechanical method to separate their PADAs from their Primary Aircraft, and most experienced issues with jamming or failure to deploy. In contrast to this, our method has never experienced a fault, and worked flawlessly at competition.

Electrical Block Diagram for Albatross

Fluffy, Scruffy, and Gruffy

Fluffy, Scruffy, and Gruffy were our three deployable autonomous delivery aircraft (PADA) for the 2024 SAE Aero Advanced competition. They are designed with a weight limit of only 1 lb, so use a delta-wing configuration to increase the wing area to generate sufficient lift. This delta-wing configuration limits control surfaces to elevons, a linear combination of traditional ailerons and elevators. In addition to elevons, there is also a vertical stabilizer and rudder for yaw control.

CAD Model of the PADAs

The PADAs are fully autonomous, deploying from the PA in flight, automatically arming, and flying to land at predefined GPS coordinates. The autopilot system is based around a PixHawk 2.4.8 running Ardupilot Plane 4.6, and to help with the autonomous control algorithms each PADA has a GPS unit and sonar rangefinder for determining altitude. A software configuration error at competition resulted in Scruffy nose diving when overcorrecting for altitude after deployment. However, when flying in test flights the PADAs were able to deploy off of Albatross and achieve stable flight before landing, and in ground tests were able to navigate to GPS coordinates for landing.

Electrical Block Diagram of a PADA

ALICE: Custom Ground Station Research

One of the projects Rice Flight is working on over the summer is our custom Data Acquisition System. To better suit the SAE Aero Advanced competition and our own aircraft, we are developing our own Ground Control Station (GCS) software, named ALICE: Advanced Logging Instrument for Computational Evaluation.

ALICE interfaces with the open source Micro Air Vehicle Link (MAVLink) standard for unmanned aerial vehicle communications. The backend portion of the software, written mostly in Python, uses the PyMAVLink library to handle these messages, requesting/receiving information from the aircraft and transmitting commands. Rice Flight is currently developing two different front ends for ALICE, one based on Python and the other using Javascript. Both front ends will provide highly customizable displays of in-flight telemetry like air speed, GPS coordinates, and battery and radio information. Additionally, they will both be easily extensible to accommodate features such as triggering payload deployment or cameras/gimbals, depending on the specific competition.