microsoft / AirSim

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

PlayerStart Issues #3458

Open Efrit16 opened 3 years ago

Efrit16 commented 3 years ago

Bug report

What's the issue you encountered?

I started testing the playerStart positions, used the location as shown in the screenshot: 1 the simulation ran smoothly but when I pressed stop, this was the screen: 2

I tried other Z values and it turns out if I use Z>1088 the car spawns, but when it reaches the ground it disappears, player start position changes : spawn and when I stopped the simulation, this was the screen : after

It turns out if z>300 the screen after the simulation stops is buggy . example (z=500): 500 2

Summary: if Z>1088 the car spawns but disappears once it reaches the ground. The screen after the simulation ends is if 1088>Z>300 the car spawns, simulation goes as intended. The screen after the simulation ends is buggy. if Z<300 the car spawns, simulation goes as intended. The screen after the simulation ends is buggy.

Settings

Default settings.

How can the issue be reproduced?

  1. Launch AirSim from Visual Studio 2019 (F5).
  2. Input coordinates in the screenshots.

Include full error message in text form

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

denmonz commented 3 years ago

I've never worked with the car before, but what happens when you set the PlayerStart and Car model at Z=0? Also, could this be an issue with the camera orientation of the PlayerController in UE4?

Efrit16 commented 3 years ago

At Z= 0, simulation runs as it should.

I think it is related to the camera orientation of the PlayerController in UE4, however in some cases the car disappears completely with no possibility of driving so I believe there's a problem somewhere else as well!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days.