AirSim icon indicating copy to clipboard operation
AirSim copied to clipboard

Environment shut down immediately after starting.

Open Bruce-Si opened this issue 2 years ago • 0 comments

Bug report

  • AirSim Version/#commit: 1.8.1 and 1.2.4
  • UE/Unity version: 4.27.2 and 4.18.3
  • autopilot version: N/A
  • OS Version: N/A

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 :).

Bruce-Si avatar May 10 '23 01:05 Bruce-Si