microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.51k stars 4.6k forks source link

ERROR: Unable to find plugin 'AirSim' (referenced via Blocks.uproject). Install it and try again, or remove it from the required plugin list. #4825

Open DHrobotman opened 1 year ago

DHrobotman commented 1 year ago

Install UE4 (4.27) and AirSim 1.8.0 for the first time, then run the default environment in AirSim

AirSim/Unreal/Environments/Blocks/Blocks.uproject Report the following error

Running /home/robocup/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Linux -Project="/home/robocup/AirSim/Unreal/Environments/Blocks/Blocks.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE

Running Mono...

Fixing inconsistent case in filenames.
Setting up Mono
~/UnrealEngine/Engine ~/UnrealEngine/Engine/Binaries/Linux
Using 'git status' to determine working set for adaptive non-unity build (/home/robocup/UnrealEngine).
Creating makefile for BlocksEditor (no existing makefile)
ERROR: Unable to find plugin 'AirSim' (referenced via Blocks.uproject). Install it and try again, or remove it from the required plugin list.
ai-naymul commented 1 year ago

I think you are trying to run the default environment in AirSim using Unreal Engine 4.27 and AirSim 1.8.0. However, you are encountering an error stating that the AirSimplugin cannot be found. This error suggests that the AirSimplugin is not installed or is not in the correct location. You may want to check if the AirSimplugin is installed and if it is in the correct location. If it is not installed, you can try installing it and then running the environment again. :)

AthanasiosPetsanis commented 9 months ago

I think you are trying to run the default environment in AirSim using Unreal Engine 4.27 and AirSim 1.8.0. However, you are encountering an error stating that the AirSimplugin cannot be found. This error suggests that the AirSimplugin is not installed or is not in the correct location. You may want to check if the AirSimplugin is installed and if it is in the correct location. If it is not installed, you can try installing it and then running the environment again. :)

Thank you genius... Everyone can read, don't state the obvious. The real question is why is the this problem occurs after following the steps of the documentation and how to check/install the airsim plugin properly..