Commit Graph

4 Commits

Author SHA1 Message Date
Jan Zwiener
0e493920fa sendPOSI command change (double for lat/lon/h) (#111)
* Updated POSI to use doubles for lat/lon/alt, as step size for floats was unacceptably large at high longitudes.
2018-10-19 17:35:05 -07:00
Jason Watkins
591e3277d5 Fixed input parsing in Java playback example. 2015-08-27 02:44:37 -07:00
Jason Watkins
25b2d70d57 Finished implementation of Java playback example.
- The Java example records data with extra spaces around commas to make parsing easier.
 - I would make the parsing on playback more robust, but I'm writing this at 39,000 feet and the plane doesn't have WiFi, so I don't have access to the Java docs.
 - I'm writing flight simulation code in an airplane at 39,000 feet, which I think is pretty cool.
 - The airplane is even the same model that is on the X-Plane 10 loading screen.
2015-08-27 02:24:47 -07:00
Jason Watkins
67881bf03b Added Java playback example 2015-08-17 09:17:21 -07:00