Coefficients

open class Coefficients

Constants for RoadRunner standard tracking wheels. Reworked to use a builder for multiple robot configurations.

Author

Lucas Bubner, 2023

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Builder
Utility builder for creating new coefficients.

Properties

Link copied to clipboard
Forward offset of the lateral wheel to the center of rotation.
Link copied to clipboard
open var GEAR_RATIO: Double
Gear ratio of the tracking wheels.
Link copied to clipboard
Inches of lateral distance between the left and right wheels.
Link copied to clipboard
Ticks per revolution of the tracking wheel encoders.
Link copied to clipboard
Whether to use corrected overflow counts if the TPS exceeds 32767.
Link copied to clipboard
Radius of the tracking wheels in inches.
Link copied to clipboard
Multiplicative scale of the ticks from the x (forward) axis.
Link copied to clipboard
Multiplicative scale of the ticks from the y (strafe) axis.