Phat C. Vo

Robotics PhD · Autonomous Systems · Technical Leadership

Phat C. Vo

Principal Robotics Engineer — Fleet Systems, Motion Planning, Multi-Robot Coordination

My research topic of interest during my PhD includes Robust Control, Human-robot interaction, Optimization, Model Predictive Control and Reinforcement Learning in Robotics. Throughout the past years, I have worked on multiple research projects surrounding the …

Motion Planning Fleet Management Multi-Robot Coordination ROS/ROS2 C++ MQTT Docker CI/CD
Phat C. Vo

Currently

Principal Robotics Engineer | Fleet Systems & Coordination

T-Robotics Co., Ltd

Based on industry deployments + academic research in planning, control, and uncertainty.

About

Engineering focus

Systems-level autonomy: from planning algorithms to scalable fleet orchestration.

My research topic of interest during my PhD includes Robust Control, Human-robot interaction, Optimization, Model Predictive Control and Reinforcement Learning in Robotics. Throughout the past years, I have worked on multiple research projects surrounding the topic of Designing Integrated Strategies for Modularized Robotics/Mobility Systems including self-driving vehicle in Uncertain Environments. My current work focuses on Motion Planning, Behavior Planning, Fleet Management System in Autonomous Mobility.

Experience

Leading autonomy teams & shipping robots

Roles spanning fleet coordination, motion planning, research, and simulation-to-reality transfer.

Principal Robotics Engineer | Fleet Systems & Coordination

T-Robotics Co., Ltd

Jan. 2026 - Present

Architecting a next-generation Fleet Management System (FMS) for large-scale AMR deployments.

  • System Design: Designing a proprietary FMS based on industry standards to ensure seamless interoperability and management of heterogeneous AMR fleets.
  • Task Allocation: Developing algorithms for multi-robot task assignment to optimize factory throughput and resource utilization.
  • Traffic & Deadlock Management: Focusing on core logic for deadlock prevention and conflict resolution in high-density, constrained environments.
  • Integration & Scalability: Building stable communication layers to bridge the gap between the FMS and various vendor robot types.

Senior Robotics Engineer | Motion Planning

Autonomous Robot 24Hours 7Days (AR247)

Dec. 2023 - Jan. 2026

Led the Motion Planning strategy and development for patrol/heavy-duty AMRs, overseeing the transition from simulation-based research to real-world deployment.

  • Designed motion planning strategies for heavy AMRs and validated them through high-fidelity simulations before deployment.
  • Trained and evaluated RL-based behavior policies within the simulation loop to enhance decision-making robustness.
  • Bridged simulation and real-world operation by integrating planning/control pipelines, improving safety and operational efficiency.
  • Developed fleet monitoring, mission planning, and operator dashboards for large-scale system operation.
  • Built scenario-driven frameworks to evaluate multi-robot path planning and conflict resolution.
  • Researched and developed interval-prediction, RL, Deep RL and tree-based planning methods for uncertain and complex driving scenarios.
  • Built simulation environments to benchmark rule-based and RL decision-making.
  • Integrated planning/control algorithms into MORAI via ROS bridges with Hardware-in-the-loop (HIL) for smooth real-robot deployment.
  • Explored Carla simulator for testing local and behavior planning algorithms.

Sept. 2017 – Feb. 2021

  • Applied model-based RL and predictive control for safe collaborative human-robot interaction.
  • Developed adaptive optimal estimators and addressed network delay/dropout issues in robotic systems.
  • Implemented and validated control and motion planning algorithms integrating simulation with HIL experiments.
  • Developed renewable and sustainable energy system control projects (Fluid‑based Triboelectric Nanogenerator; Floating Offshore Wind Turbines) to optimize as well as maximize power captured.

Sept. 2012 – Jun. 2016

  • Designed and deployed embedded control systems for automated parking and industrial production lines.
  • Researched and developed Motion Planning and Control Algorithms for an Autonomous Reception Robot.

Projects

Case studies

Selected systems showcasing autonomy, planning, and fleet-scale engineering.

Fleet Autonomous Mobile Robot preview

Fleet-scale autonomy with dispatching, traffic/deadlock logic, and multi-robot coordination.

Fleet Management Multi-Robot Coordination Motion / Behavior Planning ROS/ROS2 MQTT / APIs Simulation
  • Architected core Fleet Management System (FMS) logic for heterogeneous AMR fleets.
  • Implemented task allocation, dispatching, and conflict-aware traffic/deadlock management.
  • Built scenario-driven simulation environments to validate planning and coordination at scale.
  • Integrated monitoring/visualization workflows for operators and system observability.
Read details

These robots, equipped with steering-based locomotion mechanisms, have been deployed for security patrol tasks in public areas and construction sites, as well as for logistics operations in industrial environments. They autonomously navigate complex, shared internal roadways populated by humans and other vehicles such as trucks and forklifts. This project is also designed based on Conflict-Aware Dispatcher for deployment in large factory environments where AMRs operate on shared internal roads (indoor + outdoor). The system enables coordinated operation among robots and seamless interaction with web-based tools and human operators. It serves as the central control layer for scalable, safe, and intelligent fleet management—laying the foundation for smart factory automation.

I was responsible for several core features, including:

  • Build and maintain a comprehensive simulation environment for testing and validating algorithms.
  • Behavioral Planning for real-time decision-making, including obstacle avoidance and speed profile planning.
  • Global Navigation, tailored to scenario requirements and factory map data.
  • Local Trajectory Generation Algorithms to ensure smooth and feasible motion control.
  • Collision Risk Assessment and Safety Validation to guarantee reliable and safe navigation.
  • Task Scheduling and Dispatching: Dynamically assigns schedules and inspection tasks to each robot based on real-time conditions and system priorities.
  • Multi-Robot Path Planning and Conflict Resolution: Manages priority-based rerouting and waiting strategies to prevent congestion and resolve conflicts in real time, especially in narrow roads and intersections shared by multiple robots.
  • Monitoring and Visualization: Collaborated with the front-end team to integrate a web-based dashboard that supports real-time, bidirectional messaging and logging database. It provides live updates on robot statuses, and task progress, enabling operators to remotely supervise the entire fleet.

Beebot

Open-source autonomous mobile robot stack built from the ground up for real-world testing.

ROS Navigation Perception C++ / Python
  • Built an end-to-end autonomy stack to navigate, avoid obstacles, and execute tasks.
  • Designed the project as a practical platform for validating algorithms beyond simulation.
Read details
This open-source project transforms a basic mobile robot into a fully autonomous system capable of navigating environments, avoiding obstacles, and executing tasks independently—without any human intervention. As a personal project, it was developed with the goal of building a complete autonomous robot stack from the ground up. The purpose was to create a practical platform for testing and validating various algorithms in real-world conditions. Through this project, I was able to integrate and experiment with key robotics modules in a realistic setting, accelerating development and deepening my understanding of autonomous systems beyond simulation environments.
Education Robot Platform (ERP42) preview

Education Robot Platform (ERP42)

Motion planning + tracking in MORAI with ROS bridges for simulation and real robot operation.

MORAI ROS Planning Control
  • Implemented local planning and motion tracking algorithms in MORAI.
  • Built a bridge pipeline to integrate locally developed algorithms into server-based simulation.
  • Published planning/control telemetry to ROS topics for visualization and evaluation.
Read details

I worked with the Educational Robot Platform (ERP) developed by WeGo Robotics, which was integrated into the MORAI simulation environment for autonomous driving research and development. Using this platform, I implemented and tested core motion planning components, specifically:

  • Implemented local planning and motion tracking algorithms in the MORAI simulator.
  • Integrated locally developed algorithms into the server-based simulation environment via the bridge node.
  • Developed a hybrid control framework for concurrent simulation and real robot operation, using simulation outputs to drive the physical robot.

To support development and evaluation, I published key planning and tracking data to ROS topics, allowing for real-time visualization, logging, and further analysis. This setup provided a practical and extensible environment for experimenting with and validating autonomous driving algorithms on a compact, education-oriented platform.

On The Way Env. (OTW) preview

Scenario-driven simulation environment for evaluating planning and decision-making.

Simulation Scenario Testing Planning
  • Built customizable scenarios to benchmark local planning and decision-making behavior.
Read details
This is a customized simulation environment with customizable scenarios for autonomous vehicles to demonstrate the local planning/decision-making algorithms.
Human-Robot Teleoperation (HRT) preview

Human-Robot Teleoperation (HRT)

PhD thesis project on robust, transparent teleoperation balancing human control and autonomy.

Robust Control Teleoperation MATLAB
  • Designed for robustness, performance, perception, and transparency under uncertainty.
  • Supported by published research and thesis work.
Read details

Human-Robot Teleoperation (HRT) is the focus of my Ph.D. thesis project, developed using MATLAB and supported by a series of published research works. It aims to establish a reliable and responsive teleoperation framework that balances both human control and robotic autonomy. The project addresses four key aspects:

  • Robustness: Stable performance despite uncertainties from the operator, environment, or sensors.
  • Performance: Effective task execution with speed and accuracy.
  • Perception: Enhancing the operator’s awareness of the remote environment.
  • Transparency: Accurately reflecting the environment and robot state to the operator.

To find further details in my thesis defense presentation available in the Education section.

Variable Stiffness Actuator (VSA) preview

Variable Stiffness Actuator (VSA)

Variable stiffness leg actuation for safer, more efficient quadruped locomotion.

Actuation Control Robotics Research
  • Designed stiffness modulation to decouple joint position and compliance control.
  • Improved shock absorption and stability on uneven terrain.
Read details

This project designs and controls a Variable Stiffness Actuator (VSA) for quadruped robot legs to enhance adaptability, shock absorption, and energy efficiency. The VSA consists of two actuators: one controls joint position, the other adjusts stiffness by modulating an elastic element. This allows real-time tuning of joint compliance independently from position.

The control system includes:

  • A high-level controller that plans motion and desired forces,
  • A low-level controller that adjusts both position and stiffness using sensor feedback.

By integrating VSA into each leg, the robot can achieve softer landings, better stability on uneven terrain, and improved safety when interacting with humans. This approach mimics animal-like locomotion and is ideal for dynamic and unpredictable environments.

Reception Robot preview

Reception Robot

M.S. thesis on autonomous indoor service robotics with SLAM and safe path tracking.

SLAM Navigation Control
  • Built SLAM-based mapping and tracking control for safe indoor navigation.
Read details
This M.S. thesis focuses on developing an autonomous service robot for indoor spaces such as lobbies, with contributions in SLAM-based map creation and tracking control for safe path following.

Publications

Research footprint

Profiles and publication indexes.

Skills

Robotics stack

A practical toolkit spanning algorithms, middleware, simulation, and deployment.

[Programming & Algorithms] C/C++, Python, MATLAB, Reinforcement Learning & Optimal Control. [Simulation & Development Tools] RViz (ROS), MORAI, Gazebo, Carla, MATLAB Simulink, Qt, Gym, Pygame, Git, Docker, Linux. [Middleware & Cloud]: MQTT, REST API, ROS/ROS2, Modbus, AWS.
C++ Python ROS / ROS2 MQTT Docker Linux CI/CD Simulation (Gazebo/Carla/MORAI)
Coding activity heatmap
Coding activity chart (7-day snapshot)
Loading…

Contact

Let’s build reliable autonomy

Open to robotics roles, research collaboration, and technical leadership conversations.