C# Class Ovr.SensorData

Specifies a reading we can query from the sensor.
ファイルを表示 Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
Accelerometer Vector3f
Gyro Vector3f
Magnetometer Vector3f
Temperature float
TimeInSeconds float

Property Details

Accelerometer public_oe property

Acceleration reading in m/s^2.
public Vector3f,Ovr Accelerometer
return Vector3f

Gyro public_oe property

Rotation rate in rad/s.
public Vector3f,Ovr Gyro
return Vector3f

Magnetometer public_oe property

Magnetic field in Gauss.
public Vector3f,Ovr Magnetometer
return Vector3f

Temperature public_oe property

Temperature of the sensor in degrees Celsius.
public float Temperature
return float

TimeInSeconds public_oe property

Time when the reported IMU reading took place, in seconds.
public float TimeInSeconds
return float