3 packages failing to build during using colcon command ( autoware_lidar_centerpoint autoware_lidar_transfusion autoware_tensorrt_yolox) #5564
-
I am trying to build Autoware.universe from source, following the instructions from the autoware website. attached is the output of the colcon build command. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you run Autoware is compatible with CUDA 12.3 only. Your g++ version is same as mine, it's correct. Also don't forget
|
Beta Was this translation helpful? Give feedback.
Your cuda version is very old. Please install
12.3
instead: https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/cuda#manual-installationFor the first try, please skip the driver (
sudo apt-get install -y cuda-drivers-545
) line to see if it will fix your issue.Then follow https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/tensorrt#manual-installation to install required cudnn and tensorrt too.