Skip to content
View 07hokage's full-sized avatar

Block or report 07hokage

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
07hokage/README.md

Sai Haneesh Allu

Robotics Ph.D. candidate at UT Dallas · I try to make robot arms do useful things outside of simulation.

Website Google Scholar LinkedIn Email


I work in the Intelligent Robotics and Vision Lab with Prof. Yu Xiang, on manipulation that has to survive contact with the real world — motion planning and trajectory optimization, learning tasks from human video, and the unglamorous work of figuring out why a pipeline that looked fine in sim drops the mug on hardware.

Before this: M.S. in Control & Automation at IIT Delhi, and co-founder at VECROS, where we flew drones through GPS-denied spaces and learned that reactive planners fail in far more creative ways than papers suggest.


🤖 Selected work

HRT1 demo One human demo video in, a mobile manipulation task out. VLM-grounded object reasoning plus trajectory optimization, no teleop and no per-task data collection.
Best Poster, ECS AI Days 2026 · under review
SceneReplica demo A benchmark for real-robot manipulation you can actually reproduce — fixed scenes, fixed object set, fixed protocol. 2,000+ trials comparing perception, grasping, and control stacks head to head.
ICRA 2024 (Oral)
GraspTrajOpt demo Picking the grasp and planning the arm motion as one optimization problem over point clouds, instead of two separate ones that disagree. ~66% faster than an OMPL sampling-based baseline on a Fetch.
IROS 2024 (Oral)
AutoX-SemMap demo A robot explores an unseen space on its own, builds a semantic map with open-vocabulary detection, and keeps it current as objects move around.
under review

🛠 Stack

Also: CasADi, OMPL, Gazebo. Hardware I've broken and fixed: Fetch, Franka, custom quadcopters, a 12-camera OptiTrack rig.

Open to relocation · Richardson, TX

Pinned Loading

  1. IRVLUTD/AutoX-SemMap IRVLUTD/AutoX-SemMap Public

    Autonomous Exploration, Construction and Update of Semantic Map in real-time

    C++ 74 10

  2. IRVLUTD/HRT1 IRVLUTD/HRT1 Public

    Codebase for one shot human to robot trajectory transfer for skill learning

    Python 15 2

  3. IRVLUTD/SceneReplica IRVLUTD/SceneReplica Public

    Code release for SceneReplica paper.

    Python 28 6

  4. GraspTrajOpt GraspTrajOpt Public

    Forked from IRVLUTD/GraspTrajOpt

    Trajectory optimization for grasping

    Python

  5. urdf_to_obj urdf_to_obj Public

    Generate obj files of desired links from urdf

    Python