Package-level declarations

Types

Link copied to clipboard
value class Degrees(val value: Double)
Link copied to clipboard
object Drawing
Link copied to clipboard
data class DriveCommandMessage(val poseVelocity: PoseVelocity2dDual<Time>, val forwardVelocity: Double = poseVelocity.linearVel.x[0], val forwardAcceleration: Double = poseVelocity.linearVel.x[1], val lateralVelocity: Double = poseVelocity.linearVel.y[0], val lateralAcceleration: Double = poseVelocity.linearVel.y[1], val angularVelocity: Double = poseVelocity.angVel[0], val angularAcceleration: Double = poseVelocity.angVel[1], val timestamp: Long = System.nanoTime())
Link copied to clipboard
sealed interface Event
Link copied to clipboard
value class Inches(val value: Double)
Link copied to clipboard
interface Localizer
Link copied to clipboard
data class MecanumCommandMessage(val voltage: Double, val leftFrontPower: Double, val leftBackPower: Double, val rightBackPower: Double, val rightFrontPower: Double, val timestamp: Long = System.nanoTime())
Link copied to clipboard
data class MecanumLocalizerInputsMessage(val leftFrontPosVel: PositionVelocityPair, val leftBackPosVel: PositionVelocityPair, val rightBackPosVel: PositionVelocityPair, val rightFrontPosVel: PositionVelocityPair, val angles: YawPitchRollAngles, val yaw: Double = angles.getYaw(AngleUnit.RADIANS), val pitch: Double = angles.getPitch(AngleUnit.RADIANS), val roll: Double = angles.getRoll(AngleUnit.RADIANS), val timestamp: Long = System.nanoTime())
Link copied to clipboard
data class PoseMessage(val pose: Pose2d, val x: Double = pose.position.x, val y: Double = pose.position.y, val heading: Double = pose.heading.toDouble(), val timestamp: Long = System.nanoTime())
Link copied to clipboard
value class Power(val value: Double)
Link copied to clipboard
value class Radians(val value: Double)
Link copied to clipboard
value class Seconds(val value: Double)
Link copied to clipboard
value class ServoPosition(val value: Double)
Link copied to clipboard
value class Ticks(val value: Int)
Link copied to clipboard
value class Voltage(val value: Double)
Link copied to clipboard
object VoltLogs

Functions

Link copied to clipboard
Link copied to clipboard