TUMFTM / Carla-Autoware-Bridge

Carla 0.9.15 and Autoware Universe Humble
GNU Lesser General Public License v3.0
125 stars 15 forks source link

There is no image after using view:=true #24

Closed xiaoc88 closed 3 months ago

xiaoc88 commented 3 months ago

Hi,I tried to fill in view:=true and there was no image.It is not clear whether this is related to the error in the red box? 2024-07-03_14-37

Robotics010 commented 3 months ago

Hi @xiaoc88 I also don’t see this third-view window created.

I think the docker container does not have pygame python module installed. That is why you don’t see it.

xiaoc88 commented 3 months ago

@Robotics010 pygame has been installed, Otherwise, the program will run error.autoware and bridge are normal, but the image is not visible. command:pip3 install pygame image

xiaoc88 commented 3 months ago

@Robotics010 May I ask whether the display using view:=true is normal?

dilloncsr commented 3 months ago

https://github.com/TUMFTM/Carla-Autoware-Bridge/issues/5#issue-2174359557

This should resolve your issue.

xiaoc88 commented 3 months ago

#5 (comment)

This should resolve your issue.

@dilloncsr @Robotics010 Thank you very much, this problem has indeed been resolved.