AutonomousDrivingCookbook icon indicating copy to clipboard operation
AutonomousDrivingCookbook copied to clipboard

Unable to load landscape scenario - Black and white screen when running the PowerShell command

Open ivannson opened this issue 7 years ago • 4 comments

For the E2E tutorial: When I run the following in PowerShell: `cd D:\AD_Cookbook_AirSim

.\AD_Cookbook_Start_AirSim.ps1 landscape`

I get: Configuring AirSim for scenario landscape... Creating configuration JSON for scenario landscape... Attempting to write configuration json to C:\Users\IvanNovikov\Documents\AirSim\set Configuration json successfully written. Starting AirSim for scenario landscape... Executing D:\AD_Cookbook_AirSim\Landscape_Neighborhood\JustAssets.exe landscape...

Then 1/2 black 1/2 white screen appears as shown in the picture and nothing happens capture

I believe this is similar to #36 however it was closed without a solution.

If I increase the sound rumbling can be heard, like a stationary car in a videogame. If that's the case, could it be that the scenario has loaded but not displayed on screen for some reason?

ivannson avatar Oct 25 '18 23:10 ivannson

Odd. This seems to be different from the linked issue, as I haven't seen this before. This is probably an issue with your graphics card drivers. Can you check the following:

  1. Can you open a command prompt in the Landscape_Neighborhood and run "JustAssets.exe neighborhood?"

  2. Can you run any of the official airsim binaries?

  3. Can you verify that you are running the latest drivers for your graphics card?

mitchellspryn avatar Oct 29 '18 00:10 mitchellspryn

@mitchellspryn Thanks for your response!

  1. Opening the JustAssets.exe gives me exactly the same thing as described in the post

  2. Yes, I have been able to run SimpleMaze

  3. I have updated the drivers for Intel(R) Iris Graphics 6100, which didn't seem to change much.

I am trying to run this on MacBook Pro through Bootcamp

ivannson avatar Oct 30 '18 15:10 ivannson

I think there are two problems:

  1. Our binaries generally depend on an external NVIDIA GPU being available. I doubt the integrated graphics chips would be able to handle the environments.
  2. We haven't tested on non-windows platforms. I'd be suprised if they worked.

If you can't get your hands on a windows box, I'd recommend spinning up an Azure NV VM.

mitchellspryn avatar Oct 31 '18 06:10 mitchellspryn

I am running the command .\AD_Cookbook_Start_AirSim.ps1 landscape This is the output I get: Configuring AirSim for scenario landscape... Creating configuration JSON for scenario landscape... Attempting to write configuration json to C:\Users\HarmanX\Documents\AirSim\settings.json... Configuration json successfully written. Starting AirSim for scenario landscape... Executing D:\Sambuddha\AD_Cookbook_AirSim\Landscape_Neighborhood\JustAssets.exe landscape... Fatal error!

image This same error is coming when I'm running the JustAssets file.

samby707 avatar Dec 21 '18 11:12 samby707