]> git.mxchange.org Git - flightgear.git/commit
Add a small utility that can read a saved GPS track, interpolate data points
authorcurt <curt>
Sat, 2 Jul 2005 20:53:42 +0000 (20:53 +0000)
committercurt <curt>
Sat, 2 Jul 2005 20:53:42 +0000 (20:53 +0000)
commit020476df4694dc186309265f164f9b17ea4a3d70
tree75eff9ab4a045e449a6e47a11881404e976e513b
parente73dffb99f0908e4a9f41dfcc618cc11cf840614
Add a small utility that can read a saved GPS track, interpolate data points
at some higher frequency, approximate roll/pitch angles, and blast the result
over to FlightGear using FGNetFDM udp packets.
utils/GPSsmooth/Makefile.am [new file with mode: 0644]
utils/GPSsmooth/ShortDemo.txt [new file with mode: 0644]
utils/GPSsmooth/gps.cxx [new file with mode: 0644]
utils/GPSsmooth/gps.hxx [new file with mode: 0644]
utils/GPSsmooth/main.cxx [new file with mode: 0644]
utils/Makefile.am
utils/js_server/Makefile.am