CodexLabsLLC / Colosseum

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

Problems about build-in and downloaded file #37

Open YeiSimon opened 1 year ago

YeiSimon commented 1 year ago

Hello, I have a new project with Airsim, but Microsoft decided to shutdown in July of 2022, I found out that there's a team still build it,Appreciate. About the file WWhich github porject should I installed Microsoft version ?, or Colosseum version(this p) About the build-in: the docs seems old version, I fail to apply on my project, such as

image

the path is not exits when git cloning it?

xxEoD2242 commented 1 year ago

Hey @YeiSimon,

This path is specific to Unreal Engine and is not apart of the actual core AirLib. We are still in the process of changing over all of the names but for this path, you can still follow those docs to make it work. For now, do not worry about that path and continue following those directions.

If you don't want to build the project, consider using the released binaries, which we are still working on.

YeiSimon commented 1 year ago

@xxEoD2242 Thanks for your respond, I appreciated. What about the project I should be git clone it?

xxEoD2242 commented 1 year ago

You should clone this project. Be aware you UE5.1 to work on the main branch

YeiSimon commented 1 year ago
image

the error message said can not find Airsim, does this file

image

I downloaded UE5.1

xxEoD2242 commented 1 year ago

What OS are you using?

And did you use Visual Studio?

YeiSimon commented 1 year ago

What OS are you using?

And did you use Visual Studio?

I used visual studio 2022 Windows 11

xxEoD2242 commented 1 year ago

Can you post the error output?

YeiSimon commented 1 year ago
image

This is the error output visual studio 2022 gives

About this change I have no idea

image

Should I change this settings the docs gives me, because we use UE5.1, however the docs is for 4.27 .

Thanks for your help

xxEoD2242 commented 1 year ago

I think you need to update Visual Studio 2022 and install the latest VS Studio .Net framework tools. I had the same issue as before. You can also change the engine association to 5.1

xxEoD2242 commented 1 year ago

If you haven't already, just update everything in VS Studio 2022

YeiSimon commented 1 year ago

my vs studio 2022 already have the newest version

image

Should I follow every step on the docs ,including the settings I posted above,and change the version to 5.1?

devanshdhrafani commented 1 year ago

Hi @YeiSimon, were you able to find a fix? I still can't build any Environment with Colosseum plugin. Some steps I tried:

I'm running: Windows 10, UE 5.1.1, Colosseum latest main.

devanshdhrafani commented 1 year ago

Fixed! Steps I had to follow:

  1. Uninstall all versions of Visual Studio.
  2. Install latest version of Visual Studio 2022 (Windows 10 SDK), latest version of .NET Framework SDK, .NET SDK. visual studio version
  3. Run clean_rebuild.bat from Developer Command prompt for Visual Studio 2022.
  4. Open Blocks.uproject. When prompted with building AirSim, clicked Yes.