data class DriveSignal
Signal indicating the commanded kinematic state of a drive.
accel
- robot frame acceleration
DriveSignal(vel: Pose2d = Pose2d(), accel: Pose2d = Pose2d())
Signal indicating the commanded kinematic state of a drive. |
val accel: Pose2d
robot frame acceleration |
|
val vel: Pose2d
robot frame velocity |