aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2017-04-06 22:34:59 -0400
committerGitHub <noreply@github.com>2017-04-06 22:34:59 -0400
commit51baee4bc2c2b3990b878f75baa0abc83027c36c (patch)
treef42fce625db8d6f2232d9b3929801bea1a38288d /README.md
parent299d8af12c51330c54ea20b14dc25732e897b01f (diff)
downloadlibsurvive-51baee4bc2c2b3990b878f75baa0abc83027c36c.tar.gz
libsurvive-51baee4bc2c2b3990b878f75baa0abc83027c36c.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4395d0e..a6d3b8a 100644
--- a/README.md
+++ b/README.md
@@ -81,16 +81,16 @@ Angleproc may also be overridden by the user for similar purposes to for "anglep
Component Type | Component | Description | Authors
--- | --- | --- | ---
-Poser | src/poser_charlesslow.c | A very slow, but exhaustive poser system. Calibration only. | @cnlohr
-Poser | src/poser_daveortho.c | A very fast system using orthograpic view and affine transformations. Calibration only (for now) | @ultramn
-Poser | src/poser_dummy.c | Template for posers | @cnlohr
-Poser | src/poser_octavioradii.c | ... | @mwturvey and Octavio
-Poser | src/poser_turveytori.c | ... | @mwturvey
-Disambiguator | src/survive_data.c (currently #ifdefed out) | The old disambiguator - very fast, but slightly buggy. | @cnlohr
-Disambiguator | src/survive_data.c (current disambiguator) | More complicated but much more robust disambiguator | @mwturvey
-Dismabiguator | superceded disambiguator | A more sophisticated disambiguator, development abandoned. Removed from tree. | @jpicht
-Driver | src/survive_vive.c | Driver for HTC Vive HMD, Watchmen (wired+wireless) and Tracker | @cnlohr
-OOTX Decoder | src/ootx_decoder.c | The system that takes the pulse-codes from the sync pulses from the lighthouses and get [OOTX Data](https://github.com/nairol/LighthouseRedox/blob/master/docs/Light%20Emissions.md) | @axlecrusher
+Poser | [poser_charlesslow.c](src/poser_charlesslow.c) | A very slow, but exhaustive poser system. Calibration only. | [@cnlohr](https://github.com/cnlohr) and [@mwturvey](https://github.com/mwturvey)
+Poser | [poser_daveortho.c](src/poser_daveortho.c) | A very fast system using orthograpic view and affine transformations. Calibration only (for now) | [@ultramn](https://github.com/ultramn)
+Poser | [poser_dummy.c](src/poser_dummy.c) | Template for posers | [@cnlohr](https://github.com/cnlohr)
+Poser | [poser_octavioradii.c](src/poser_octavioradii.c) | ... | [@mwturvey](https://github.com/mwturvey) and Octavio
+Poser | [poser_turveytori.c](src/poser_turveytori.c) | ... | [@mwturvey](https://github.com/mwturvey)
+Disambiguator | [survive_data.c](src/survive_data.c) (currently #ifdefed out) | The old disambiguator - very fast, but slightly buggy. | [@cnlohr](https://github.com/cnlohr)
+Disambiguator | [survive_data.c](src/survive_data.c) (current disambiguator) | More complicated but much more robust disambiguator | [@mwturvey](https://github.com/mwturvey)
+Dismabiguator | superceded disambiguator | A more sophisticated disambiguator, development abandoned. Removed from tree. | [@jpicht](https://github.com/jpicht)
+Driver | [survive_vive.c](src/survive_vive.c) | Driver for HTC Vive HMD, Watchmen (wired+wireless) and Tracker | [@cnlohr](https://github.com/cnlohr)
+OOTX Decoder | [ootx_decoder.c](src/ootx_decoder.c) | The system that takes the pulse-codes from the sync pulses from the lighthouses and get [OOTX Data](https://github.com/nairol/LighthouseRedox/blob/master/docs/Light%20Emissions.md) | [@axlecrusher](https://github.com/axlecrusher)
## Component Pluggability Matrix