aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tweaked thresholds, played with single sweep solverJustin Berger2018-03-212-21/+171
|
* Make turvey's disambiguator send out sync pulses before all sweep happens.cnlohr2018-03-211-26/+27
|
* Update dave's ortho and survive_cal to allow calling of one item even if ↵cnlohr2018-03-212-81/+132
| | | | multiple are connected. Something may still be flipped.
* significant improvements to Orthodave.cnlohr2018-03-202-27/+129
|
* Made survive_configx translate between str->numericsJustin Berger2018-03-201-209/+228
|
* Squelched warning when no LH positions were foundJustin Berger2018-03-191-1/+1
|
* Fix missing default posercnlohr2018-03-191-0/+2
|
* Make defualt the turvey disambiguator.cnlohr2018-03-181-1/+1
|
* Cleanup annoying printf instead of SV_INFOcnlohr2018-03-181-5/+5
|
* Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2018-03-182-93/+11
|\
| * Took out installation after users could install hooksJustin Berger2018-03-181-2/+0
| |
| * Fix configuration system and fix race condition in survive_vive.cnlohr2018-03-185-40/+151
| |
| * Almost at a config interface.cnlohr2018-03-186-48/+141
| |
| * Moving things over... still todo:cnlohr2018-03-184-9/+51
| | | | | | | | | | | | * Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options.
| * trying new config modecnlohr2018-03-181-14/+27
| |
* | Fix configuration system and fix race condition in survive_vive.cnlohr2018-03-185-40/+151
| |
* | Almost at a config interface.cnlohr2018-03-186-48/+141
| |
* | Moving things over... still todo:cnlohr2018-03-184-9/+51
| | | | | | | | | | | | * Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options.
* | trying new config modecnlohr2018-03-181-14/+27
| |
* | Merge branch 'master' into sbaJustin Berger2018-03-171-19/+21
|\|
| * update daveortho to use new nomenclaturecnlohr2018-03-171-11/+11
| |
* | Removed unneeded prints; fixed memory issue in sba poserJustin Berger2018-03-163-2/+345
|/
* Added a lot of features to the viz toolJustin Berger2018-03-161-6/+5
|
* Added code to interpolate between two EPNP guesses; behaves much betterJustin Berger2018-03-161-16/+32
|
* Playback now goes to a single file. Note that the file format changed too so ↵Justin Berger2018-03-166-43/+98
| | | | that it always starts 'time' 'device name'
* Data window tuningJustin Berger2018-03-161-1/+1
|
* Added usb packet statisticsJustin Berger2018-03-161-0/+4
|
* Refactored how the persistence (now called sensor_activations) workedJustin Berger2018-03-165-104/+52
|
* Quick fix for merge issueJustin Berger2018-03-152-4/+4
|
* Merge pull request #113 from cnlohr/epnpCNLohr2018-03-1610-18/+1321
|\ | | | | Epnp
| * Forgot filesJustin Berger2018-03-152-0/+68
| |
| * Refactored the minimal ocv to be in redistJustin Berger2018-03-154-2065/+1
| |
| * Cleaned up memory leaksJustin Berger2018-03-155-53/+41
| |
| * Removed printfs, fixed a segfaultJustin Berger2018-03-153-55/+46
| |
| * Results out of epnpJustin Berger2018-03-153-1/+135
| |
| * Added first draft of epnp codeJustin Berger2018-03-157-0/+3185
| |
| * Added default action for pose processJustin Berger2018-03-141-1/+2
| |
* | rename nr_locations to sensor_ctcnlohr2018-03-145-17/+17
|/ | | | Also, make it easier to see edges in calibrate.
* Fixed regression from early refactorJustin Berger2018-03-121-1/+1
|
* Changed include to not have 'redist'Justin Berger2018-03-121-1/+1
|
* Cleaned up cast warningJustin Berger2018-03-121-1/+1
|
* Redirected posers to used passed in callbacksJustin Berger2018-03-124-25/+31
|
* Preparing to add more to PoserDataJustin Berger2018-03-122-6/+12
|
* Added callback for lighthouse found; example in test.cJustin Berger2018-03-125-23/+44
|
* FLT* -> SurvivePose*Justin Berger2018-03-112-8/+4
|
* Fixed survive_reproject to match the new coordinate systemJustin Berger2018-03-111-3/+2
|
* Changed rotation of charlesslow to match new standardJustin Berger2018-03-111-0/+6
|
* Tweaked the reproj error to be in terms of average error per sampleJustin Berger2018-03-111-1/+7
|
* Added code which calculates the error for each calibration type; also made ↵Justin Berger2018-03-112-0/+184
| | | | sure to always save the calibration
* Fixed missing identifier in survive_calJustin Berger2018-03-111-3/+3
|