I have a python3 program that uses CUDA, CNNs, OpenCV, a USB camera,UART communication with an arduino... I would like to launch the program at startup of my jetson-TX2 ( using ubuntu 18.04) but I don't know how to do so.
I tried to add this command: /bin/bash -c "sleep 15 && python3 /home/nvidia/program.py" to the "Startup applications". ( the command works when running on terminal) But nothing shows up.
Thank you for your help!!