Installation procedure¶
Register Parrot Sphinx’ PPA to your system¶
Setup your computer to accept packages from the Parrot server.
$ sudo apt install curl
$ curl --fail --silent --show-error --location https://debian.parrot.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/debian.parrot.com.gpg > /dev/null
$ echo "deb [signed-by=/usr/share/keyrings/debian.parrot.com.gpg] https://debian.parrot.com/ $(lsb_release -cs) main generic" | sudo tee /etc/apt/sources.list.d/debian.parrot.com.list
$ sudo apt update
Install the core application ‘sphinx’¶
The core application is basically in charge of the physical modeling and simulation of the drone. It requires an UE application to be run in parallel.
$ sudo apt install parrot-sphinx
Note
As told at the end of the installation, you need to log out from your session, then relog to complete the installation.
Install one or more UE applications¶
What we call here an UE application is an Unreal Engine project specially built to run with the core application.
Several worlds are available on the PPA and can be easily installed. To list up all available applications, you can do as follows:
$ sudo apt update
$ apt-cache search parrot-ue
Warning
Note that a single application can take a lot of disk space. Several GBytes. So before installing, check that your system partition has enough room.
To install the simplest and smallest application, do:
$ sudo apt install parrot-ue4-empty