aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
Commit message (Collapse)AuthorAgeFilesLines
* Enabled and then cleaned up warningsJustin Berger2018-04-201-2/+0
|
* Merge branch 'master' into simple_apiJustin Berger2018-04-051-2/+2
|\
| * Allow calibration with one lighthousecnlohr2018-04-041-2/+2
| |
* | Added simple APIJustin Berger2018-04-041-1/+0
|/
* Tweaked how reproject / calibate interactJustin Berger2018-04-011-5/+5
|
* overhal to calibrationJustin Berger2018-04-011-12/+14
|
* Nuget packaged up dependenciesJustin Berger2018-03-281-1/+1
|
* Started the VS project updatedpeter992018-03-251-1/+1
|
* Made calibration installation driveable from the command line; also turns on ↵Justin Berger2018-03-231-0/+3
| | | | if there is no calibration
* Made picking posers more consistent / configposer can use short nameJustin Berger2018-03-231-24/+2
|
* Merge branch 'master' into standard_lh_calibJustin Berger2018-03-211-19/+18
|\
| * Update dave's ortho and survive_cal to allow calling of one item even if ↵cnlohr2018-03-211-17/+19
|/ | | | multiple are connected. Something may still be flipped.
* Fix configuration system and fix race condition in survive_vive.cnlohr2018-03-181-8/+22
|
* Almost at a config interface.cnlohr2018-03-181-2/+4
|
* Moving things over... still todo:cnlohr2018-03-181-2/+2
| | | | | | * Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options.
* rename nr_locations to sensor_ctcnlohr2018-03-141-1/+1
| | | | Also, make it easier to see edges in calibrate.
* Redirected posers to used passed in callbacksJustin Berger2018-03-121-1/+1
|
* Preparing to add more to PoserDataJustin Berger2018-03-121-1/+1
|
* Added callback for lighthouse found; example in test.cJustin Berger2018-03-121-4/+0
|
* 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-111-0/+39
| | | | sure to always save the calibration
* Fixed missing identifier in survive_calJustin Berger2018-03-111-3/+3
|
* remove TODO and fix xyz accelerometer data from the lighthouse.cnlohr2018-03-111-2/+2
|
* Update pose definition and readme.cnlohr2018-03-111-0/+3
|
* Fixed OOB memory accessJustin Berger2018-02-231-0/+1
|
* Configuration ChangesMike Turvey2017-12-221-3/+7
| | | | | Added some config options. Changed a few defaults. Better output from PoserTurveyTori. Hopefully, this will make it easier for someone new to get up and running more easily.
* Add support for using only 1 lighthouseMike Turvey2017-12-191-2/+2
| | | | | | Change adds a config option for the number of "active" lighthouses, which can be 1. Calibrate will run with a single lighthouse if the new config option LighthouseCount is set to 1.
* Fixing linuxMichael Turvey2017-03-241-2/+2
|
* remove min()mwturvey2017-03-241-5/+13
|
* More cleanup & finishing genericization of calibratormwturvey2017-03-241-11/+19
|
* Adaptive Acode Offset Compensationmwturvey2017-03-241-3/+2
|
* Fixed Windows USB Interface Enumerationmwturvey2017-03-231-2/+2
|
* Added support for empty string in config.json & other cleanup.mwturvey2017-03-231-29/+21
|
* Merge branch 'master' into alternate_disambiguatormwturvey2017-03-231-2/+57
|\ | | | | | | | | | | # Conflicts: # src/survive_data.c # src/survive_vive.c
| * log synctimes.cnlohr2017-03-201-1/+55
| |
| * Fix histogramscnlohr2017-03-181-1/+2
| |
* | More cleanupmwturvey2017-03-231-1/+1
| |
* | Updated disambiguator. Solid OOTXMike Turvey2017-03-231-5/+4
| |
* | Alternate disambiguator and calibration updatesmwturvey2017-03-171-11/+39
|/
* Fix WarningsCNLohr2017-03-171-1/+5
|
* Fix crashes in Linux without hidapi, and fix buffer overflow bug.cnlohr2017-03-161-1/+1
|
* Reading data, no cal data.CNLohr2017-03-151-1/+2
|
* Update with the start of things to make TCC go in Windows.CNLohr2017-03-141-1/+4
|
* Update calibration system to use distances. Need to process through that ↵cnlohr2017-03-141-151/+97
| | | | data tomorrow.
* Merge branch 'TrackerSupport2' of https://github.com/mwturvey/libsurvive ↵cnlohr2017-03-131-3/+9
|\ | | | | | | into mwturvey-TrackerSupport2
| * More changes to gracefully support a trackerMichael Turvey2017-03-121-3/+9
| |
* | save config after ootx data is completedJoshua Allen2017-03-121-1/+7
| |
* | Update to posers, etc... Still not working.cnlohr2017-03-121-16/+21
| |
* | update with another test.cnlohr2017-03-121-19/+22
| |
* | Update with almost working poser information stuff. This has been long ↵cnlohr2017-03-111-7/+143
|/ | | | stream to live. Goobye.