SuperTelemetry
object SuperTelemetry
A powerful telemetry for both the Driver Station and FTC Dashboard.
Types
Link copied to clipboard
Link copied to clipboard
A telemetry item containing a caption and a value. Can share a line with other items.
Link copied to clipboard
A telemetry item that holds a data provider. Useful for changing data.
Link copied to clipboard
A container for Inlinables with a caption.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The resolution used by drawSampledPath and drawSampledTrajectory when sampling.
Link copied to clipboard
The radius used by drawRobot.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Draws a list of poses on FTC Dashboard.
Link copied to clipboard
Draws a robot on FTC Dashboard.
Link copied to clipboard
Draws a path on FTC Dashboard.
Link copied to clipboard
fun drawSampledTrajectory(trajectory: Trajectory, pathColor: String = "#4CAF50", turnColor: String = "#7c4dff", waitColor: String = "#dd2c00", resolution: Double = this.resolution)
Draws a trajectory on FTC Dashboard.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard