Tony Regli

About

I am a sophomore studying aerospace engineering at the University of Maryland: College Park. Ever since watching footage of the moon landing as a kid, I've always been fascinated by aerospace. As I grew up I became more and more involved in stem, first through programming classes in elementary school and eventually through FIRST Robotics in high school.

Since reaching arriving at the University of Maryland, I've been active in a variety of both STEM and non-STEM activities, including the UMD Balloon Payload Program, on campus research with the Collective Dynamics and Control Laboratory, and juggling club.

My current research focuses on applying computer vision to complex aerospace problems. Additionally, I am interested in the application of human factors engineering to aerospace systems, and electric propulsion research.
Face

Research Experience

UMD Collective Dynamics and Control Laboratory

Over the summer of 2023, I worked on using computer vision to provide real-time guidance and tracking information to allow 2 robotic fish to swim in formation, syncing their motion to give hydrodynamic benefits to the follower fish through a technique that real fish use called vortex phase matching. Vortex phase matching is something live fish in schools do, by positioning themselves precisely with respect to the other fish in their swarm, they're able to take advantage of the vortexes coming off of the surrounding fish, reducing drag and therefore reducing energy spent to move a given distance. It's already been shown that this is possible for robotic fish, so the challenge is getting the fish to actually move in the right formation. Using 2 fish held one behind the other, this requires not only knowing the distance from the front fish to the rear, but for the rear fish to know how fast the leader fish is flapping, along with a phase shift from a zero point in time of the leader's flapping so that the follower can synchronize its movement with the leader. We used a monocular camera on the follower fish to do this, which is what my work has been on. I wrote the computer vision software using OpenCV in Python to get these guidance parameters. With the follower fish flapping on a duty cycle (it would coast and record video for one second, then flap for one second), this process was able to accurately find frequency of the leader fish to within 0.1 hz (error could be improved with a longer recording window, but then the follower could not keep up with the leader), find phase shift accurately, and find distance accurate to within 1cm at a range of 70cm when compared with an ultrasonic sensor providing ground truth data. recording video, and I'm still working on having it work with the follower constantly flapping so that it doesn't have to coast at all.
fish

Balloon Payload Program

Bpp

I am a member of the Univeristy of Maryland Balloon Payload Program (BPP), a student-run club that launches high altitude weather balloons carrying various payloads.

BPP Projects

Pterodactyl
Inflation
Command
Bpp
Bpp
Command
I am the payload lead on Pterodactyl, a payload sent to the UMD BPP by the Nationwide Eclipse Ballooning Project (NEBP). The NEBP is a country-wide NASA-supported project that has gathered over 70 teams to launch scientific balloons during the 2023 and 2024 solar eclipses. Pterodactyl is a sensor suite designed by Montana State University that carries various atmospheric sensors (GPS, thermometer, accelerometer, magnetometer, and pressure sensor) with the goal of tracking atmospheric gravity waves across the country during the eclipse. Pictured here is our first version of Pterodactyl after it was ran over by a car on landing.
During launches, I help out on the pad by filling balloons from high-pressure helium tanks. I train people on safe practice when moving tanks and on how to properly regulate helium flow into the balloon during inflation.
I am currently redesigning the structure of our Command payload which houses our main method of tracking our balloon. It sends GPS tracking data over the Automated Packet Reporting System (APRS), an amateur radio protocol that uses recievers all across the country to collect packets from devices and gather them onto publicly-available tracking websites like aprs.fi. The payload electronics are being redesigned, and in the process we as a club want to update the payload structure to be smaller, sturdier, and easier to maintain.

Fun Stuff

A variety of stem-related personal projects.

Custom Electric Guitar
Kerbal Space Program Controller
guitar
controller
I modelled, laser-cut, and assembled this custom electric guitar out of sheets of purpleheart and red cedar wood. It was a really interesting challenge and was one of my first experiences with CAD/CAM beyond simple 3D printing. In addition to custom standard guitar electronics, it has a MIDI touchpad in the body of the guitar that can connect to an effects controller, allowing for precision control of various sound effects like high/low pass filters and overdrive.
I designed, machined, and wired a custom game controller for the spaceflight simulator Kerbal Space Program, using an Arduino to handle digital and analog inputs. Kerbal Space Program is a spaceflight simulator that allows you to design and fly custom rockets throuhg a solar system using patched-conic orbit approximation that provide a fairly accurate, though simplistic model of interplanetary spaceflight. I've always been a huge fan of this game, and I thought it would be fun to have a large control panel for it inspired by Apollo-era NASA control panels. The top sheet is annodized aluminum with labels lasercut into the surface, and the rest of the case is high-density plastic. It has LEDs that will light up corresponding to specific in-game actions like lowering your landing gear or preparing to abort. It was a really fun project and a great way to get better at soldering and Arduino code.

Orbital Modeling in Matlab

3 bodies propegated in 2D space
3 bodies propegated in 3D space
A satellite orbiting around a planet performing a maneuver after the first orbit
I've been working on modeling orbital simulations in Matlab, this started as a brief idea when I was bored on a Saturday and thought it might be fun to make a 2D n-body orbit propagator. Doing this in 2D didn't take me very long, so I modified it to work in 3D and realized that from here it likely wouldn't be that difficult to create a program that can take Keplerian orbital elements and model the corresponding orbit. This only took a few days, so then I thought it might be fun to try to model orbital maneuvers (I wanted to make something akin to Kerbal Space Program). I don't know if fun is the right word for this. Implementing maneuvers required an order of magnitude more effort than the other tasks, but I got it working. The program allows you to create a parent body of a specific mass and then create satellites by inputing Keplerian orbital elements. Then, by calling a burn function for a specific satellite, you can input a delta-v vector and the satellite will change its orbit accordingly. Now that I'm able to model instantaneous velocity changes, I have a few other goals in mind. First, I want to create a function that will calculate ideal transfer burns to go between orbits. Additionally, I want the simulation to be able to model non-elliptical orbits, as currently it cannot handle anything going above escape velocity. Lastly, I think creating a function that can calculate rendevous burns would be a really fun challenge, but that's definitely a long ways away.

Contact Information

Last Updated May 14, 2024