Installation procedure#

Register Parrot Sphinx’ PPA to your system#

Setup your computer to accept packages from the Parrot server.

$ 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

Warning

The server ‘ftp2.parrot.biz’ is now deprecated. If you previously installed Parrot Sphinx from this server, please migrate to ‘debian.parrot.com’ using the commands above after deleting the file /etc/apt/sources.list.d/apt.parrot.biz.list.

Install the core application ‘sphinx’#

The core application is basically in charge of the physical modeling and simulation of the drone. It requires an UE4 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 UE4 applications#

What we call here an UE4 application is an Unreal Engine 4 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-ue4

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