aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse
diff options
context:
space:
mode:
authorultramn <dchapm2@umbc.edu>2017-02-12 15:02:19 -0800
committerultramn <dchapm2@umbc.edu>2017-02-12 15:02:19 -0800
commit488c5e9bdf21909564e50ef59aff544917a9758c (patch)
tree23778108b30d37502dbc09f7664a5969a10b9c42 /tools/plot_lighthouse
parentb7ce4ea28975b053f3973da551716c12b75940db (diff)
downloadlibsurvive-488c5e9bdf21909564e50ef59aff544917a9758c.tar.gz
libsurvive-488c5e9bdf21909564e50ef59aff544917a9758c.tar.bz2
I don't think this one changed, but commit anyway
Diffstat (limited to 'tools/plot_lighthouse')
-rw-r--r--tools/plot_lighthouse/fileutil.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/plot_lighthouse/fileutil.h b/tools/plot_lighthouse/fileutil.h
index 714fbbd..e5da244 100644
--- a/tools/plot_lighthouse/fileutil.h
+++ b/tools/plot_lighthouse/fileutil.h
@@ -2,7 +2,7 @@
#define _fileutil_h_
#include <pthread.h>
-#include "../../redist/os_generic.h"
+#include "os_generic.h"
void LoadLighthousePos(
const char *path,
@@ -10,7 +10,8 @@ void LoadLighthousePos(
float *qi, float *qj, float *qk, float *qreal);
-#define NUM_HMD 32
+// first 32 are hmd, next 24 wm0 next 24 wm1
+#define NUM_HMD 80
#define NUM_SWEEP 4
#define SWEEP_LX 0
#define SWEEP_LY 1