| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made SBA calibrate with 1lh | Justin Berger | 2018-03-26 | 2 | -3/+9 |
| | | |||||
| * | os_generic is now a header only library | Justin Berger | 2018-03-26 | 3 | -422/+302 |
| | | |||||
| * | Added tool to calculate various things about length of received pulses | Justin Berger | 2018-03-25 | 4 | -1/+131 |
| | | |||||
| * | Made it so viz tool didn't require remote arg | Justin Berger | 2018-03-25 | 1 | -4/+3 |
| | | |||||
| * | Made degenerate poses call SV_ERROR | Justin Berger | 2018-03-25 | 1 | -0/+6 |
| | | |||||
| * | Added PoseToMatrix function for debugability | Justin Berger | 2018-03-25 | 2 | -218/+188 |
| | | |||||
| * | Added additional parameters to EPNP and SBA, made it so that degenerate ↵ | Justin Berger | 2018-03-25 | 2 | -11/+30 |
| | | | | | poses didn't occur as easily in EPNP | ||||
| * | Fixed out of array stepping in charles-biguator | Justin Berger | 2018-03-25 | 1 | -14/+21 |
| | | |||||
| * | Added normals to viz | Justin Berger | 2018-03-25 | 1 | -6/+10 |
| | | |||||
| * | Fixed typo in linmath | Justin Berger | 2018-03-25 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile | jdavidberger | 2018-03-25 | 1 | -1/+1 |
| | | | | Made O3 default | ||||
| * | Added support for flags on command-line | Justin Berger | 2018-03-24 | 2 | -8/+15 |
| | | |||||
| * | Some minor fixups around command line processing | Justin Berger | 2018-03-24 | 6 | -9/+31 |
| | | |||||
| * | Fixed issue(s) which would write to the config file when it wasn't needed | Justin Berger | 2018-03-24 | 3 | -6/+6 |
| | | |||||
| * | Made playback / record process raw light data | Justin Berger | 2018-03-24 | 4 | -8/+58 |
| | | |||||
| * | Viz with chemtrails | Justin Berger | 2018-03-24 | 2 | -0/+32 |
| | | |||||
| * | add option to log lightdata to separate file. | cnlohr | 2018-03-24 | 1 | -1/+14 |
| | | |||||
| * | Broadcast lighthouse position at startup | Justin Berger | 2018-03-24 | 1 | -0/+7 |
| | | |||||
| * | Added success counter to sba too | Justin Berger | 2018-03-24 | 1 | -4/+12 |
| | | |||||
| * | Added reset cntr for sba | Justin Berger | 2018-03-23 | 1 | -17/+30 |
| | | |||||
| * | Refactor viz tool to be able to use it as a library | Justin Berger | 2018-03-23 | 1 | -139/+132 |
| | | |||||
| * | Actually add tracker to rules list -- value before was the wired controller | Justin Berger | 2018-03-23 | 1 | -1/+4 |
| | | |||||
| * | Made calibration installation driveable from the command line; also turns on ↵ | Justin Berger | 2018-03-23 | 3 | -4/+28 |
| | | | | | if there is no calibration | ||||
| * | Made picking posers more consistent / configposer can use short name | Justin Berger | 2018-03-23 | 3 | -32/+17 |
| | | |||||
| * | Added tracker to vive rules list | Justin Berger | 2018-03-23 | 1 | -0/+1 |
| | | |||||
| * | Added useful dev files | Justin Berger | 2018-03-23 | 4 | -0/+33 |
| | | |||||
| * | 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 | ||||
| | * | 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 | -247/+125 |
| | | |||||
| * | Fixed rolling off end of args | Justin Berger | 2018-03-21 | 1 | -232/+188 |
| | | |||||
| * | 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 | -150/+455 |
| |\ | |||||
| | * | 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 |
| | | | | | | | | | | Made playback / record instructions match new argument functionality | ||||
