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.
Humanoid Robot Know-How Documentation - Complete R&D process documentation for the prototype robot
Important: The roboto_origin repository serves as a snapshot aggregation only. All issue reporting and code contributions should be made to the individual sub-repositories.
If you wish to contribute to the project, please select the appropriate sub-repository based on your contribution:
| Sub-Repository | Contribution Areas |
|---|---|
| Atom01_hardware | Mechanical structure design, CAD drawings, PCB design, BOM improvements |
| atom01_deploy | ROS2 driver development, middleware modules, deployment configs, IMU/motor integration |
| atom01_train | RL algorithms, training environments, simulation configs, Sim2Sim transfer |
| atom01_description | URDF kinematic/dynamic descriptions, visual/collision meshes, joint parameter optimization |
For detailed contribution guidelines: CONTRIBUTING.md
![]() |
![]() |
| 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 |
# Clone repository
git clone https://github.com/Roboparty/roboto_origin.git
# Update repository
git pullNavigate to each module directory modules/... and follow the README inside each module to continue.
This project has adopted the Code of Conduct to foster a welcoming and inclusive community. All contributors and users are expected to adhere to these guidelines.
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement.
Hardware Coupling Disclaimer: The output commands generated by this software are executed on physical hardware. The consequences of any actions performed by the hardware in the physical world are the sole responsibility of the hardware operator. This software serves only as an "auxiliary tool" — the operational control lies entirely with the user. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
For any use, modification, adaptation, improvement, secondary development, operation, distribution, or any other use of the open-source components by users, the user agrees to assume full responsibility. RoboParty assumes no liability whatsoever.
By using, modifying, or distributing this software, you acknowledge that you understand and agree to bear all risks associated with such actions, including but not limited to:
- Physical injury or property damage caused by robot operation
- Equipment damage due to improper parameter configuration
- Accidents resulting from insufficient safety testing
This project is licensed under the GNU General Public License Version 3 (GPLv3). See LICENSE for details.
Thanks to all the people who contribute to this project!

