System Monitor Package does not compile without Modifications #2542
-
I am not sure if others have encountered this issue or if it is a bug, but when compiling Autoware.universe, I was met with a compilation error for the system monitor package. (autoware.universe/system/system_monitor/) I have attached the compilation log (stdout and stderr) below: I was able to get the package to compile By changing line 186 and line 201 in autoware/src/universe/autoware.universe/system/system_monitor/src/gpu_monitor/nvml_gpu_monitor.cpp from Is this a bug, or is it some environment issue? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
It sounds like an environment issue where your CUDA version is too old. |
Beta Was this translation helpful? Give feedback.
It sounds like an environment issue where your CUDA version is too old.
The easiest way to setup your environment is by running the setup script but you might be able to solve your issue simply by updating CUDA.