harvard-edge / airlearning-ue4

Environment Generator for Air Learning Project. This version is build on top of UE4 game engine
34 stars 10 forks source link

Airlearning Compilation issue #9

Open pdx97 opened 2 years ago

pdx97 commented 2 years ago

i have followed all the steps as directed in your GitHub and even install all the prerequisites as directed but after moving the airsim plugin folder to the UE-4 folder and when I try to run the airlearning.uproject i get an error saying "Airlearning could be compiled. Try Rebuilding from source manually " . the error logs say this LOGFILE

BazilaAfridi commented 2 years ago

@pdx97 Hello sir, wanted to ask that were you or anybody else able to solve this error? Because currently I'm having this error :(

DjAzDeck commented 2 years ago

I am facing the same error even without AirSim plugin, just trying to compile Air Learning. Using Unreal 4.25. Have you find any solution?

pdx97 commented 2 years ago

I am facing the same error even without AirSim plugin, just trying to compile Air Learning. Using Unreal 4.25. Have you find any solution?

Hi @DjAzDeck i had some issue with 4.25 kindly try reinstalling with 4.18 and VS2014 with a cmake of 3.14

DjAzDeck commented 2 years ago

I am facing the same error even without AirSim plugin, just trying to compile Air Learning. Using Unreal 4.25. Have you find any solution?

Hi @DjAzDeck i had some issue with 4.25 kindly try reinstalling with 4.18 and VS2014 with a cmake of 3.14

Yeah, seems like the only viable solution. Still, it is funny that you may wanna use AirSim that requires UE >= 4.25 .

charlo1998 commented 2 years ago

VS201

does it work for you with these versions? I'm using Unreal 4.18 and VS2017 as written in the readme, and I'm able to build the environment simulator without air sim, but I'm not able to build the given version of airsim

qinglong0276 commented 7 months ago

@DjAzDeck @charlo1998 你们是否解决上面的问题?