Master's Research
I conducted my Master's work at Carnegie Mellon University as part of CERLab (Computational Engineering and Robotics Lab) under Professor Kenji Shimada. I was part of two research groups at CERLab: Unmanned Ground-Based Vehicle (UGV) and Mobile Welding.
MS Thesis: A Novel Exploration Space Reduction Method for Integrating Motion Planning in Scene Graphs
Scene Graphs
Scene graphs are abstract representations of an environment that can efficiently store and track rich semantic information about object relationships in a robot’s surroundings.
SGs enable high-level decision-making but lack an effective means for direct motion planning. Consequently, platforms that implement scene graphs must either maintain a separate traditional cost map for navigation or rely exclusively on local planning. Neither method can readily represent information in the scene graph.
Alternatively, some studies establish rooms as nodes of a markov decision tree (MDP), but are still separated from the primary graph and lack the ability to navigate within a room.
Below is an overview of how I integrated planning directly into scene graphs.
MS Thesis: A Novel Exploration Space Reduction Method for Integrating Motion Planning in Scene Graphs
Mobile Welding
This was a more established project at CERLab, which focuses on the development of an autonomous mobile welding platform for the assembly of ship hull parts. I joined this team toward the conclusion of this study, where I wrote a ROS (Robot Operating System) waypoint manager.
ROS Node: Waypoint Manager
The manager sequentially feeds a series of optimized target locations to a local planner and tracks the position of the robot to ensure that each target is achieved. Created as a ROS Node in C++, it subscribes to a previously written global planner that generates a list of target locations, and the move_base/feedback topic, which tracks the state of the robot. Based on the location of the robot, the manager will post the next waypoint to the move_base/goal topic once the previous target is reached. This node is actively being developed.
Video Explanation: The triangular shapes are the ship hull parts that will be welded. The global planner optimizes the locations and sequences of locations that allow the robot to execute welds along the supports seen in the center window. The right two windows represent the progress tracking reported by the waypoint manager. (Locations in the video were generated arbitrarily for testing)

Waypoint Manager ROS Node Demo
UGV (Unmanned Ground-Based Vehicle)
I joined the UGV group when it first began at CERLab, where we explored the application of Semantic SLAM to UGVs, specifically a Clearpath Husky. As we established a workspace for the project, I performed a blind-spot analysis to select the optimal LIDAR sensor and location.
Blind-Spot Analysis
First, I placed each LIDAR above the center of the UGV, ensuring that the heights of their "blindness cones"(areas outside the field of view of the LIDAR) were minimized and that the UGV remained in these regions. This maximizes the amount of usable data potentially generated by the sensor. Based on this analysis, the Ouster OS0-32 LIDAR was selected.
Once the sensor was chosen, alternative system configurations were assessed, which varied the location of the sensor and the presence of the manufacturer-provided top plate.
Off-Center, With Top Plate
Off-Center Without Top Plate
Off-Center With Top Plate
Suspension System Design
Once the sensor model and location were decided, I designed a suspension system for the LIDAR. The final design included an extruded aluminum frame and a custom 3D-printed adapter.
Original CAD Design
Final Implementation
However, due to supply chain challenges associated with COVID-19, there were delays in the shipment of the extruded aluminum, so I designed an entirely 3D-printed version of the system, which also provided a mounting point for the RGBD-Camera. The design is notable in that each sensor is independently mounted to the base extruded aluminum frame for extra security, while maintaining a small form factor.