Dang Hoang Khai
Dang Hoang Khai
here is solution : https://github.com/HViktorTsoi/ACSC/issues/1#issuecomment-741894158
I am running it natively on Jetson Orin Nano with Ubuntu 22.04 version and CUDA 12.2. This is my result of nvidia-smi: . Do you think the problem comes from...
I am using Ubuntu 22.04 for Jetson. The OS for Jetson has name Linux ubuntu 5.15.148-tegra with docker name is nvcr.io/nvidia/l4t-base:35.3.1. I am using ROS noetic to run Cmake version...
Thank you for your support. Finally, I resolved the problem. I added `find_package(CUDAToolkit REQUIRED)` and `find_package(CUDA REQUIRED)` to CMakeLists.txt. The problem comes from the Docker Container that I use on...