research & experience

My PhD research focused on robot perception and collaborative navigation by using multiple sensors to inform safe robot movement. My goal is to create robots that can reliably navigate in their environments. This page contains projects I've been involved with as part of research, school classes, internships, or campus jobs.

Derek in front of a group of robots outside

PhD Dissertation

Leveraging Relative Ranging Geometry for Fault Detection and Multi-Robot Coordination 

Computing an object’s position in its surrounding environment is critical in robotics and transportation systems. We use tools from graph theory and signal processing to create novel algorithms that use measured distances between multiple objects to provide insights into the underlying geometry of the objects. Our proposed algorithms are broadly applicable to a diverse set of settings, from rapidly detecting outlier GPS signals to creating a multi-robot coordination strategy for a swarm of rovers navigating on the Moon. We demonstrate the proposed algorithms decrease computation time and positioning error compared to other state-of-the-art algorithms.

Dissertation Link. Defense on YouTube. Slides on Google Drive. 

Illustration of a swarm of robots communicating

Uncertainty-Aware Multi-robot Navigation

Fusing robot perception and control to plan trajectories that maximize sensor information gain and reduce position error. Sensor fusion with camera and UWB (ultra-wideband) ranging radios.

Illustration of a Euclidean Distance Matrix

EDM-Based Fault Detection

Detecting errors in the measurements from Global Navigation Satellite Systems (like GPS, GLONASS or Galileo) through comparing the properties of Euclidean Distance Matrices created using those measurements.

Skyplot of GNSS constellations

Python GNSS Library

Open-source Python library that allows new users to easily analyze, visualize, and compute position estimates from raw GNSS (Global Navigation Satellite Systems) signals.

Simulated camera image used for SLAM

Visual SLAM

Created analysis tools and an automated pipeline for testing visual SLAM algorithms as part of an internship with AeroVironment.

Evaluated multiple feature-based Visual SLAM algorithms, performed algorithm downselect, and implemented chosen algorithm on an ARM Cortex-A53 single board computer.

Derek and team at construction site interview

Lean Launchpad: Construction Technology

Stanford's Lean Launchpad class taught me the principles of entrepreneurship through fast-paced experiential learning. My team developed ideas surrounding construction technology including robotic roof welding, virtual reality for immersive training, and augmented reality for field service technicians. The most profitable lesson I learned was the need to have customers' pain points drive product decisions as our team interviewed over 120 stakeholders testing our minimum viable products.

Presentation flyer for Derek and Fauzan construction robot

Construction Robot Evaluation

As part of a partnered class project, I evaluated a robot tool for use on a specific construction project. We met weekly with the CEO of Naska.AI and MT Højgaard's Project Director for the "Water Culture House" being constructed in the Copenhagen harbor. We evaluated how Scaled Robotic's tool for comparing the planned building models with the built reality would impact the project's quality, safety, schedule, and cost. In the end, we recommended the use of Scaled Robotic's tool for its potential to reduce rework and the associated schedule delays.

Logos of open-source projects

Open-source Contributions

Over the years, I've made some tiny open-source contributions to a number of projects including georinex, bagpy, zed-ros-wrapper, and asl_turtlebot.

close-up image of robot with cameras and lidar

DARPA Subterranean Challenge

A DARPA-funded competition to use autonomous robots to explore subterranean environments. I contributed as part of an internship with Scientific Systems.

For the systems track (physical robots), I did data collection and training for object recognition. The system was successfully implemented in August 2019 at the cave-exploring competition stage recognizing 17 artifacts across 4 cave test runs. 

For the simulation track (ROS Gazebo), I wrote software for aerial and ground robot movement control, trained and implemented object recognition, and set up a framework for multi-agent exploration by expanding inter-agent communication.

drone flying in front of clouds

AUVSI Competition

My undergraduate senior capstone project was for the annual Association for Unmanned Vehicle Systems International (AUVSI) competition. I was on the vision subteam with two electrical engineers and two computer engineers developing the software to take images from our autonomous drone and both manually and autonomously classifying ground targets by their color, alphanumeric and geolocation. I was also responsible for our payload release which deployed an unmanned ground vehicle. 

water tunnel instrumentation

Assistant Equipment Manager

For three years in college, I worked as a student employee managing engineering equipment. This position exposed me to the broad range of research that was performed in the Mechanical Engineering department and across campus through assisting students and faculty conduct experiments, perform data collection, and advise on prototype designs.

I maintained and trained students and faculty on a variety of equipment including: laser cutters, FDM 3D printers, SLA 3D printers, LabVIEW, Arduino, Raspberry Pi, Jetson Nano, ShopBot CNC Router, MTS & Instron tensile testers, wind tunnels, and water tunnels.

Our lab also maintained and trained students on smaller equipment available for checkout including oscilloscopes, waveform generators, voltage probes, accelerometers, force sensors, anemometers, high-speed cameras, soldering kits, power tools, hand tools, etc.

simulation of voronoi collision avoidance

Voronoi Collision Avoidance

I conducted research in Brigham Young University’s Multiple Agent Intelligent Coordination and Control (MAGICC) Lab under Tim McLain. I focused on obstacle avoidance algorithms for unmanned aerial vehicles by implementing 3D dynamic Voronoi diagrams. The Python algorithms dynamically calculated Voronoi diagrams around moving obstacles (blue and green spheres) and found the least cost path to the end destination (pink path).