microsoft / AirSim

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

Environment shut down immediately after starting. #4838

Open Bruce-Si opened 1 year ago

Bruce-Si commented 1 year ago

Bug report

What's the issue you encountered?

I tried to use the environments provided by PEDRA in different version of AirSim and UE. All of them shut down immediately after starting. The following is the start screenshot. Is this a version error or some thing else? (The provided environments are .exe format and may not editable.)

2

Settings

settings.json file:

{
    "SettingsVersion": 1.2,
    "LocalHostIp": "127.0.0.5",
    "SimMode": "Multirotor",
    "ClockSpeed": 1,
    "Vehicles": {
        "drone0": {
            "VehicleType": "SimpleFlight",
            "X": 0.0,
            "Y": 0.0,
            "Z": 0.0,
            "Yaw": 0.0
        }
    },
    "CameraDefaults": {
        "CaptureSettings": [
            {
                "ImageType": 0,
                "Width": 640,
                "Height": 360,
                "FOV_Degrees": 80
            },
            {
                "ImageType": 3,
                "Width": 640,
                "Height": 360,
                "FOV_Degrees": 80
            }
        ]
    }
}

How can the issue be reproduced?

Just download the environments provided by PEDRA and run the .exe file.

Include full error message in text form

I don't know what's the error, and the project has stopped maintenance.

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