Deployment on Jetson Nano

I follow the tutorial on https://docs.nvidia.com/isaac/isaac/doc/getting_started.html.
However, I cannot find the deployment folder and run the application.
Should we create a deployment ourselves and copy the files to Jetson Nano?

相同的问题,希望有答复

If you are following the guide then after you deploy your application (./engine/build/deploy.sh --remote-user ROBOTUSER -p //apps/samples/stereo_dummy:stereo_dummy-pkg -d jetpack42 -h ROBOTIP) then you should be able to connect to the nano using ssh or if you have the nano running with a monitor and input devices. From the nanos terminal you should find your deployment files at /home/<YOUR_USERNAME>/deploy/<NAME_OF_BUILD_SERVER>/<PACKAGE_NAME>/

Thank you! This time, I created a new folder with an English path and start from the beginning again, things worked for me.