MecanumDriveBuilder
class MecanumDriveBuilder
Builder class for constructing a MecanumDrive instance with custom parameters.
This builder provides a fluent API for configuring drive parameters before constructing the final MecanumDrive object.
See also
Functions
Link copied to clipboard
Builds and returns a new MecanumDrive instance with the configured parameters.
Link copied to clipboard
Sets the axial (forward/backward) PID gains.
Link copied to clipboard
Sets the heading (rotational) PID gains.
Link copied to clipboard
Sets the lateral (left/right strafe) PID gains.
Link copied to clipboard
Sets the maximum angular acceleration.
Link copied to clipboard
Sets the maximum angular velocity.
Link copied to clipboard
Sets the maximum wheel velocity.
Link copied to clipboard
fun withTransAccelLimits(minTransAccel: Double, maxTransAccel: Double): <Error class: unknown class>
Sets the translational acceleration limits.