AbstractMecanumDrive
This class provides the basic functionality of a mecanum drive using MecanumKinematics.
Parameters
Lateral distance between pairs of wheels on different sides of the robot.
Distance between pairs of wheels on the same side of the robot.
Lateral multiplier.
Constructors
Properties
Localizer used to determine the evolution of poseEstimate.
Functions
Returns the positions of the wheels in linear distance units. Positions should exactly match the ordering in setMotorPowers.
Returns the velocities of the wheels in linear distance units. Positions should exactly match the ordering in setMotorPowers.
Sets the current commanded drive state of the robot. Feedforward is not applied to drivePower.
Sets the current commanded drive state of the robot. Feedforward is applied to driveSignal before it reaches the motors.
Sets the following motor powers (normalized voltages). All arguments are on the interval [-1.0, 1.0]
.
Sets the wheel velocities (and accelerations) of each motor, in distance units per second. Velocities and accelerations match the ordering in setMotorPowers.