AngleSensor

abstract class AngleSensor

A class describing an abstract angle measuring device. This includes the IMU in the Control/Expansion Hub as well as any other similar sensors.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected abstract fun getRawAngle(): Angle

The raw angle measurement.

Link copied to clipboard
fun setAngle(angle: Angle)

Creates an offset so that getAngle returns angle.