aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/fileutil.h
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-02-13 16:52:34 -0700
committerGitHub <noreply@github.com>2017-02-13 16:52:34 -0700
commit3f475fad0fc6b6b03bc0bf7a61edc986148f0786 (patch)
tree410ace763f3f513081338d6803c2a755582b3202 /tools/plot_lighthouse/fileutil.h
parentdd949f9495956ab87795f6a75e8257d0a37325fd (diff)
parentee433e4a076f77fa28e4d55d6703d6ed7c599251 (diff)
downloadlibsurvive-3f475fad0fc6b6b03bc0bf7a61edc986148f0786.tar.gz
libsurvive-3f475fad0fc6b6b03bc0bf7a61edc986148f0786.tar.bz2
Merge pull request #8 from cnlohr/master
Updating Master
Diffstat (limited to 'tools/plot_lighthouse/fileutil.h')
-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