You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I could unfortunately not replicate this issue. I had to also fix the Quaternion definition to airsim.Quaternionr(0, 0, 0, 0)
as you did but did not get a crash in the Blocks environment. If you have any more logs or traces that would help to track down the issue.
Hi,
I have some issue with adding drones on the environment. When i am running the script "add_drone.py", I get an error :
Exception thrown at 0x00007FFC54318DEF (UnrealEditor-Renderer.dll) in UnrealEditor-Win64-DebugGame.exe: 0xC0000005: Access violation reading location 0x00000831FBDC8A38.
My version of Unreal Engine is 5.2.1, hello_drone.py works well
There were errors also in the file i changed the quaternion to : airsim.Quaternionr(0, 0, 0, 0)
I am currently working with a free environment called Cityparkenvironement
The text was updated successfully, but these errors were encountered: