Skip to content

Commit

Permalink
Update download_assets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski authored Sep 11, 2024
1 parent 621dc2e commit ba3dd12
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions sim/scripts/download_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ gdown --id 1Ah92CTN63M2h4uKPLf8eXkX2H9Bg3Kji
tar -xzvf meshes.zip -C sim/resources/stompymini/
rm meshes.zip

# H1_2
gdown --id 19ih7zG6Ky8xJVJD5M1th2hmqtxaNiZyh
tar -xzvf meshes.zip -C sim/resources/h1_2/
rm meshes.zip
# Stompypro
gdown --folder https://drive.google.com/drive/folders/1r5zXvk_ufl0tF2Kc19evrwtUbgX4bgdx -O sim/resources/stompypro/

# Xbot
gdown --id 1tpl95OdUhg9VL88FhKWMReY4qtLHHKoh
Expand All @@ -17,5 +15,11 @@ rm meshes.zip

# Dora
gdown --folder https://drive.google.com/drive/folders/1tQiMtOwGg3PGo9AygX3sj6X_HBpnW2S_ -O sim/resources/dora/

# G1
gdown --folder https://drive.google.com/drive/folders/1OxYcIJpeih89NY5auRayxCXpndrRnLJx -O sim/resources/g1/

# H1_2
gdown --id 19ih7zG6Ky8xJVJD5M1th2hmqtxaNiZyh
tar -xzvf meshes.zip -C sim/resources/h1_2/
rm meshes.zip

0 comments on commit ba3dd12

Please sign in to comment.