Skip to content

Commit

Permalink
Stretch download (#1936)
Browse files Browse the repository at this point in the history
add Stretch robot download
  • Loading branch information
jimmytyyang authored Nov 8, 2022
1 parent c888518 commit 59456b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src_python/habitat_sim/utils/datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ def initialize_test_data_sources(data_path):
"link": data_path + "robots/hab_spot_arm",
"version": "1.0",
},
"hab_stretch": {
"source": "http://dl.fbaipublicfiles.com/habitat/robots/hab_stretch_v1.0.zip",
"package_name": "hab_stretch_v1.0.zip",
"link": data_path + "robots/hab_stretch",
"version": "1.0",
},
"hab_fetch": {
"source": "http://dl.fbaipublicfiles.com/habitat/hab_fetch_v1.0.zip",
"package_name": "hab_fetch_v1.0.zip",
Expand Down

0 comments on commit 59456b9

Please sign in to comment.