To install all the necessary requirements for the XPPlugin, follow these steps:
- Install XPPython3 following the documentation (https://xppython3.readthedocs.io/en/latest/usage/installation_plugin.html).
- Update the address and port where the relay server can be found in the
PI_AI_Assistant.py
file. The variable is calledSERVER_URI
. - Modify the path to the Python executable of XPPython3 in the
install_requirements.sh
file. - Open a terminal.
- Navigate to the directory where the
install_requirements.sh
file is located:cd ~AirbusLLM/XPPlugin
- 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.
- Open X-Plane and start a flight.
- Select Reload Scripts from the plugins menu.
- Select the A320 LLM which should open the GUI. Details about the usage and modes can be found in the technical report.