https://github.com/tudelft/paparazzi
Raw File
Tip revision: f02df1cc44979fa1befe89be394bb36b437b7e13 authored by Christophe De Wagter on 16 October 2023, 10:26:14 UTC
Link ROVIO
Tip revision: f02df1c
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