Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback Executable #21

Closed
teubert opened this issue Dec 3, 2014 · 1 comment
Closed

Playback Executable #21

teubert opened this issue Dec 3, 2014 · 1 comment

Comments

@teubert
Copy link
Contributor

teubert commented Dec 3, 2014

Create an executable to run a playback file. This executable will read a playback file and set the aircraft position/orientation as indicated in the playback file.

Example Operation:
./runPlayback pb1.xpc

Example Playback File pb1.xpc:
Time, Aircraft, Lat, Lon, Alt, Roll, Pitch, Yaw
0, 1, 34.5, 67.2, 500, 0, 0, 0
0.1, 1, 34.5001, 67.2, 500, 0, 0, 0

@jason-watkins
Copy link
Contributor

After discussing this, it seems like this would be better served by a fully client side implementation. #70 and #74 will demonstrate how similar functionality might be accomplished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants