aboutsummaryrefslogtreecommitdiff
path: root/src/poser_turveytori.c
Commit message (Collapse)AuthorAgeFilesLines
* Tori Poser Works!mwturvey2017-03-291-17/+157
| | | | There's a ton of code cruft, and the algorithm is currently too slow. BUT I can track an object using only 1 lighthouse for tracking, at (I believe) an update rate of at least 7.5 HZ. By tracking, I know the position and orientation of the lighthouses relative to the tracked object, and I know the tracked object's location relative to the lighthouse. I don't have the orientation of the tracked object relative to the lighthouse yet, but that should be easy given the rest of the "knowns."
* Add lh to poser light datamwturvey2017-03-281-14/+24
|
* Merge branch 'GetToriGoing' into ToriPoserHomeStretchmwturvey2017-03-281-1/+1
|\ | | | | | | | | # Conflicts: # src/poser_turveytori.c
| * Fix Tracker IMUmwturvey2017-03-281-1/+1
| |
* | Use IMU to orient world coordinate systemMike Turvey2017-03-271-26/+54
|/
* Reliable detection of orientation of lighthousemwturvey2017-03-271-3/+41
| | | | Lots of cruft. Lots of room for improving performance.
* sucky angle estimators (quat & angle axis)mwturvey2017-03-271-23/+242
|
* Small tweak. Using axis/anglemwturvey2017-03-271-2/+2
|
* Getting very closemwturvey2017-03-271-1/+16
|
* Something is converging.mwturvey2017-03-271-10/+19
|
* Tori puzzle pieces in place, rotation not convergingmwturvey2017-03-271-48/+149
|
* completed fitness func for tori poser rotationmwturvey2017-03-271-7/+53
|
* Adding octavioradiiMike Turvey2017-03-261-1/+1
| | | | OctavioRadii converges to the right radius!!!!
* Adding Tori PoserMike Turvey2017-03-251-0/+871