Autonomous Drones

April 2025

The Aerial Robotics and Rocketry Club at the University of British Columbia Okanagan is a student-led engineer design team that specializes in building autonomous drones and high-power rockets. I am an active member of the drone division, specifically working on the autonomous subsystems. Every year, the drone team build an unmanned aerial system (UAS) to complete specific tasks at the Aerial Evolution Association of Canada (AEAC) student UAS competition.

2022 - 2023

When I joined in 2022, the team was looking to start fresh with a new vehicle design. After some debate, the decision was made to tackle the development of a complicated flying machine: a helicopter. Previously, the club mainly worked with quadcopters, which are renown for their stability and relative simplicity. Developing a helicopter comes with complex mechanical challenges and new flight dynamics. Over the next few months, I get introduced to remotely operating drones using Mission Planner, and the ArduPilot firmware.

Me (middle right) on one of my first testing "flight days"

By the start of April, we have a working barebones helicopter, although it needs a lot of tuning work to make it fly more reliably.

One of the first flights of the helicopter

In the meantime, I've been working on autonomous software for the helicopter. The specific challenges set out for the 2023 competition requires us to optimize flight routes between "air taxi" trips. Each trip has an associated revenue, so we end up using a modified version of the traveling-salesman problem to try to find the most optimal routes between trips to maximize revenue. The other big challenge is autonomous precision landing on a small blue landing pad. To tackle this challenge, we used a commercial digital FPV video system streaming to a laptop at the ground station. The laptop would then run a custom YOLO machine learning model trained specifically to recognize the blue landing pads, and send position commands to the vehicle via our wireless telemetry link.

In early May, the core team including myself flies out to Quebec to compete against other teams from across Canada. We have refined our helicopter as much as we could and are ready to show the judges what we spend the past 8 months building. It was the first time a helicopter was ever brought to this competition, so the judges were very excited to see it fly. And it flew.

The final version of the helicopter flying at the 2023 AEAC competition in Alma, QC

Although we had issues with our radio range and the reliability of the video connection for the precision landing, the judges were very impressed and we won 2nd place and the innovation award. At this point, I was becoming a master of the ArduPilot firmware and was the designated operator (the person in charge of autonomous operation during the flight). I was excited to continue working on the project during the next academic year.

The core team at the 2023 AEAC competition in Alma, QC

2023 - 2024

This year, the competition tasks are slightly different, but similar: Maximize the vehicle's flight distance and autonomously land on a similar blue pad, but while avoiding nearly obstacles such as walls or ceilings. As the new leader for the autonomous subteam, I continue our previous work from last year on precision landing. This time, our approach will be a bit different: To fix our radio range issues, we will use a cellular system to send live video through the internet to be processed at the ground station. This means we need an onboard Raspberry Pi as a companion computer to stream the video from the drone. This introduces me to GStreamer, a popular framework for streaming video for low-latency applications. We also add a few distance sensors to autonomously avoid  flying into obstacles.

We also decide to keep developing the helicopter instead of starting a new aircraft. By April 2024, we are much more comfortable with the helicopter and routinely perform fully autonomous flights.

Completely autonomous flight of the helicopter

Meanwile, another subteam was working on a new carbon fibre shell for the exterior, which we decided to paint as an orca whale.

Orca-themed carbon fiber shell

Unfortunately, just days before the competition, the main gear connecting the motor to the blades failed and we had a catastrophic crash. This crushed our entire airframe, damaged our batteries, and fried many of our electronics. 

Results of the crash

2024 - 2025

Work in progress