Public Member Functions | |
getPropertyDescriptionList (aScript) | |
GetTrackerName () | |
beginSprite (me) | |
quat_slerp (quat1, quat2, percentage) | |
delayGTTracker (amount) | |
delayTracker (amount) | |
blendframes (numframes) | |
MergeReports () | |
CalculateDelta () | |
Broadcast (mytimestamp) | |
updateTracker (me, ID, msgList) | |
Public Attributes | |
Markersublist | |
the list that contains the information on which actors are subscribed to which marker | |
Private Attributes | |
GTTrackerDataList | |
Data list used to store previous reports. | |
TrackerDataList | |
Data list used to store previous reports. | |
lasttransform | |
the last transform that was broadcast | |
trackeroffset | |
the amount of time that can differ between a GT tracker and a valid 2nd tracker report | |
prevrot | |
inverse of previous 2nd tracker rotation value | |
prevtrans | |
inverse of previous 2nd tracker trans value | |
myID | |
the ID of the fused tracker this behavior produced | |
pGTTracker | |
ground truth tracker properties | |
gttrackerID | |
hold the ID number, not name of tracker | |
pTracker | |
2nd tracker properties | |
trackerID | |
hold the ID number, not name of tracker |
Can be used to combine two trackers with non-overlapping data (GPS and inertial sensor) with one providing position and the other providing rotation. Or overlapping tracker data can be fused (Marker tracking and inertial sensor)
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data list used to store previous reports.
|
|
hold the ID number, not name of tracker
|
|
the last transform that was broadcast
|
|
the list that contains the information on which actors are subscribed to which marker
|
|
the ID of the fused tracker this behavior produced
|
|
ground truth tracker properties
|
|
inverse of previous 2nd tracker rotation value
|
|
inverse of previous 2nd tracker trans value
|
|
2nd tracker properties
|
|
Data list used to store previous reports.
|
|
hold the ID number, not name of tracker
|
|
the amount of time that can differ between a GT tracker and a valid 2nd tracker report
|