020476df46
at some higher frequency, approximate roll/pitch angles, and blast the result over to FlightGear using FGNetFDM udp packets.
9 lines
165 B
Makefile
9 lines
165 B
Makefile
noinst_PROGRAMS = GPSsmooth
|
|
|
|
GPSsmooth_SOURCES = \
|
|
gps.cxx gps.hxx \
|
|
main.cxx
|
|
|
|
GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|