Projects and publications I have worked on. Most of my work is open-source — see my Github and Google Scholar for the full list.


Research Publications

NVIDIA Research — GEAR (2024–Present)

Berkeley AI Research — RAIL Lab (2023–2024)

Georgia Tech — Healthcare Robotics Lab (2022–2023)


Robotics 🤖

Robotics Middleware Framework (Open-RMF)

Core contributor to Open-RMF, a distributed open-source framework for managing heterogeneous robot fleets — handling task allocation, scheduling, and multi-robot path conflict resolution at scale.

  • RMF core libraries (C++ / Python): [repo]
  • RMF simulation demos: [repo]
  • RMF Web App (full-stack): [repo]
  • Cloud deployment template (Docker, Kubernetes, ArgoCD): [repo]

Robots and Simulation

autodock

Miscellaneous

  • 3D SLAM to 2D Occupancy Map — generates 2D navigation maps from 3D SLAM pointclouds for heterogeneous AGV fleets.
  • Agnostic Camera Driver (ROS/ROS2) — CMake-based hardware-agnostic depth camera driver.
  • Cargo Volume Detection — multi-camera 3D pointcloud detection system for aviation cargo handling (closed source).

Machine Learning 🦾

  • ManipulatorGym — gym-like environment and utilities for robot manipulators; includes data collection pipelines for Octo and OpenVLA fine-tuning.
  • Agentlace — lightweight distributed async agent framework for imitation learning and RL across multiple processes and machines.
  • TennisBot RL — tennis gameplay agent trained with reinforcement learning and evolutionary search.
  • UAV Landing NLP — drone landing site selection from aerial images guided by natural language instructions.
  • Distributed MapReduce (C++) — built from scratch and deployed to Azure with Kubernetes.
  • NewsGPT — news headline summarization using OpenAI + Langchain, hosted on Azure.