can not find GR1T2_fourier_hand_6dof.usd #2429
-
Description: I’m working through the imitation learning tutorial using locally installed assets (not runtime downloads), but the required GR1T2 robot USD file is missing:
What I’ve verified:
Questions:
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Thank you for posting this. Could you share the error log you get? This may be something we need to fix. Thanks. |
Beta Was this translation helpful? Give feedback.
-
(env_isaaclab) dalab-crd@password111:~/桌面/IsaacLab$ ./isaaclab.sh -p scripts/imitation_learning/isaaclab_mimic/generate_dataset.py --device cuda --headless --num_envs 50 --generation_num_trials 1000 --input_file ./datasets/dataset_annotated_gr1.hdf5 --output_file ./datasets/generated_dataset.hdf5 |---------------------------------------------------------------------------------------------| |
Beta Was this translation helpful? Give feedback.
-
Same problem, find any solution? |
Beta Was this translation helpful? Give feedback.
-
I find a solution Use the following command to view the directory structure aws s3 ls s3://omniverse-content-production/Assets/Isaac/4.5/Isaac/Robots/FourierIntelligence/GR-1/ --recursive --no-sign-request Then use the following command to download aws s3 cp s3://omniverse-content-production/Assets/Isaac/4.5/Isaac/Robots/FourierIntelligence/GR-1/ ./GR-1/ --recursive --no-sign-request |
Beta Was this translation helpful? Give feedback.
I find a solution
Use the following command to view the directory structure
Then use the following command to download