![]() |
WPILibC++ 2027.0.0-alpha-4
|
Wheel velocities for a mecanum drive. More...
#include <wpi/drive/MecanumDrive.hpp>
Public Attributes | |
| double | frontLeft = 0.0 |
| Front-left wheel velocity. | |
| double | frontRight = 0.0 |
| Front-right wheel velocity. | |
| double | rearLeft = 0.0 |
| Rear-left wheel velocity. | |
| double | rearRight = 0.0 |
| Rear-right wheel velocity. | |
Wheel velocities for a mecanum drive.
Uses normalized voltage [-1.0..1.0].
| double wpi::MecanumDrive::WheelVelocities::frontLeft = 0.0 |
Front-left wheel velocity.
| double wpi::MecanumDrive::WheelVelocities::frontRight = 0.0 |
Front-right wheel velocity.
| double wpi::MecanumDrive::WheelVelocities::rearLeft = 0.0 |
Rear-left wheel velocity.
| double wpi::MecanumDrive::WheelVelocities::rearRight = 0.0 |
Rear-right wheel velocity.