Dang Hoang Khai

Results 4 comments of 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: ![image](https://github.com/user-attachments/assets/3c2e4aeb-b8d4-4816-89ee-73967324cbe2). 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...