Skip to content

Files

This branch is 153 commits behind PX4/PX4-Avoidance:master.

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 22, 2018
Oct 12, 2017
Oct 12, 2017

Running the demo

Prerequisites

Install docker and docker-compose:

$ apt install docker-compose

You will also need to open access to your X server for Docker, which might have (not necessarily big) security implications (more on this here):

$ xhost +local:root

This command can be undone when you are finished with using the X server in Docker:

$ xhost -local:root

Run the demo

Run the demo with docker-compose, from this directory ("docker/demo" directory in the avoidance repository):

$ docker-compose up

The first time, docker-compose will have to build the docker image, which will take some time.

Once you are done, you can stop the demo with "Ctrl + C" and possibly remove the X permissions you gave before:

$ xhost -local:root