Home
/
Robotics
Robotics
Final Project for Robotics (a), 2024.
I worked with two classmates to program the Franka Emika Panda robotic arm to intercept and redirect tennis balls with arbitrary trajectories. We optimized the interception points to minimize singularity risks and ensure smooth deceleration.
Close
FIRST Robotics Competition (FRC) Team Ultraviolet #8567 - 2022 Robot
In May 2020, I was one of six who founded my school’s student-led robotics team, which competed in the most challenging U.S. robotics competition. The first year, I led the electrical sub-team to design and wire the electrical control board for the robot.
The next year as a Co-Captain, I led a team of fifty through training and competitions, during which we designed and built a 3’x3’x3’ robot in ten weeks. I learned about new electrical equipment (pneumatics, sensors) as I guided the electrical team, but I was especially thrilled to dive into designing and constructing the robot’s mechanisms.
FIRST Robotics Competition (FRC) Team Ultraviolet #8567 - 2023 Robot
The following year as Co-Captain, I led the team to engineer a more advanced robot for a new game. I learned to create sophisticated CAD models by importing 3D parts from online vendors and shared this knowledge with the team, enabling us to CAD model the robot for the first time. This made us far more productive during the build sessions. I conducted extensive research to source better prototyping materials, such as pre-drilled aluminum tubes, and identified many of the essential parts to purchase throughout the build season. Additionally, I learned to operate the high school’s CNC machine, purchasing the appropriate drill bits and CAD modeling aluminum gussets for the robot. This allowed us to produce sturdy, custom components in-house, eliminating the need to outsource gusset manufacturing.

2022 Robot
2022 FIRST Robotics Competition Rookie All-Star Award at District Event. Honors the rookie team exemplifying strong leadership, vision, spirit, and partnership between school and sponsors, while inspiring students to learn STEM.
2022 FIRST Robotics Competition Rookie Inspiration Award at our 2nd District Event. The Inspiration Award is the 2nd best award that a rookie team can win. We were ineligible to win the best award (the Rookie All-Star Award) again because we had won it at our previous event.
Image Lightbox

2023 Robot
2023 FIRST Robotics Competition District Quarter-finalist
2023 FIRST Robotics Competition District Sustainability Award.
Image Lightbox
2021 MIT Beaver Works Summer Institute Autonomous Underwater Vehicle (AUV) Challenge
My team coded an AUV able to swim through gates formed by red and green buoys in the MIT pool. Code: github.com/Baygulls/Baygulls. I wrote Image_Processor.py: it detects the pixel position of the centers of the largest red and green buoys by analyzing the red and green channels of an RGB image taken by the AUV. Then the code calculates each buoy’s angle relative to the AUV. I helped code AUV_Controller.py (which has a function returning how much the AUV should turn its rudder) and BWSI_BackSeat.py (which initializes AUV parameters, calls the AUV_Controller function, and sends commands to a lower-level interface). I debugged our code a lot. In our 2nd test run, the AUV cleared the first and final gates. The attached video shows the photos the AUV took. (Sound effects were added to optimize user experience). Analyzing the footage, I found out the AUV often thought the floor was the largest green buoy. So I modified the Image Processor to ignore objects larger than a certain size.