Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.12 KB

XPPlugin

Installation

To install all the necessary requirements for the XPPlugin, follow these steps:

  1. Install XPPython3 following the documentation (https://xppython3.readthedocs.io/en/latest/usage/installation_plugin.html).
  2. Update the address and port where the relay server can be found in the PI_AI_Assistant.py file. The variable is called SERVER_URI.
  3. Modify the path to the Python executable of XPPython3 in the install_requirements.sh file.
  4. Open a terminal.
  5. Navigate to the directory where the install_requirements.sh file is located:
    cd ~AirbusLLM/XPPlugin
  6. Run the install_requirements.sh script:
    bash ./install_requirements.sh

This will install all the necessary dependencies for the XPPlugin and copy the PI_AI_Assistant.py file directly to the correct location.

Usage

  1. Open X-Plane and start a flight.
  2. Select Reload Scripts from the plugins menu.

XPPython3 Reload Scripts

  1. Select the A320 LLM which should open the GUI. Details about the usage and modes can be found in the technical report.