-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Several motion files referenced in booster_train task configurations are missing from the booster_assets repository, preventing those tasks from running.
Problem Description
The booster_train repository defines multiple K1 training tasks that reference motion capture files in booster_assets. However, not all referenced files are present.
Available Files in booster_assets/motions/K1/
| File | Format | Status |
|---|---|---|
k1_mj2_seg1.csv |
CSV | ✅ Present |
k1_fight_001.csv |
CSV | ✅ Present |
k1_mj4.csv |
NPZ | ❌ Missing |
Affected Task Configurations
1. mj_dance_004 — k1_mj4.csv missing
File: booster_train/source/booster_train/booster_train/tasks/manager_based/beyond_mimic/robots/k1/mj_dance_004/env_cfg.py, line 17
self.commands.motion.motion_file = f"{BOOSTER_ASSETS_DIR}/motions/K1/k1_mj4.npz"The file k1_mj4.csv does not exist in booster_assets. The only available MJ2-series file is k1_mj2_seg1.csv.
Questions
- Is
k1_mj4.csva planned but unreleased motion capture file? If so, when will it be available? - Could you provide a complete list of all planned K1 motion files and their availability timeline?
Additional Question: T1 Robot Motion Tracking
The booster_assets repository includes URDF and mesh assets for the T1 robot:
booster_assets/robots/T1/
├── T1_23dof.urdf
├── T1_29dof.urdf
├── T1_locomotion.urdf
└── ...
However, unlike K1, there are currently no motion capture files (.csv / .npz) for T1 in booster_assets/motions/, and no motion tracking tasks for T1 in booster_train.
Could you please clarify:
- Is there a plan to release T1 motion tracking support (motion files + training tasks) in
booster_train? - If so, is there an expected timeline or roadmap for this?
- Are there any T1 motion datasets planned to be added to
booster_assets?
Environment
- Repository:
booster_assets+booster_train - Robot: K1, T1
- Affected tasks:
mj_dance_004