Ubuntu22.04 + Orin Arm Build Error: TENSORRT_NVPARSERS_LIBRARY variables are used in this project, but they are set to NOTFOUND. #5379
-
Env:Jetson AGX Orin 32G Board `$ nvcc -V $ dpkg -l | grep -i cudnn $ dpkg-query -W tensorrt $ opencv_version Build Error:`$ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-select=autoware_tensorrt_common Failed <<< autoware_tensorrt_common [0.97s, exited with code 1] Summary: 0 packages finished [3.82s] Check:libnvparsers not install, and orin arm env not have this lib $ dpkg -l | grep -i libnvparsers-dev $ sudo apt install libnvparsers-dev Check Nvidia docs: tensorrt 9.0.1 With removal of ICaffeParser and IUffParsers, tensorrt 8.6.1 tensorrt 8.6.1 only support x86 ubuntu20, not support arm ubuntu22 Question:arm borad only can use ubuntu 20.04? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @yanjingang
JetPack 6.0 is based on Ubuntu 22.04 and contains CUDA 12.2, Tensorrt 8.6, cuDNN 8.9. It should work with Autoware. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot!I will try to downgrade to JatPack 6.0, Also wish you work well!Sent using the mobile mail appOn 2024/10/29 at 22:24, Amadeusz Szymko wrote:
From: "Amadeusz Szymko" ***@***.***>Date: October 29, 2024To: "autowarefoundation/autoware" ***@***.***>Cc: "Mention" ***@***.***>,"yanjingang" ***@***.***>Subject: Re: [autowarefoundation/autoware] Ubuntu22.04 + Orin Arm Build Error: TENSORRT_NVPARSERS_LIBRARY variables are used in this project, but they are set to NOTFOUND. (Discussion #5379)
Hello @yanjingang
Currently we don't support TensorRT 10.x. We are now working on CUDA upgrade, but it will take some time to apply necessary changes for Autoware. As a quick solution you can downgrade JetPack to 6.0 or try with Docker images,
arm borad only can use ubuntu 20.04?
JetPack 6.0 is based on Ubuntu 22.04 and contains CUDA 12.2, Tensorrt 8.6, cuDNN 8.9. It should work with Autoware.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hello @yanjingang
Currently we don't support TensorRT 10.x. We are now working on CUDA upgrade, but it will take some time to apply necessary changes for Autoware. As a quick solution you can downgrade JetPack to 6.0 or try with Docker images,
JetPack 6.0 is based on Ubuntu 22.04 and contains CUDA 12.2, Tensorrt 8.6, cuDNN 8.9. It should work with Autoware.