Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCALAR
(Optional) Scalar component of the rotation vector ((cos(θ/2)).
|
static java.lang.String |
X
Rotation vector component along the x axis (x * sin(θ/2)).
|
static java.lang.String |
Y
Rotation vector component along the y axis (y * sin(θ/2)).
|
static java.lang.String |
Z
Rotation vector component along the z axis (z * sin(θ/2)).
|
EOS, TIME_CREATED
Modifier and Type | Method and Description |
---|---|
static PStreamProvider |
asUpdates(int sensorDelay)
Provide a live stream of sensor readings from rotation vector sensor.
|
containsField, equals, excludeFields, getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getValueByField, includeFields, isEndOfStream, setFieldValue, toDebugString, toJson, toMap, toString
@PSItemField(type=java.lang.Float.class) public static final java.lang.String X
@PSItemField(type=java.lang.Float.class) public static final java.lang.String Y
@PSItemField(type=java.lang.Float.class) public static final java.lang.String Z
@PSItemField(type=java.lang.Float.class) public static final java.lang.String SCALAR
public static PStreamProvider asUpdates(int sensorDelay)