From 788816a1c12499da9e419bde1978c056fe48cd4b Mon Sep 17 00:00:00 2001 From: mwturvey Date: Mon, 27 Mar 2017 16:36:39 -0700 Subject: Adding sample config file --- useful_files/sample.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 useful_files/sample.config.json (limited to 'useful_files') diff --git a/useful_files/sample.config.json b/useful_files/sample.config.json new file mode 100644 index 0000000..20a8f0c --- /dev/null +++ b/useful_files/sample.config.json @@ -0,0 +1,8 @@ +"_Comment0":"This file must be named config.json and placed in the same directory as the executable" +"_Comment1":"Valid Posers Are: PoserCharlesSlow, PoserDaveOrtho, PoserDummy, PoserOctavioRadii, PoserTurveyTori", +"DefaultPoser":"PoserTurveyTori", +"ConfigPoser":"PoserTurveyTori" +"_Comment2":"RequiredTrackersForCal takes a comma separated list of devices required for calibration to pass. Valid options are: HMD,WM0,WM1,TR0,WW0" +"RequiredTrackersForCal":"", +"_Comment3":"If set, AllowAllTrackersForCal will use all trackers for calibration. Otherwise only required trackers will be used." +"AllowAllTrackersForCal":"1", -- cgit v1.2.3 From 94795a17d2d108942d0326e95a1e59e61ab73340 Mon Sep 17 00:00:00 2001 From: Michael Turvey Date: Mon, 27 Mar 2017 16:39:14 -0700 Subject: Update sample.config.json --- useful_files/sample.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'useful_files') diff --git a/useful_files/sample.config.json b/useful_files/sample.config.json index 20a8f0c..e12594a 100644 --- a/useful_files/sample.config.json +++ b/useful_files/sample.config.json @@ -1,8 +1,8 @@ -"_Comment0":"This file must be named config.json and placed in the same directory as the executable" +"_Comment0":"This file must be named config.json and placed in the same directory as the executable", "_Comment1":"Valid Posers Are: PoserCharlesSlow, PoserDaveOrtho, PoserDummy, PoserOctavioRadii, PoserTurveyTori", "DefaultPoser":"PoserTurveyTori", -"ConfigPoser":"PoserTurveyTori" -"_Comment2":"RequiredTrackersForCal takes a comma separated list of devices required for calibration to pass. Valid options are: HMD,WM0,WM1,TR0,WW0" +"ConfigPoser":"PoserTurveyTori", +"_Comment2":"RequiredTrackersForCal takes a comma separated list of devices required for calibration to pass. Valid options are: HMD,WM0,WM1,TR0,WW0", "RequiredTrackersForCal":"", -"_Comment3":"If set, AllowAllTrackersForCal will use all trackers for calibration. Otherwise only required trackers will be used." +"_Comment3":"If set, AllowAllTrackersForCal will use all trackers for calibration. Otherwise only required trackers will be used.", "AllowAllTrackersForCal":"1", -- cgit v1.2.3 From ed6f9dc1a9247581f13ecc6943823e04f0dcd4ca Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 4 Apr 2017 23:18:52 -0400 Subject: Add diagrams of how it all fits together. --- useful_files/FunctionalSystem.dia | Bin 0 -> 5149 bytes useful_files/FunctionalSystem.png | Bin 0 -> 145206 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 useful_files/FunctionalSystem.dia create mode 100644 useful_files/FunctionalSystem.png (limited to 'useful_files') diff --git a/useful_files/FunctionalSystem.dia b/useful_files/FunctionalSystem.dia new file mode 100644 index 0000000..d231ef5 Binary files /dev/null and b/useful_files/FunctionalSystem.dia differ diff --git a/useful_files/FunctionalSystem.png b/useful_files/FunctionalSystem.png new file mode 100644 index 0000000..030f464 Binary files /dev/null and b/useful_files/FunctionalSystem.png differ -- cgit v1.2.3