CV
Academic CV and resume.
Basics
| Name | Sugheerth Sreedharan |
| Label | PhD Researcher in Robotics |
| sugheert@buffalo.edu | |
| Phone | +1 (716) 970-9228 |
| Url | https://sugheerth.github.io |
| Summary | PhD researcher at the University at Buffalo working on safe motion planning, diffusion-based trajectory generation, and sim-to-real transfer for highly articulated robotic manipulators and autonomous systems. |
Work
-
2024.05 - Present Buffalo, NY
PhD Researcher and Research Assistant
University at Buffalo (SUNY), DRONES Lab
Researching safe planning, diffusion-based planning, learned dynamics, and embodied autonomy for robotic manipulators and autonomous systems.
- Developing collision-free trajectory generation for multi-DoF robot arms using Control Barrier Functions, Control Lyapunov Functions, arm kinematics, workspace constraints, and CLF-CBF-QP solvers in CasADi.
- Developing trajectory-level constraint-aware safe sampling methods that integrate closed-form CBF corrections into diffusion-model sampling updates for fast, safety-aware planning.
- Designing diffusion-based trajectory planners for hydraulic excavators using learned forward and inverse LSTM dynamics models over joint angles, velocities, pressures, and control inputs.
- Using learned inverse dynamics to convert MoveIt state trajectories into observation-control demonstrations and forward-dynamics guidance to promote physically coherent Gazebo and hardware execution.
- Serving as Field and Software Lead for EARTH, a three-year Moog-funded project developing autonomous excavators.
- Contributed Nav2 differential-drive navigation, MoveIt2 multi-link arm trajectory planning, Gazebo validation, optimized waypoint deployment on physical hardware, ROS2 lifecycle node management, and CAN bus interfacing.
-
2018.09 - 2023.08 Chennai, India
Member Technical Staff, Software Development Engineer
Zoho Corporation
Built backend systems for cloud repository management and search.
- Led end-to-end development of Zoho's Cloud Repository Management System.
- Engineered asynchronous search and retrieval pipelines that reduced API response time by 60 percent.
- Integrated polyglot microservices with gRPC and Protobuf and redesigned database architecture to reduce redundancy by 70 percent.
Education
-
2025.08 - Present Buffalo, NY
-
2023.08 - 2025.08 Buffalo, NY
-
Tamil Nadu, India
Publications
-
2025.01.01 Excavation Autonomy with Resilient Traversability and Handling
ICRA Workshop on Field Robotics
Workshop paper on EARTH, a framework for autonomous excavators and earth-movers.
Skills
| Robotics and Simulation | |
| ROS2 | |
| Gazebo | |
| MoveIt2 | |
| Nav2 | |
| URDF | |
| XACRO | |
| RViz |
| Planning, Control and Dynamics | |
| Safe Motion Planning | |
| Multi-DoF Kinematics/Dynamics | |
| CBF | |
| CLF | |
| QP | |
| Constrained Optimization | |
| CasADi | |
| RRT | |
| A-star | |
| AMCL | |
| Diffusion-based Planners |
| Machine Learning and Perception | |
| Generative Learning | |
| Diffusion Models | |
| Deep Learning | |
| Reinforcement Learning | |
| Sim-to-Real Transfer | |
| PyTorch | |
| PointNet | |
| Vision Transformer | |
| MMDetection3D | |
| 3D Point Cloud Segmentation | |
| State Estimation |
| Programming and Systems | |
| Python | |
| C++ | |
| C | |
| Java | |
| Go | |
| MATLAB | |
| Git | |
| Docker | |
| Linux | |
| gRPC | |
| Protobuf | |
| PostgreSQL |
Projects
-
A Constraint Aware Framework For Safe Sampling
- Developing a deterministic safe sampling framework that integrates a closed-form trajectory-level CBF correction directly into diffusion-model sampling updates.
- Formulated a single smooth trajectory-level CBF by aggregating obstacle- and waypoint-level constraints through nested softmin approximations.
- Derived a first-order DPM-Solver discretization of the safety-augmented probability-flow ODE and delayed CBF corrections until final denoising steps to reduce local-trap formation.
- Demonstrated 100 percent trajectory safety across evaluated Maze2D settings and a 91 percent safe-success rate in dense PointMass2D while generating trajectories in 0.05-0.07 seconds.
-
Diffusion-based Trajectory Planning for Excavators with Learned Dynamics Models
- Designing a diffusion-based trajectory generation framework with learned dynamics models to generate dynamically coherent observation-control trajectories for hydraulic excavators.
- Engineered forward and inverse LSTM dynamics models over rolling histories of joint angles, joint velocities, hydraulic pressures, and control inputs for boom, arm, and bucket motion.
- Using learned inverse dynamics to convert MoveIt state trajectories into observation-control demonstrations and forward-dynamics guidance to promote physically coherent Gazebo and hardware execution.