VoltageConstraint
class VoltageConstraint<WI : WheelIncrements<*>, WV : WheelVelocities<*>>(val kinematics: RobotKinematics<WI, WV>, val feedforward: MotorFeedforward, val maxVoltage: Double, val fallbackAccel: Double = 50.0) : AccelConstraint
Constructors
Link copied to clipboard
constructor(kinematics: RobotKinematics<WI, WV>, feedforward: MotorFeedforward, maxVoltage: Double, fallbackAccel: Double = 50.0)