edu.wpi.first.wpilibj
Class Skeleton
java.lang.Object
   edu.wpi.first.wpilibj.Skeleton
edu.wpi.first.wpilibj.Skeleton
- public class Skeleton 
- extends java.lang.Object
A Skeleton object to be used with Kinect data from the
 FRC Kinect server on the DriverStation
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
skeleton
protected Skeleton.Joint[] skeleton
trackState
protected Skeleton.tTrackState trackState
GetHandRight
public Skeleton.Joint GetHandRight()
- 
 
GetHandLeft
public Skeleton.Joint GetHandLeft()
- 
 
GetWristRight
public Skeleton.Joint GetWristRight()
- 
 
GetWristLeft
public Skeleton.Joint GetWristLeft()
- 
 
GetElbowLeft
public Skeleton.Joint GetElbowLeft()
- 
 
GetElbowRight
public Skeleton.Joint GetElbowRight()
- 
 
GetShoulderLeft
public Skeleton.Joint GetShoulderLeft()
- 
 
GetShoulderRight
public Skeleton.Joint GetShoulderRight()
- 
 
GetShoulderCenter
public Skeleton.Joint GetShoulderCenter()
- 
 
GetHead
public Skeleton.Joint GetHead()
- 
 
GetSpine
public Skeleton.Joint GetSpine()
- 
 
GetHipCenter
public Skeleton.Joint GetHipCenter()
- 
 
GetHipRight
public Skeleton.Joint GetHipRight()
- 
 
GetHipLeft
public Skeleton.Joint GetHipLeft()
- 
 
GetKneeLeft
public Skeleton.Joint GetKneeLeft()
- 
 
GetKneeRight
public Skeleton.Joint GetKneeRight()
- 
 
GetAnkleLeft
public Skeleton.Joint GetAnkleLeft()
- 
 
GetAnkleRight
public Skeleton.Joint GetAnkleRight()
- 
 
GetFootLeft
public Skeleton.Joint GetFootLeft()
- 
 
GetFootRight
public Skeleton.Joint GetFootRight()
- 
 
GetJoint
public Skeleton.Joint GetJoint(Skeleton.tJointTypes index)
- 
 
GetTrackState
public Skeleton.tTrackState GetTrackState()
-