microsoft / AirSim

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

The left and right camera images of the car cannot be displayed. #4897

Open Snail1running opened 8 months ago

Snail1running commented 8 months ago

Bug report

What's the issue you encountered?

When I try to display the left and right camera perspective images of the car from the window, only the center view of the car is displayed. Additionally, the FOV perspective image and the back_center view image of the car can be displayed.

Settings

{ "SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/main/docs/settings.md", "SettingsVersion": 1.2, "SimMode": "Car", "SubWindows": [ {"WindowID": 0, "ImageType": 0, "CameraName": "1", "Visible": true}, {"WindowID": 1, "ImageType": 0, "CameraName": "0", "Visible": true}, {"WindowID": 2, "ImageType": 0, "CameraName": "2", "Visible": true} ] }

How can the issue be reproduced?

1. 2.

Include full error message in text form

What's better than filing an issue? Filing a pull request :).