https://github.com/tudelft/paparazzi
Raw File
Tip revision: 3e46e12948ec38ab50f19886d546806557db8b65 authored by Christophe De Wagter on 03 June 2021, 13:57:19 UTC
Send and log all ESC
Tip revision: 3e46e12
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