https://github.com/tudelft/paparazzi
Raw File
Tip revision: 8dac9cef498f983ff319daeeb5a4308c8676a5d6 authored by Christophe De Wagter on 22 May 2020, 10:43:38 UTC
Sample avoid flightplan...
Tip revision: 8dac9ce
pprz_src_test.sh
#! /bin/sh
if test -z "$PAPARAZZI_SRC"; then
    PAPARAZZI_SRC=/usr/share/paparazzi
    PAPARAZZI_BIN=$PAPARAZZI_SRC/bin
else
    PAPARAZZI_BIN=$PAPARAZZI_SRC/sw/tools
fi
back to top