Companion

object Companion

Functions

Link copied to clipboard
fun forMecanum(maxWheelVel: Double, trackWidth: Double, wheelBase: Double = trackWidth, lateralMultiplier: Double = 1.0): DriveVelocityConstraint
Link copied to clipboard
fun forSwerve(maxWheelVel: Double, modulePositions: List<Vector2d>): DriveVelocityConstraint
Link copied to clipboard
fun forTank(maxWheelVel: Double, trackWidth: Double): DriveVelocityConstraint