Airsim: How to run new environments like AirSimNH in linux. Please provide the instructions...

Created on 17 Nov 2018  路  6Comments  路  Source: microsoft/AirSim

Is AirSimNH unreal engine project. I do not find any uproject files in it. How to launch the environment. When I executed AirSimNH.sh file, it is showing the below error
error while loading shared libraries: libopenvr_api.so: cannot open shared object file: No such file or directory
How to launch this environment? I have using built unreal engine. Do i need to install it?

I copied engine files in AirSimNH. Still it is showing the same error.

doc update

Most helpful comment

@Endf22 Thank you. Its working now.
@damien022 Thank you

All 6 comments

You need to modify the launch script to point to where the libraries are. You can find them in the Engine zip file.
In the bash script to launch the Environment, do
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/libopenvr_api:/path/to/libopenal.so

Hello,

I had the same issue but finally, I have managed to open AirSimNH environment by following these steps:

1) Add Engine files to AirSimNH directory
2) Execute AirSim.sh file in terminal (chmod +x AirSimNH.sh or sudo ./AirSimNH.sh)
2) Run AirSimNH (AirSimNH/Binaries/Linux/AirSimNH)

I hope it helps,

@Endf22 Thank you. Its working now.
@damien022 Thank you

@Endf22
Hi,

What exactly I have to do in Step 1. ?
I just can't figure out can you please explain.

Hey, just updated AirSimNH and added a blocks binary.
Engine/. libopenar.so, libopenvr.so should be all in there.
Please check updated instructions at https://github.com/Microsoft/AirSim/releases/tag/v1.2.0Linux

Where are the files that should be moved?
How are they called and to where?
Also, is there a way to use PythonClient in AirSimNH like in Airsim?
Thank You

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sinanonur picture sinanonur  路  3Comments

JenaEmz picture JenaEmz  路  3Comments

vinbo picture vinbo  路  4Comments

Kim-BongSu picture Kim-BongSu  路  3Comments

LSBOSS picture LSBOSS  路  3Comments