Category: Robotics

  • Self-Driving Car

    Self-Driving Car

    As part of my robotic vision coursework, I coded an autonomous monster truck that could navigate indoor hallways at high speeds. Using an NVIDIA Jetson TX2 board and Intel RealSense camera, I implemented computer vision algorithms that allowed the vehicle to detect and stay within hallway boundaries, smoothly navigate corners, and race toward the finish…

  • BYU Mars Rover

    BYU Mars Rover

    Our capstone team at Brigham Young University designed and built a Mars rover capable of performing a myriad of tasks in preparation for the University Rover Challenge (URC). The Challenge The URC challenge, held at the Mars Desert Research Station in southern Utah, consists of four critical missions: Space Configuration Challenges Among the many challenges…

  • Line Following Robot

    Line Following Robot

    Developed as a solo project for a mechatronics course during the COVID-19 pandemic, this line-following robot represented a comprehensive engineering challenge. With traditional team-based project work disrupted by social distancing requirements, I was responsible for every aspect of the robot’s developmentā€”from initial concept and hardware design to software implementation and final testing. The project became…

  • Simultaneous Localization and Mapping
  • Kalman Filters

    Kalman Filters

    In this project, I implemented Extended Kalman Filter (EKF) and Unscented Kalman Filter (UKF) algorithms for landmark-based robot localization. The goal was to estimate the robot’s position and orientation using noisy bearing measurements from known landmarks and odometry data. I developed the EKF and UKF update functions, integrated them into a simulation environment, and analyzed…

  • Occupancy Grid Mapping

    Occupancy Grid Mapping

    In my Robotic Localization and Mapping course, I completed a lab focused on occupancy grid mapping. The goal was to implement an algorithm that could process simulated laser range measurements and generate an accurate map of a building. What is Occupancy Grid Mapping? Occupancy grid mapping is a probabilistic approach used in robotics to create a…