Booster T1 Description (MJCF)
Important
Requires MuJoCo 2.3.4 or later.
Changelog
- 7/02/2025: Initial release.
Overview
This package contains a simplified robot description (MJCF) of the T1 Humanoid Robot developed by Booster Robotics. It is derived from the publicly available URDF description.
MJCF derivation steps
- Started from
t1_serial.urdf
. - Added the following to the URDF
<robot>
tag<mujoco><compiler balanceinertia="true" discardvisual="false" fusestatic="false" strippath="false"/></mujoco>
. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Added freejoint to trunk.
- Added imu site to trunk at position
"0 0 0"
. - Added home keyframe.
- Added tracking light.
- Add frictionloss + armature to joints (not identified) for added stability.
- Switched to implicitfast and used position actuators with kp/kv semantics.
- Added IMU sensors.
License
This model is released under an Apache-2.0 License.