From bf89e4cfa7191c3ea9bb3eeee7005db250001d55 Mon Sep 17 00:00:00 2001 From: ultramn Date: Sat, 4 Feb 2017 20:00:07 -0800 Subject: Added plot_lighthouse in dave folder --- dave/plot_lighthouse/README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dave/plot_lighthouse/README.txt (limited to 'dave/plot_lighthouse/README.txt') diff --git a/dave/plot_lighthouse/README.txt b/dave/plot_lighthouse/README.txt new file mode 100644 index 0000000..4e65688 --- /dev/null +++ b/dave/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 -- cgit v1.2.3