CodexLabsLLC / Colosseum

Open source simulator for autonomous robotics built on Unreal Engine with support for Unity
https://codexlabsllc.github.io/Colosseum/
Other
335 stars 105 forks source link

WHAT!!!??UPDATE UE5.3 BUT HAS MILLONS ERROR!!!?? ;( #83

Closed JamesLJ2001 closed 5 days ago

JamesLJ2001 commented 3 months ago

AirSim Version/#commit: this guys' https://github.com/joelreymont/AirSim.git UE/Unity version: Unreal 5.3.2 autopilot version: OS Version: Windows 11 What's the issue you encountered? I created a new C++ project using the UE5.3.2 version on Windows 11, and then fork code(https://github.com/joelreymont/AirSim.git) and run build.cmd from Developer Command Prompt for VS 2022, and also put the airsim plug-in in the Plugins directory of the new project. After that, the project compiled and ran unsuccessfully, I got the following error: image image

and another guys‘ https://github.com/OpenSourceVideoGames/AirSim.git image image

Is there a bug in the packaging process of this version of airsim?

Settings How can the issue be reproduced? 1.Create a new C++ project using UE5.3.2 under Windows 11 2.Download the source code to the root directory, and then execute the following command to compile the airsim plugin cd AirSim build.cmd Then put the ~/Unreal/Plugins plug-in under the Plugins directory in the new project. The new project needs to create a new Plugins directory 3.then compile and run.

Include full error message in text form If you have any other questions, please contact me, my email is [1040987986@qq.com]

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

Ravgni commented 2 months ago

In file AirSim\Source\AirSim.Build.cs find line: SetupCompileMode(CompileMode.CppCompileWithRpc, Target); and replace with: SetupCompileMode(CompileMode.HeaderOnlyWithRpc, Target); Worked for me on UE5.4

mdsnyng commented 3 weeks ago

I have the same issue. Right out of the box using 5.3 branch. Just trying to open the Unreal Blocks project that is included. The above change didn't help for me.

xxEoD2242 commented 5 days ago

Main branch supports 5.4 only