From 10d68c30333b2ed3fc8f8a27a47fa26fcba626c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cem=20G=C3=B6kmen?= <1408354+cgokmen@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:52:48 -0700 Subject: [PATCH] Bump asset URL version --- omnigibson/utils/asset_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnigibson/utils/asset_utils.py b/omnigibson/utils/asset_utils.py index 2780078ff..903aa4f06 100644 --- a/omnigibson/utils/asset_utils.py +++ b/omnigibson/utils/asset_utils.py @@ -397,7 +397,7 @@ def download_assets(): with tempfile.TemporaryDirectory() as td: tmp_file = os.path.join(td, "og_assets.tar.gz") os.makedirs(gm.ASSET_PATH, exist_ok=True) - path = "https://storage.googleapis.com/gibson_scenes/og_assets_1_0_0.tar.gz" + path = "https://storage.googleapis.com/gibson_scenes/og_assets_1_1_0.tar.gz" log.info(f"Downloading and decompressing demo OmniGibson assets from {path}") assert urlretrieve(path, tmp_file, show_progress), "Assets download failed." assert (