https://github.com/tudelft/paparazzi
Raw File
Tip revision: 4c0aee1410416b662bad14ba189fdf85041c4faf authored by Ewoud Smeur on 10 September 2023, 15:20:29 UTC
flight plan edits
Tip revision: 4c0aee1
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