# Introduction to ROBOTIS AI WORKER

**URL:** https://discourse.openrobotics.org/t/introduction-to-robotis-ai-worker/43780
**Category:** Projects
**Tags:** ros2, ai
**Created:** [May 15, 2025, 10:06am UTC](https://discourse.openrobotics.org/t/introduction-to-robotis-ai-worker/43780 "2025-05-15T10:06:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pyo](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/pyo/32/15617_2.png) [@Pyo](https://discourse.openrobotics.org/u/Pyo)
#### Post date: [May 15, 2025, 10:06am UTC](https://discourse.openrobotics.org/t/introduction-to-robotis-ai-worker/43780/1 "2025-05-15T10:06:24Z")

</div>

Hello, everyone,

I’m excited to introduce you to ROBOTIS AI WORKER, an open-source, ROS 2 based mobile humanoid robot that leverages teleoperation and transformer-based imitation learning to perform real-world manipulation tasks. We’re pushing the boundaries of Physical AI, making complex robot behaviors accessible through intuitive human demonstrations.

ROBOTIS AI WORKER, Imitation Learning Demo

[![](https://us1.discourse-cdn.com/flex022/uploads/ros/original/3X/1/0/10ac94b20f1c675a4747d20734874a79138de3f0.jpeg "AI WORKER #2: Imitation Learning Demo - From Teleop to Inference") ](https://www.youtube.com/watch?v=hnJpFX2G3P4)

This video showcases the imitation learning pipeline for AI WORKER — starting from teleoperation-based data collection to data visualization and finally Model inference.

Our current policy is based on ACT(Action Chunking with Transformers), enabling the robot to understand and execute high-level behaviors from demonstration data.

📌 In this video, you’ll see:

1. Teleoperation for collecting demonstration data
2. Visualization of the collected data
3. Model inference using a trained transformer-based model

We begin with a simple pick-and-place task, but more complex manipulation behaviors are on the way.  
Stay tuned as we continue to push the boundaries of physical AI in real-world robotics.

🤖 This project is built with ROS 2 and is fully open source.

🔗 GitHub Repository:  
👉 [GitHub - ROBOTIS-GIT/ai\_worker: AI Worker: FFW (Freedom From Work)](https://github.com/ROBOTIS-GIT/ai_worker)  
👉 [GitHub - ROBOTIS-GIT/physical\_ai\_tools: ROBOTIS Physical AI Tools: Physical AI Development Interface with LeRobot and ROS 2](https://github.com/ROBOTIS-GIT/physical_ai_tools)

💡 This project makes use of open-source resources from ROS and HuggingFace LeRobot 🤗 — many thanks for sharing such valuable tools!

“ROBOTIS AI Worker Demo Showcase”

[![](https://us1.discourse-cdn.com/flex022/uploads/ros/original/3X/a/2/a2e7e457bc28008c8a6ff6a2ce133465ea259f93.jpeg ""ROBOTIS AI Worker Demo Showcase" - 로보티즈 AI Worker 데모 시연 영상") ](https://www.youtube.com/watch?v=DX7DEf9s3Eg)

#ROBOTIS #AIWORKER #ImitationLearning #teleoperation #ros2 #Transformers #ActionChunking #RobotLearning #PhysicalAI #HuggingFace #LeRobot #OpenSource

---

<div class="post-metadata">

### Author: ![Horvath\_Attila](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/horvath_attila/32/25485_2.png) [@Horvath\_Attila](https://discourse.openrobotics.org/u/Horvath_Attila)
#### Post date: [May 16, 2025, 6:33am UTC](https://discourse.openrobotics.org/t/introduction-to-robotis-ai-worker/43780/2 "2025-05-16T06:33:30Z")

</div>

Thanks. But I dont find the 3d models? Where are they? And the boom list?

---

<div class="post-metadata">

### Author: ![Pyo](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/pyo/32/15617_2.png) [@Pyo](https://discourse.openrobotics.org/u/Pyo)
#### Post date: [May 16, 2025, 6:58am UTC](https://discourse.openrobotics.org/t/introduction-to-robotis-ai-worker/43780/3 "2025-05-16T06:58:53Z")

</div>

You can find the relevant model files here:  
[https://github.com/ROBOTIS-GIT/ai\_worker/tree/main/ffw\_description/meshes/follower](https://github.com/ROBOTIS-GIT/ai_worker/tree/main/ffw_description/meshes/follower)

Please note that in most ROS packages, the model files are typically stored within the `*_description` package.

If you’re specifically looking for MuJoCo files, please refer to the following repository:  
[https://github.com/ROBOTIS-GIT/robotis\_mujoco\_menagerie](https://github.com/ROBOTIS-GIT/robotis_mujoco_menagerie)

Kindly be aware that some components in the MuJoCo models may still be incomplete and could be updated in the future.
