ROBOTIS HAND VR Teleoperation in NVIDIA Isaac Sim - Real Control, Virtual Tasks

We have released our technical guide and demo on VR teleoperation for the ROBOTIS AI Worker in NVIDIA Isaac Sim.

To support Physical AI development and imitation learning, we built a ROS 2-based DDS bridge. This allows developers to test mobile manipulation tasks and collect imitation learning data in simulation without needing the physical hardware immediately.

To ensure the virtual environment behaves like the real world, we focused on crucial physical tuning:

  1. DDS Bridge: Maps joint trajectory and cmd vel commands from the ROS 2 control node (Cyclo Motion Controller) in real-time.
  2. High-Friction Fingertips: Mimics real rubber properties for secure and stable grasping.
  3. Collision Filtering: Eliminates self-collision interference between fingers and the swerve drive joint for smooth, precise control.

It includes:

  • VR-based manipulation control
  • Keyboard-based mobile base control
  • Object interaction in Isaac Sim
  • Virtual task environments such as kitchen/table and warehouse scenes

Check out our detailed architecture and Docker setup to run this yourself.
Happy researching! :rocket:

:clapper_board: Video: https://youtu.be/4D8if2lZY7o
:robot: Code: https://github.com/ROBOTIS-GIT/robotis_lab
:page_facing_up: Docs: AI Worker SH5 Isaac Sim VR Teleoperation | ROBOTIS Docs

2 Likes

Just saw the demo at ICRA. Really impressive work. Congrats to the whole team!

1 Like