range_libc icon indicating copy to clipboard operation
range_libc copied to clipboard

CMake building failed-related to CUDA_TOOLKIT

Open WilliamWoo45 opened this issue 6 years ago • 1 comments

Hi all!

I'm trying to build range_libc but got some problems related to CUDA_TOOLKIT (as shown below):

cuda_error

I carefully followed the building instructions so I don't know why I still got this problem. Is CUDA_TOOLKIT necessary for implementing Range_libc / Particle filter localization algorithm? If not, how can I solve this problem?

@kctess5 @sertackaraman @arii Thanks!

WilliamWoo45 avatar Feb 26 '19 07:02 WilliamWoo45

Assuming you have a CUDA GPU on your system (like the Nvidia Jetson), you could try installing nvcc by running

sudo apt install nvidia-cuda-toolkit

tianyilim avatar Apr 20 '23 12:04 tianyilim