Unfortuantely, Unreal Engine is not compatable with macOS.
To prepare the environment and start the backend, follow these steps:
cd backend
python -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python ./PythonClient/server/simulation_server.py
This will start the backend server and allow it to communicate with the Unreal application.
cd frontend
npm install
npm run start
This will start the frontend server and allow you to access the user interface in your web browser.
Follow these steps to manually create an AirSim folder in your Documents folder, which is required for testing the report-dashboard and landing page:
Open Finder (macOS): Navigate to your file management application.
Locate Your Documents Folder: Navigate to your Documents folder.
Create the AirSim Folder: Once you are in the Documents folder, right-click on an empty space and select “New” > “Folder.” Name the folder “AirSim.”