| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed very out of the way null ptr error | Justin Berger | 2018-06-29 | 1 | -2/+4 |
| | | |||||
| * | Fixed unaligned accesses | Justin Berger | 2018-06-29 | 2 | -8/+18 |
| | | |||||
| * | Added additional options for ootx decoding | Justin Berger | 2018-06-29 | 4 | -11/+21 |
| | | |||||
| * | Added stringified error messages for libusb errors | Justin Berger | 2018-06-29 | 1 | -6/+7 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into fix_wired_tracker | Justin Berger | 2018-06-27 | 12 | -369/+717 |
| |\ | |||||
| | * | add additional comments about where to go from here. | cnlohr | 2018-06-25 | 1 | -1/+6 |
| | | | |||||
| | * | Bump refine. | cnlohr | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | Add blacklisting of devices, as well as improve feedback algorithm for ↵ | cnlohr | 2018-06-25 | 3 | -12/+17 |
| | | | | | | | | | charlesrefine. | ||||
| | * | nerf motion a little more. | cnlohr | 2018-06-25 | 1 | -2/+2 |
| | | | |||||
| | * | Integrate the accelerometer even if not perfectly. | cnlohr | 2018-06-24 | 1 | -15/+69 |
| | | | |||||
| | * | Fix refactor | cnlohr | 2018-06-24 | 1 | -7/+5 |
| | | | |||||
| | * | Remove unused code. | cnlohr | 2018-06-24 | 1 | -184/+1 |
| | | | |||||
| | * | Refactor | cnlohr | 2018-06-24 | 2 | -136/+203 |
| | | | |||||
| | * | Fix base calibration values. | cnlohr | 2018-06-24 | 2 | -10/+14 |
| | | | |||||
| | * | some more tweaks to the charlesrefine poser | cnlohr | 2018-06-24 | 1 | -31/+27 |
| | | | |||||
| | * | Significant improvements to the charles refine. | cnlohr | 2018-06-24 | 1 | -73/+150 |
| | | | |||||
| | * | Significant improvements to the CharlesRefine trcker, to consider confidence ↵ | cnlohr | 2018-06-23 | 1 | -55/+116 |
| | | | | | | | | | of tracking solution. | ||||
| | * | Remove extra reprojection info | cnlohr | 2018-06-23 | 1 | -1/+2 |
| | | | |||||
| | * | Fix my poser's use. | cnlohr | 2018-06-23 | 1 | -3/+3 |
| | | | |||||
| | * | Fix units for vive, but not switching scales to incremental. | cnlohr | 2018-06-23 | 2 | -5/+12 |
| | | | |||||
| | * | Fix config in master. | cnlohr | 2018-06-23 | 6 | -33/+50 |
| | | | |||||
| | * | Merge branch 'master' into new_config_system | cnlohr | 2018-06-23 | 4 | -8/+26 |
| | |\ | |||||
| | * | | New config system | cnlohr | 2018-04-27 | 9 | -97/+336 |
| | | | | |||||
| * | | | fixed load config segfault | WenZheng Li | 2018-06-15 | 1 | -8/+31 |
| | | | | |||||
| * | | | added TR1 device for vive tracker(2018) | WenZheng Li | 2018-06-15 | 3 | -20/+54 |
| | | | | |||||
| * | | | under construction | woobianca | 2018-06-14 | 1 | -32/+46 |
| | | | | |||||
| * | | | fixed Makefile for LINUX_USE_HIDAPI, updated tracker usb pid, fixed wired ↵ | WenZheng Li | 2018-06-12 | 1 | -26/+5 |
| | |/ |/| | | | | | tracker lightcap data callback | ||||
| * | | Added debug message to ootx; mag reading to playback | Justin Berger | 2018-06-07 | 4 | -8/+26 |
| |/ | |||||
| * | Give a shot at the new config system. | cnlohr | 2018-04-26 | 6 | -30/+160 |
| | | |||||
| * | remove printf, process multiple UDP packets per slice. | cnlohr | 2018-04-25 | 2 | -3/+3 |
| | | |||||
| * | Fix LibSurvive poser for use with a single point (when you're totally strapped) | cnlohr | 2018-04-25 | 1 | -2/+16 |
| | | |||||
| * | Trying to connect to libsurvive | Abhijeet | 2018-04-25 | 1 | -0/+155 |
| | | |||||
| * | Update to have sensor normals and positions for dummy driver. | cnlohr | 2018-04-25 | 1 | -0/+9 |
| | | |||||
| * | Get rid of disambiguator-specifc stuff in the objects. | cnlohr | 2018-04-24 | 4 | -25/+21 |
| | | |||||
| * | Pave the way for more, different, interesting devices. | cnlohr | 2018-04-24 | 4 | -2/+96 |
| | | |||||
| * | Additional tuning of gyro scaling parameters | Justin Berger | 2018-04-21 | 2 | -7/+14 |
| | | |||||
| * | Fixed heap access error | Justin Berger | 2018-04-21 | 1 | -24/+18 |
| | | |||||
| * | Added correct gyro cal for tracker | Justin Berger | 2018-04-21 | 1 | -1/+2 |
| | | |||||
| * | Adjusted and verified acc values on HMD | Justin Berger | 2018-04-21 | 1 | -6/+2 |
| | | |||||
| * | Cleaned up debug code | Justin Berger | 2018-04-20 | 4 | -4/+107 |
| | | |||||
| * | Enabled and then cleaned up warnings | Justin Berger | 2018-04-20 | 8 | -74/+41 |
| | | |||||
| * | Fixed some memory leaks | Justin Berger | 2018-04-20 | 2 | -12/+39 |
| | | |||||
| * | Merge branch 'master' into tcc_build | CNLohr | 2018-04-15 | 13 | -226/+1031 |
| |\ | |||||
| | * | Remove SurviveObject if they fail to configure; prevents issues calibrating ↵ | Justin Berger | 2018-04-13 | 2 | -0/+26 |
| | | | | | | | | | with HMD when controllers are off | ||||
| | * | Merge remote-tracking branch 'origin/master' into simple_api | Justin Berger | 2018-04-11 | 1 | -65/+90 |
| | |\ | |||||
| | | * | Merge pull request #126 from cnlohr/charlesrefine_cal | CNLohr | 2018-04-11 | 1 | -4/+24 |
| | | |\ | | | | | | | | | Bump effort to do charlesrefine with more detail and calibration | ||||
| | * | | | Merge branch 'master' into simple_api | Justin Berger | 2018-04-10 | 12 | -276/+995 |
| | |\| | | |||||
| | | * | | New impl of mahoney imu filter | Justin Berger | 2018-04-10 | 1 | -91/+36 |
| | | | | | |||||
| | | * | | Made new posers work in windows | Justin Berger | 2018-04-09 | 5 | -14/+10 |
| | | | | | |||||
| | | * | | Added MPFIT based poser | Justin Berger | 2018-04-09 | 1 | -0/+290 |
| | | | | | |||||
