| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed linker error; calibration installation | Justin Berger | 2018-07-12 | 2 | -3/+2 |
* | Fixed symbol enumeration for windows | Justin Berger | 2018-07-06 | 2 | -5/+7 |
* | Removed verbose json parsing | Justin Berger | 2018-07-05 | 1 | -1/+1 |
* | Fixed build on windows | Justin Berger | 2018-07-05 | 3 | -3/+7 |
* | Finalized reading in and transforming of accel/gyro data | Justin Berger | 2018-07-01 | 3 | -11/+74 |
* | Refactored json parser to allow for a json stack | Justin Berger | 2018-06-29 | 1 | -66/+111 |
* | Read in tracker imu ref from json | Justin Berger | 2018-06-29 | 1 | -12/+25 |
* | Added imu pose to surviveobject | Justin Berger | 2018-06-29 | 1 | -0/+2 |
* | Fixed warnings in api | Justin Berger | 2018-06-29 | 1 | -3/+4 |
* | Blacklisted devices now dont claim interface; fixed ootx option | Justin Berger | 2018-06-29 | 3 | -21/+40 |
* | 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 | -382/+730 |
|\ |
|
| * | 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 charle... | cnlohr | 2018-06-25 | 3 | -12/+17 |
| * | 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 | -139/+206 |
| * | 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 | -75/+152 |
| * | Significant improvements to the CharlesRefine trcker, to consider confidence ... | cnlohr | 2018-06-23 | 1 | -60/+121 |
| * | 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 | -99/+338 |
* | | | 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 | -33/+47 |
* | | | fixed Makefile for LINUX_USE_HIDAPI, updated tracker usb pid, fixed wired tra... | WenZheng Li | 2018-06-12 | 1 | -26/+5 |
| |/
|/| |
|
* | | 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 |