MecanumGains

open class MecanumGains

Drive coefficients that define gains for a Mecanum drivetrain.

Author

Lucas Bubner, 2024

Since

6.0.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Builder
Builder class to assist in creating a MecanumGains.

Properties

Link copied to clipboard
open var axialGain: Double
The gain for axial movement.
Link copied to clipboard
The gain for axial velocity.
Link copied to clipboard
The gain for heading movement.
Link copied to clipboard
The gain for heading velocity.
Link copied to clipboard
The gain for lateral movement.
Link copied to clipboard
The gain for lateral velocity.
Link copied to clipboard
Whether a path follower approach should be used instead of the default time-based trajectory.

Functions

Link copied to clipboard
open fun toString(): String