og-libsurvive/tools/plot_lighthouse
2017-02-19 11:02:20 -08:00
..
.DS_Store Moved plot_lighthouse to the tools folder 2017-02-04 20:03:12 -08:00
fileutil.c I don't think this changed, but commit anyway 2017-02-12 15:02:40 -08:00
fileutil.h I don't think this one changed, but commit anyway 2017-02-12 15:02:19 -08:00
glutil.c this wasn't committed for some reason 2017-02-12 15:01:53 -08:00
glutil.h this wasn't committed for some reason 2017-02-12 15:01:30 -08:00
main.c Closes #15 Closes #4 These are now rock solid. 2017-02-13 01:44:53 -05:00
Makefile plot_lighthouse/Makefile 2017-02-19 11:02:20 -08:00
README.txt Moved plot_lighthouse to the tools folder 2017-02-04 20:03:12 -08:00

Plots the lighthouse positions, and the hmd bearing angles from stdin using OpenGL

----
- Step 1:
----

You must run lighthousefind first

lighthousefind L processed_data.txt > L.txt 
lighthousefind R processed_data.txt > R.txt

you must move L.txt and R.txt into the same directory as this program

----
- Step 2
----

Then you need to run processrawcap and pipe the output into plot_lighthouse

../../tools/process_rawcap/process_to_points [raw data.csv] | ./plot_lighthouse