Builder

open class Builder

Builder class to assist in creating a MecanumGains.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Build the MecanumGains object.
Link copied to clipboard
Set the proportional correction gain for forward/backward motion.
Link copied to clipboard
Set the dampening correction gain for forward/backward motion.
Link copied to clipboard
Set the proportional correction gain for rotation.
Link copied to clipboard
Set the dampening correction gain for rotation.
Link copied to clipboard
Set the proportional correction gain for sideways motion.
Link copied to clipboard
Set the dampening correction gain for sideways motion.
Link copied to clipboard
Enabling this option will use an alternative path follower for trajectory tasks, rather than a time-based trajectory.
Link copied to clipboard
open fun setPoseHolding(defaultTaskAutoLock: Boolean): MecanumGains.Builder
Enabling this option is a convenience configuration option to schedule the default task of MecanumDrive to be a MecanumDrive.HoldLastPoseTask.