autowarefoundation / autoware_ai

Apache License 2.0
27 stars 11 forks source link

Runtime managere の画面がぐちゃぐちゃになってしまいます。 #780

Closed konnoeric closed 3 years ago

konnoeric commented 3 years ago

このようにhokuyo3dのドライバを起動してスクロールしたりRuntime Manager内の他のタブを開いたりすると字が重なりグチャグチャになってしまいます。何が問題でしょうか。 Screenshot from 2021-05-19 14-15-25

以下に実行環境をスクリーンショットで示します。他にも必要な情報があれば申し付けてください。

↓Autoware.aiを実行したとき Screenshot from 2021-05-19 14-17-15 ↓使用しているNvidiaGPUのグラフィック環境 Screenshot from 2021-05-19 14-17-59 ↓パソコンのスペック Screenshot from 2021-05-19 14-19-00

Bug report

Required information:

Description of the bug

Steps to reproduce the bug

Expected behavior

Actual behavior

Screenshots

Additional information

s95huang commented 3 years ago

You have CUDA 11.3 based on your nvdia-smi Please check your cuda runtime version using nvcc -V It seems like you are running Autoware on cuda 11.3, which is not supported You would need to install CUDA 10.0

Your nvcc -V should look like or similar to: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130

JWhitleyWork commented 3 years ago

@s95huang nvidia-smi does not show the installed version of CUDA, unfortunately, it shows the version of CUDA that the driver is compatible with.

Regardless of this, though, unconfirmed bugs and support requests should first be handled through ROS Answers per our Support Guidelines.