#include <Skeleton.h>
|
enum | JointTypes {
HipCenter = 0,
Spine = 1,
ShoulderCenter = 2,
Head = 3,
ShoulderLeft = 4,
ElbowLeft = 5,
WristLeft = 6,
HandLeft = 7,
ShoulderRight = 8,
ElbowRight = 9,
WristRight = 10,
HandRight = 11,
HipLeft = 12,
KneeLeft = 13,
AnkleLeft = 14,
FootLeft = 15,
HipRight = 16,
KneeRight = 17,
AnkleRight = 18,
FootRight = 19,
JointCount = 20
} |
|
enum | JointTrackingState { kNotTracked,
kInferred,
kTracked
} |
|
Represents Skeleton data from a Kinect device connected to the Driver Station. See Getting Started with Microsoft Kinect for FRC and the Kinect for Windows SDK API reference for more information
The documentation for this class was generated from the following file: