| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.Skeleton
public class Skeleton
A Skeleton object to be used with Kinect data from the FRC Kinect server on the DriverStation
| Nested Class Summary | |
|---|---|
|  class | Skeleton.JointAn individual Joint from Kinect data | 
| static class | Skeleton.tJointTrackingStateThe Joint TrackingState | 
| static class | Skeleton.tJointTypesHelper class used to index the joints in a (@link Skeleton) | 
| static class | Skeleton.tTrackStateThe TrackState of the skeleton | 
| Field Summary | |
|---|---|
| protected  Skeleton.Joint[] | skeleton | 
| protected  Skeleton.tTrackState | trackState | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Skeleton.Joint[] skeleton
protected Skeleton.tTrackState trackState
| Method Detail | 
|---|
public Skeleton.Joint GetHandRight()
public Skeleton.Joint GetHandLeft()
public Skeleton.Joint GetWristRight()
public Skeleton.Joint GetWristLeft()
public Skeleton.Joint GetElbowLeft()
public Skeleton.Joint GetElbowRight()
public Skeleton.Joint GetShoulderLeft()
public Skeleton.Joint GetShoulderRight()
public Skeleton.Joint GetShoulderCenter()
public Skeleton.Joint GetHead()
public Skeleton.Joint GetSpine()
public Skeleton.Joint GetHipCenter()
public Skeleton.Joint GetHipRight()
public Skeleton.Joint GetHipLeft()
public Skeleton.Joint GetKneeLeft()
public Skeleton.Joint GetKneeRight()
public Skeleton.Joint GetAnkleLeft()
public Skeleton.Joint GetAnkleRight()
public Skeleton.Joint GetFootLeft()
public Skeleton.Joint GetFootRight()
public Skeleton.Joint GetJoint(Skeleton.tJointTypes index)
public Skeleton.tTrackState GetTrackState()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||