aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/README.txt
diff options
context:
space:
mode:
authorultramn <dchapm2@umbc.edu>2017-02-04 20:03:12 -0800
committerultramn <dchapm2@umbc.edu>2017-02-04 20:03:12 -0800
commit2afbb0313dafe3f52a38ee2061cb1de8043d16e6 (patch)
tree305a3ed5762b3e17e9290b387e08a5157af982f3 /tools/plot_lighthouse/README.txt
parent4c44cd91e2190ca55e4bffca6491b4171b3bbdca (diff)
downloadlibsurvive-2afbb0313dafe3f52a38ee2061cb1de8043d16e6.tar.gz
libsurvive-2afbb0313dafe3f52a38ee2061cb1de8043d16e6.tar.bz2
Moved plot_lighthouse to the tools folder
Diffstat (limited to 'tools/plot_lighthouse/README.txt')
-rw-r--r--tools/plot_lighthouse/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/plot_lighthouse/README.txt b/tools/plot_lighthouse/README.txt
new file mode 100644
index 0000000..4e65688
--- /dev/null
+++ b/tools/plot_lighthouse/README.txt
@@ -0,0 +1,20 @@
+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