https://github.com/tudelft/paparazzi
Raw File
Tip revision: 07912a5930e46aa1513cf92d86c9b34cdf91ef82 authored by OpenUAS on 12 September 2014, 18:23:50 UTC
maps_zoom 17
Tip revision: 07912a5
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