| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrated IMU into SBA | Justin Berger | 2018-03-22 | 2 | -1/+13 |
* | Progress on IMU tracking | Justin Berger | 2018-03-22 | 5 | -28/+66 |
* | IMU research | Justin Berger | 2018-03-22 | 5 | -2/+150 |
* | Rate limited SBA to run only once per sweep pair | Justin Berger | 2018-03-22 | 1 | -13/+25 |
* | Registered note function with recording | Justin Berger | 2018-03-22 | 1 | -1/+4 |
* | Merge branch 'internalize_record' | Justin Berger | 2018-03-22 | 8 | -165/+208 |
|\ |
|
| * | Cleaned up data_recorder | Justin Berger | 2018-03-22 | 1 | -31/+10 |
| * | Fixed startup bug; changed config names to be consistent | Justin Berger | 2018-03-22 | 5 | -13/+36 |
| * | Internalize data recorder details | Justin Berger | 2018-03-22 | 4 | -130/+171 |
|/ |
|
* | Made disambiguator configurable | Justin Berger | 2018-03-22 | 6 | -45/+48 |
* | Merge pull request #117 from cnlohr/disambiguator_cleanup | CNLohr | 2018-03-22 | 5 | -697/+676 |
|\ |
|
| * | Split out disambiguators into seperate compilation units | Justin Berger | 2018-03-22 | 5 | -697/+676 |
|/ |
|
* | Removed dead code | Justin Berger | 2018-03-22 | 1 | -30/+0 |
* | Added hz counter to viz | Justin Berger | 2018-03-22 | 1 | -4/+13 |
* | Update orangepitest | Charles Lohr | 2018-03-22 | 2 | -19/+51 |
* | Add orangepitest and fbstream! | Charles Lohr | 2018-03-22 | 5 | -0/+1989 |
* | Update rawdraw | Charles Lohr | 2018-03-22 | 6 | -43/+572 |
* | Fixed nullptr issue in poser_sba | Justin Berger | 2018-03-21 | 3 | -2/+15 |
* | Moved pose to linmath to support stronger typing | Justin Berger | 2018-03-21 | 12 | -248/+126 |
* | Fixed rolling off end of args | Justin Berger | 2018-03-21 | 1 | -233/+189 |
* | Fixed argv bug when given null | Justin Berger | 2018-03-21 | 1 | -2/+2 |
* | Fix dave's ortho for use with the rest of the cal system. | cnlohr | 2018-03-21 | 1 | -32/+15 |
* | Merge branch 'master' into standard_lh_calib | Justin Berger | 2018-03-21 | 10 | -151/+456 |
|\ |
|
| * | Tweaked thresholds, played with single sweep solver | Justin Berger | 2018-03-21 | 2 | -21/+171 |
| * | Make turvey's disambiguator send out sync pulses before all sweep happens. | cnlohr | 2018-03-21 | 1 | -26/+27 |
| * | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2018-03-21 | 1 | -2/+12 |
| |\ |
|
| | * | Update README.md | jdavidberger | 2018-03-20 | 1 | -2/+10 |
| | * | Update README.md | jdavidberger | 2018-03-20 | 1 | -0/+2 |
| * | | Update dave's ortho and survive_cal to allow calling of one item even if mult... | cnlohr | 2018-03-21 | 2 | -81/+132 |
| |/ |
|
| * | significant improvements to Orthodave. | cnlohr | 2018-03-20 | 4 | -28/+131 |
* | | Merge branch 'master' into standard_lh_calib | Justin Berger | 2018-03-20 | 1 | -2/+2 |
|\| |
|
| * | Removed new param from cb | Justin Berger | 2018-03-20 | 1 | -2/+2 |
* | | Added functionality to standardize where found lighthouses go | Justin Berger | 2018-03-20 | 10 | -50/+112 |
* | | Added code to cancel out object rotation when calibrating | Justin Berger | 2018-03-20 | 7 | -27/+116 |
|/ |
|
* | Updated data recorder to use new args / config lib | Justin Berger | 2018-03-20 | 1 | -20/+36 |
* | Made survive_configx translate between str->numerics | Justin Berger | 2018-03-20 | 1 | -209/+228 |
* | Squelched warning when no LH positions were found | Justin Berger | 2018-03-19 | 1 | -1/+1 |
* | Fix missing default poser | cnlohr | 2018-03-19 | 1 | -0/+2 |
* | Make defualt the turvey disambiguator. | cnlohr | 2018-03-18 | 1 | -1/+1 |
* | Cleanup annoying printf instead of SV_INFO | cnlohr | 2018-03-18 | 1 | -5/+5 |
* | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2018-03-18 | 4 | -96/+13 |
|\ |
|
| * | Took out installation after users could install hooks | Justin Berger | 2018-03-18 | 2 | -3/+1 |
| * | Merge pull request #115 from cnlohr/charles_statbiguator | CNLohr | 2018-03-18 | 17 | -98/+379 |
| |\ |
|
| | * | Fix configuration system and fix race condition in survive_vive. | cnlohr | 2018-03-18 | 9 | -44/+156 |
| | * | Almost at a config interface. | cnlohr | 2018-03-18 | 7 | -52/+150 |
| | * | Moving things over... still todo: | cnlohr | 2018-03-18 | 10 | -27/+81 |
| | * | trying new config mode | cnlohr | 2018-03-18 | 5 | -31/+48 |
| |/ |
|
| * | Make build target for dcl test | cnlohr | 2018-03-17 | 1 | -1/+4 |
| * | Speed improvement! Tmps should always match the mat type | Justin Berger | 2018-03-17 | 1 | -1/+1 |
* | | Fix configuration system and fix race condition in survive_vive. | cnlohr | 2018-03-18 | 8 | -42/+156 |