ChassisSpeeds |
Represents the speed of a robot chassis.
|
DifferentialDriveKinematics |
Helper class that converts a chassis velocity (dx and dtheta components) to left and right wheel
velocities for a differential drive.
|
DifferentialDriveOdometry |
Class for differential drive odometry.
|
DifferentialDriveWheelSpeeds |
Represents the wheel speeds for a differential drive drivetrain.
|
MecanumDriveKinematics |
Helper class that converts a chassis velocity (dx, dy, and dtheta components) into individual
wheel speeds.
|
MecanumDriveMotorVoltages |
Represents the motor voltages for a mecanum drive drivetrain.
|
MecanumDriveOdometry |
Class for mecanum drive odometry.
|
MecanumDriveWheelSpeeds |
|
SwerveDriveKinematics |
Helper class that converts a chassis velocity (dx, dy, and dtheta components) into individual
module states (speed and angle).
|
SwerveDriveOdometry |
Class for swerve drive odometry.
|
SwerveModuleState |
Represents the state of one swerve module.
|