I'm currently a second-year Robotics MSE student at the GRASP Lab at the University of Pennsylvania (UPenn), advised by Prof. Vijay Kumar and Yuwei Wu. Previously, I received my BEng in Electronic and Electrical Engineering from University College London (UCL), where I was advised by Prof. Boli Chen.
I am focusing on developing collaborative robotic systems. My current work explores learning-based control, multi-agent coordination, and scalable algorithms that support robust cooperation in complex environments.
Multi-robot teams need to coordinate their formation so as to fit the constraints of the environment. How to maintain and adapt the formation to navigate narrow, complex environments with minimal deformation while preserving its structural properties? We propose EFLUX, a geometry-grounded LLM agentic framework for automatic and elastic multi-robot formation navigation, where an LLM reasons jointly over deformation actions, such as scaling and shearing, and reconfiguration actions, such as splitting and merging, which are then translated into executable per-robot waypoints through a closed-loop generation, verification, and correction pipeline.
Designed a distributed, safety-critical control framework for MAS by integrating a leader–follower law with consensus protocols for formation and containment control. Implemented an enhanced Artificial Potential Field (APF) algorithm to ensure robust obstacle avoidance. Validated the framework's efficacy through a simulated robot rescue mission, demonstrating successful target formation and collision-free navigation in cluttered environments.
Implement a bi-level imitation learning framework that decouples traffic simulation into high-level intent inference and low-level goal-conditioned control. The method utilizes real-world driving logs to implement a realistic multi-agent traffic simulator, containing a planning module that ensures diverse behaviors and long-horizon stability.
Trained a PPO policy to fly a Crazyflie quadrotor through a seven-gate racing circuit in NVIDIA Isaac Sim, featuring a powerloop segment and chicane. The system combines dense progress shaping, sparse gate-pass bonuses, a compact 36-dimensional body-frame observation, a five-stage reset curriculum, and domain randomization, completing three laps in 18.04 s with 4096 parallel environments.
Developed a complete autonomous manipulation system for a 7-DoF Franka Panda in ROS-Gazebo, integrating AprilTag detection, FK/IK, and real-time control loops. This pipeline enabled the robust stacking of static and dynamic objects through adaptive motion timing and feedback. Won the 1st place of final competition.
Implemented a full-stack autonomy pipeline that integrates visual-inertial state estimation, motion planning, and geometric control. The system fuses stereo vision and IMU data via a quaternion-based Error-State Kalman Filter (ESKF) for 6-DoF pose estimation, generates collision-free, minimum-snap trajectories using an A* approach with differential flatness, and executes precise tracking through a nonlinear SE(3) geometric controller.
Designed a soft, multi-modal gripper to prevent multiple picks and avoid package defects, validated on the Amazon Robotic Manipulation Benchmark dataset, and an ultrasonic bone knife-based end effector for a surgical robot to remove tumors.