File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/isaaclab/test/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ def test_check_file_path_invalid():
4242def test_check_usd_path_with_timeout ():
4343 """Test checking a USD path with timeout."""
4444 # robot file path
45- usd_path = f"{ assets_utils .ISAACLAB_NUCLEUS_DIR } /Robots/FrankaEmika/panda_instanceable.usd"
45+ usd_path = f"{ assets_utils .ISAAC_NUCLEUS_DIR } /Robots/FrankaRobotics /FrankaEmika/panda_instanceable.usd"
4646 # check file path
4747 assert assets_utils .check_usd_path_with_timeout (usd_path ) is True
4848
4949 # invalid file path
50- usd_path = f"{ assets_utils .ISAACLAB_NUCLEUS_DIR } /Robots/FrankaEmika/panda_xyz.usd"
50+ usd_path = f"{ assets_utils .ISAAC_NUCLEUS_DIR } /Robots/FrankaRobotics /FrankaEmika/panda_xyz.usd"
5151 # check file path
5252 assert assets_utils .check_usd_path_with_timeout (usd_path ) is False
You can’t perform that action at this time.
0 commit comments