VEX V5 Python API
Static Public Attributes | List of all members
vex.OrientationType Class Reference

Unit for inertial sensor orientation. More...

Inherits vex.Enum.

Static Public Attributes

int ROLL = 0
 
int PITCH = 1
 
int YAW = 2
 

Detailed Description

Unit for inertial sensor orientation.

Member Data Documentation

◆ ROLL

int vex.OrientationType.ROLL = 0
static

◆ PITCH

int vex.OrientationType.PITCH = 1
static

◆ YAW

int vex.OrientationType.YAW = 2
static