microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.45k stars 4.58k forks source link

Issue with camera.py #300

Closed lukaszdworako closed 7 years ago

lukaszdworako commented 7 years ago

Running on Ubuntu using the Docker created by one of the members of the community, upon running camera.py immediately prints 2 (32, 12) Camera is not returning image, please check airsim for error messages Any advice on what I am doing wrong?

sytelus commented 7 years ago

It seems that Docker is using virtualgl and for some reason Unreal internal APIs are not working with virtualgl :(. If you have expertise in debugging this, its a good area to contribute :).