Skip to content

Roboto_origin Fully Open-Source DIY Humanoid Robot/萝博头原型机全开源手搓级人形机器人

License

Notifications You must be signed in to change notification settings

suishiji/roboto_origin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

333 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROBOTO_ORIGIN - Fully Open-Source DIY Humanoid Robot

License: GPL v3 ROS2 Isaac Sim Isaac Lab Python C++ Platform Robotics Reinforcement Learning


Robot Overview

中文说明点这里

About Us

We are RoboParty, founded on February 21, 2025. We started developing humanoid robots in April and completed the prototype ROBOTO_ORIGIN in just four months. We have always upheld the philosophy of open source. ROBOTO_ORIGIN's entire R&D process, including all structures, electronics, training, and deployment, has been open-sourced.

As we advance the development of new robots, we realize that a high-performance robot cannot be achieved through DIY alone. Therefore, we have decided to officially open-source this running and jumping prototype to document our journey.

This robot can be completely assembled through Taobao procurement and Jialichuang prototyping. It can be truly assembled independently through DIY. With our open-source training and deployment code, you can easily achieve walking and running.

In the future, we will gradually add the motion control algorithms implemented on this robot to the open-source repository. However, as a fully open-source robot, its functionality can be defined by the vast number of developers and users, so a creative workshop will also be launched soon.

BOM table


Robot Demo GIF 1 Robot Demo GIF 2

Robot Details

Resource Guide

Repository Modules

Module Name Description Repository Link
Atom01_hardware Hardware design files for Atom01 robot, including structural drawings and design materials https://github.com/Roboparty/Atom01_hardware
atom01_deploy ROS2 deployment framework with modular architecture middleware for robot deployment and control, supporting IMU, motor drivers, inference, etc. https://github.com/Roboparty/atom01_deploy
atom01_train Direct IsaacLab training workflow providing high transparency and low refactoring difficulty RL training environment, supports Sim2Sim transfer to MuJoCo https://github.com/Roboparty/atom01_train
atom01_description URDF model files for Atom01 robot, containing kinematic and dynamic descriptions for simulation and visualization https://github.com/Roboparty/atom01_description
legged_lab AMP running training code https://github.com/Roboparty/legged_lab

Quick Start

# Clone repository
git clone https://github.com/Roboparty/roboto_origin.git

# Update repository
git pull

Navigate to each module directory modules/... and follow the README inside each module to continue.


This project is licensed under the GNU General Public License Version 3 (GPLv3). See LICENSE for details.

About

Roboto_origin Fully Open-Source DIY Humanoid Robot/萝博头原型机全开源手搓级人形机器人

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Shell 4.2%