#include <ChassisSubsystem.h>
The ChassisSpeeds class represents the x, y, and rotational speeds of the Chassis, in RPM. ChassisSpeeds objects are used by the Chassis's drive methods.
◆ ChassisSpeeds()
| ChassisSpeeds::ChassisSpeeds |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
rotation |
|
) |
| |
Creates a new ChassisSpeeds object from the specified speeds.
- Parameters
-
| x | The velocity in the x direction in RPM |
| y | The velocity in the y direction in RPM |
| rotation | The rotational velocity in RPM |
◆ rotation
| double ChassisSpeeds::rotation |
◆ vOmega
| double ChassisSpeeds::vOmega |
◆ vX
◆ vY
The documentation for this class was generated from the following files: