Holonomic Controller
constructor(axialPosGain: Double, lateralPosGain: Double, headingGain: Double, axialVelGain: Double, lateralVelGain: Double, headingVelGain: Double)
Proportional position-velocity controller for a holonomic robot. This is essentially a P controller on the robot's position and a P controller on its velocity.
Parameters
axial Pos Gain
gain for position in the robot's forward direction
lateral Pos Gain
gain for position in the robot's strafe direction
heading Gain
gain for the robot's heading
axial Vel Gain
gain for velocity in the robot's forward direction
lateral Vel Gain
gain for velocity in the robot's strafe direction
heading Vel Gain
gain for the robot's heading velocity