Newbie here.
I couldn’t complete the installation of Isaac Sim on a Orin Nano SDK under Jetpack 6.2.1. After downloading the image from Linux (aarch64) I:
- unzipped the downloaded file into ~/isaac-sim folder
- from the command line in ~/isaac-sim, ran ./post_install.sh
Unfortunately, his command terminated as follows:
$ ./post_install.sh
Creating extension_examples symlink…
~/isaac-sim ~/isaac-sim
Symlink extension_examples created.
~/isaac-sim
Installing Icon…
Found isaac-sim.sh at: /home/chowkidar/isaac-sim/isaac-sim.sh
./python.sh: line 72: /home/chowkidar/isaac-sim/kit/python/bin/python3: No such file or directory
There was an error running python
$ ls ./isaac-sim*.*
./isaac-sim.action_and_event_data_generation.sh ./isaac-sim.fabric.sh
./isaac-sim.compatibility_check.sh ./isaac-sim.sh
$ ./isaac-sim.selector.sh
bash: ./isaac-sim.selector.sh: No such file or directory
$ ./isaac-sim.compatibility_check.sh
./isaac-sim.compatibility_check.sh: line 22: /home/chowkidar/isaac-sim/kit/kit: No such file or directory
$
Upon inspection, I discovered that the sub-folder /kit is empty.
What is my mistake? How should I complete the installation of Isaac Sim on the Orin Nano SDK?Thanks.
Regards.
P.S.
Apologies if I have posted in the wrong forum; please set me straight. Thx.