Autoware GUI(rviz2) doesn't appear when using docker(Open AD Kit) #5420
-
I'm facing trouble setting up the autoware's docker installation environment. When I used this command, the autoware GUI doesn't appear. Although, I could see some ros2 topics are published from autoware. Could anyone help me with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@KTKTKT0401 Hello! Perhaps the rviz is trying to use an Intel graphic card somehow. Could you try adding
|
Beta Was this translation helpful? Give feedback.
@KTKTKT0401 Hello! Perhaps the rviz is trying to use an Intel graphic card somehow. Could you try adding
--device /dev/dri
in this script?