Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 435 Bytes

File metadata and controls

13 lines (8 loc) · 435 Bytes

Deployment

  1. First, make sure Docker and docker-compose are installed.

  2. Checkout the avoidance repository on the target drone/machine.

  3. From the components folder, run:

    $ docker-compose -f components.yml build mavros

  4. From this folder ("global-planner-prod-release"), run:

    $ docker-compose up

The realsense, mavros and avoidance containers will get built (this can take some time) and run.