| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added functionality to standardize where found lighthouses go | Justin Berger | 2018-03-20 | 6 | -44/+101 |
| | | |||||
| * | Added code to cancel out object rotation when calibrating | Justin Berger | 2018-03-20 | 4 | -19/+96 |
| | | |||||
| * | Made survive_configx translate between str->numerics | Justin Berger | 2018-03-20 | 1 | -208/+227 |
| | | |||||
| * | 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 | 2 | -93/+11 |
| |\ | |||||
| | * | Took out installation after users could install hooks | Justin Berger | 2018-03-18 | 1 | -2/+0 |
| | | | |||||
| | * | Fix configuration system and fix race condition in survive_vive. | cnlohr | 2018-03-18 | 5 | -40/+151 |
| | | | |||||
| | * | Almost at a config interface. | cnlohr | 2018-03-18 | 6 | -48/+141 |
| | | | |||||
| | * | Moving things over... still todo: | cnlohr | 2018-03-18 | 4 | -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 mode | cnlohr | 2018-03-18 | 1 | -14/+27 |
| | | | |||||
| * | | Fix configuration system and fix race condition in survive_vive. | cnlohr | 2018-03-18 | 5 | -40/+151 |
| | | | |||||
| * | | Almost at a config interface. | cnlohr | 2018-03-18 | 6 | -48/+141 |
| | | | |||||
| * | | Moving things over... still todo: | cnlohr | 2018-03-18 | 4 | -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 mode | cnlohr | 2018-03-18 | 1 | -14/+27 |
| | | | |||||
| * | | Merge branch 'master' into sba | Justin Berger | 2018-03-17 | 1 | -18/+20 |
| |\| | |||||
| | * | update daveortho to use new nomenclature | cnlohr | 2018-03-17 | 1 | -11/+11 |
| | | | |||||
| * | | Removed unneeded prints; fixed memory issue in sba poser | Justin Berger | 2018-03-16 | 3 | -2/+345 |
| |/ | |||||
| * | Added a lot of features to the viz tool | Justin Berger | 2018-03-16 | 1 | -6/+5 |
| | | |||||
| * | Added code to interpolate between two EPNP guesses; behaves much better | Justin Berger | 2018-03-16 | 1 | -16/+32 |
| | | |||||
| * | Playback now goes to a single file. Note that the file format changed too so ↵ | Justin Berger | 2018-03-16 | 6 | -43/+98 |
| | | | | | that it always starts 'time' 'device name' | ||||
| * | Data window tuning | Justin Berger | 2018-03-16 | 1 | -1/+1 |
| | | |||||
| * | Added usb packet statistics | Justin Berger | 2018-03-16 | 1 | -0/+4 |
| | | |||||
| * | Refactored how the persistence (now called sensor_activations) worked | Justin Berger | 2018-03-16 | 5 | -104/+52 |
| | | |||||
| * | Quick fix for merge issue | Justin Berger | 2018-03-15 | 2 | -4/+4 |
| | | |||||
| * | Merge pull request #113 from cnlohr/epnp | CNLohr | 2018-03-16 | 10 | -18/+1321 |
| |\ | | | | | Epnp | ||||
| | * | Forgot files | Justin Berger | 2018-03-15 | 2 | -0/+68 |
| | | | |||||
| | * | Refactored the minimal ocv to be in redist | Justin Berger | 2018-03-15 | 4 | -2065/+1 |
| | | | |||||
| | * | Cleaned up memory leaks | Justin Berger | 2018-03-15 | 5 | -52/+40 |
| | | | |||||
| | * | Removed printfs, fixed a segfault | Justin Berger | 2018-03-15 | 3 | -51/+42 |
| | | | |||||
| | * | Results out of epnp | Justin Berger | 2018-03-15 | 3 | -1/+135 |
| | | | |||||
| | * | Added first draft of epnp code | Justin Berger | 2018-03-15 | 7 | -0/+3185 |
| | | | |||||
| | * | Added default action for pose process | Justin Berger | 2018-03-14 | 1 | -1/+2 |
| | | | |||||
| * | | rename nr_locations to sensor_ct | cnlohr | 2018-03-14 | 5 | -17/+17 |
| |/ | | | | Also, make it easier to see edges in calibrate. | ||||
| * | Fixed regression from early refactor | Justin Berger | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Changed include to not have 'redist' | Justin Berger | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Cleaned up cast warning | Justin Berger | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Redirected posers to used passed in callbacks | Justin Berger | 2018-03-12 | 4 | -25/+31 |
| | | |||||
| * | Preparing to add more to PoserData | Justin Berger | 2018-03-12 | 2 | -6/+12 |
| | | |||||
| * | Added callback for lighthouse found; example in test.c | Justin Berger | 2018-03-12 | 5 | -22/+43 |
| | | |||||
| * | FLT* -> SurvivePose* | Justin Berger | 2018-03-11 | 2 | -8/+4 |
| | | |||||
| * | Fixed survive_reproject to match the new coordinate system | Justin Berger | 2018-03-11 | 1 | -3/+2 |
| | | |||||
| * | Changed rotation of charlesslow to match new standard | Justin Berger | 2018-03-11 | 1 | -0/+6 |
| | | |||||
| * | Tweaked the reproj error to be in terms of average error per sample | Justin Berger | 2018-03-11 | 1 | -1/+7 |
| | | |||||
| * | Added code which calculates the error for each calibration type; also made ↵ | Justin Berger | 2018-03-11 | 2 | -0/+184 |
| | | | | | sure to always save the calibration | ||||
| * | Fixed missing identifier in survive_cal | Justin Berger | 2018-03-11 | 1 | -3/+3 |
| | | |||||
| * | remove TODO and fix xyz accelerometer data from the lighthouse. | cnlohr | 2018-03-11 | 1 | -2/+2 |
| | | |||||
| * | Update pose definition and readme. | cnlohr | 2018-03-11 | 1 | -0/+3 |
| | | |||||
