Revision 491a85fe135be2c495f1fe1c8ad6252af8e15c2c authored by Felix Ruess on 25 September 2013, 16:31:14 UTC, committed by Felix Ruess on 25 September 2013, 20:59:37 UTC
by using new ecef_of_enu_pos_i functions which have enu in meter with INT32_POS_FRAC and ecef with cm
instead of everything in cm
1 parent b2b4474
Raw File
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