Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment shut down immediately after starting. #4838

Open
Bruce-Si opened this issue May 10, 2023 · 0 comments
Open

Environment shut down immediately after starting. #4838

Bruce-Si opened this issue May 10, 2023 · 0 comments

Comments

@Bruce-Si
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant