Do I need to download the ISAAC SDK package first before I can install that?

Dear Support,

Today I am able to use the Nvidia SDK Manager to install the JetPack 4.3 for my new Jetson AGX Xavier. The installation process is successful per window message except that I do not know where I can find the ISAAC SDK folder.

Also from the doc.: https://docs.nvidia.com/isaac/isaac/doc/setup.html, it tells that I will need to run following shell script for installation:

         engine/build/scripts/install_dependencies.sh

But I cann’t find the dir. for engine/build/scripts. Do I miss something during the JetPack flashing?

Could you let me know how I can install the ISAAC SDK since I cannot find the relative information in the issac pdf file?

Thanks so much for help.

Jimmy

Hello,

Isaac SDK is not installed as part of JetPack installation. Isaac SDK is meant to be installed on a workstation(x86 machine) having a Ubuntu 18.04 LTS. You can download the Isaac SDK from here - https://developer.nvidia.com/isaac/downloads. After the download, you can extract the tarball package to the directory of your choice and you will see all the files and folders you are looking for. Also, have a look at this page - https://docs.nvidia.com/isaac/isaac/doc/setup.html to set up your workstation environment. Thanks.

I understand now. Thanks a lot