aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Results out of epnpJustin Berger2018-03-158-9/+186
|
* Added first draft of epnp codeJustin Berger2018-03-158-3/+3204
|
* Added default action for pose processJustin Berger2018-03-141-1/+2
|
* Allowed overriding of CC in makefileJustin Berger2018-03-141-1/+1
|
* Fixed regression from early refactorJustin Berger2018-03-121-1/+1
|
* Changed include to not have 'redist'Justin Berger2018-03-122-2/+2
|
* Cleaned up cast warningJustin Berger2018-03-122-3/+3
|
* Merge pull request #112 from cnlohr/poser_callbacksCNLohr2018-03-1211-53/+106
|\ | | | | Poser callbacks
| * Redirected posers to used passed in callbacksJustin Berger2018-03-126-26/+41
| |
| * Preparing to add more to PoserDataJustin Berger2018-03-123-10/+15
| |
| * Added callback for lighthouse found; example in test.cJustin Berger2018-03-128-23/+56
|/
* FLT* -> SurvivePose*Justin Berger2018-03-116-21/+16
|
* remove unneeded depcnlohr2018-03-111-450/+0
|
* Merge pull request #110 from cnlohr/reprojectionCNLohr2018-03-115-1/+249
|\ | | | | This adds reprojection functionality to the library
| * Fixed survive_reproject to match the new coordinate systemJustin Berger2018-03-112-5/+12
| |
| * Changed rotation of charlesslow to match new standardJustin Berger2018-03-111-0/+6
| |
| * 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-114-1/+230
|/ | | | sure to always save the calibration
* Fixed missing identifier in survive_calJustin Berger2018-03-111-3/+3
|
* Added missing functions into lintestJustin Berger2018-03-115-9/+137
|
* remove TODO and fix xyz accelerometer data from the lighthouse.cnlohr2018-03-112-4/+3
|
* Fixup style.cnlohr2018-03-111-4/+5
|
* Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2018-03-113-0/+0
|\
| * Add files via uploadCNLohr2018-03-112-0/+0
| |
| * Add files via uploadCNLohr2018-03-111-0/+0
| |
* | Update pose definition and readme.cnlohr2018-03-113-1/+44
|/
* Switch around code to do proper rotation, etc.cnlohr2018-03-112-21/+13
|
* Merge pull request #108 from mwturvey/fix_save_restore_LH_POSMichael Turvey2018-03-107-4/+39
|\ | | | | Fix MSVC & Fix Saving & Restoring PositionSet bit
| * Fix Save and Restore of PositionBit setMike Turvey2018-03-101-0/+2
| |
| * Fix MSVC buildMike Turvey2018-03-106-4/+37
|/
* update with spinning viewcnlohr2018-03-112-1/+3
|
* Switch from pos,quat to pose. Also change initialization order.cnlohr2018-03-1012-34/+776
|
* Merge pull request #107 from jdavidberger/playback_readmeCNLohr2018-03-101-0/+19
|\ | | | | Added blurb in readme about playback functionality
| * Added blurb in readme about playback functionalityJustin Berger2018-03-101-0/+19
| |
* | Use HIDAPI and update formatting for the data recorder.cnlohr2018-03-102-5/+5
|/
* Merge pull request #106 from jdavidberger/fix_file_write_segfaultCNLohr2018-03-101-11/+15
|\ | | | | Added nullptr checks around file access
| * Added nullptr checks around file accessJustin Berger2018-03-101-11/+15
|/
* Merge pull request #105 from abhijeetvhotkar/masterCNLohr2018-03-101-3/+3
|\ | | | | Changes to the udev rule file
| * Changes to the udev rules fileAbhijeet2018-03-101-3/+3
| |
| * Merge pull request #1 from cnlohr/masterAbhijeet Vhotkar2018-03-1028-467/+2660
| |\ | |/ |/| Pulling new changes
* | Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2018-03-102-2/+19
|\ \
| * \ Merge pull request #103 from jdavidberger/verify_FLT_at_startupCNLohr2018-03-102-2/+19
| |\ \ | | | | | | | | Added a check at init that makes sure the user agrees with what FLT is
| | * | Updated error message to be more helpfulJustin Berger2018-03-081-1/+3
| | | |
| | * | Added a check at init that makes sure the user agrees with what FLT isJustin Berger2018-03-072-2/+17
| | | |
* | | | Whoops. This should _never_ print to stdout.cnlohr2018-03-101-1/+0
|/ / /
* | | Merge pull request #104 from jdavidberger/playback_driverCNLohr2018-03-108-361/+644
|\ \ \ | | | | | | | | Playback driver
| * | | Spaces -> Tabs (code formatting change)Justin Berger2018-03-094-469/+483
| | | |
| * | | Swapped to OGGetAbsoluteTime for timestampJustin Berger2018-03-092-19/+16
| | | |
| * | | Added time factor to playbackJustin Berger2018-03-081-13/+6
| | | |
| * | | Disable usb driver if playback is activeJustin Berger2018-03-081-2/+9
| | | |