Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ node_modules/

# Debug Files
debug/
*.debug
*.debug

# Python
.DS_Store
**/*.egg-info/
**/__pycache__/
**/.pytest_cache/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Robot Configurations
Motion and Data Files
---------------------

- `motions/` contains retargeted motion data for booster robots. Currently only a few K1 example motions are provided.
- `motions/` contains retargeted motion data for Booster robots, including K1 example motions and T1 dance motions.
- `motions/T1/` contains T1 motion examples at the top level, while `motions/T1/csv/` and `motions/T1/pkl/` keep the larger source motion archives.

### Motion CSV Format

Expand Down Expand Up @@ -93,6 +94,7 @@ Right_Ankle_Roll
|----------------------------|-----|----------------------------------------------------|
| k1_fight_001.csv | 30 | Fighting motion sequence |
| k1_mj2_seg1.csv | 50 | MJ dance segment |
| CLIO_Outsai_stageii.csv | 30 | T1 stage-II dance motion sequence |


Python installation and usage
Expand Down
3 changes: 3 additions & 0 deletions motions/T1/CLIO_Outsai_stageii.csv
Git LFS file not shown