mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Reorder SwerveModules in SwerveControllerCommand example odometry update (#3934)
This commit is contained in:
@@ -68,8 +68,8 @@ public class DriveSubsystem extends SubsystemBase {
|
||||
m_odometry.update(
|
||||
m_gyro.getRotation2d(),
|
||||
m_frontLeft.getState(),
|
||||
m_rearLeft.getState(),
|
||||
m_frontRight.getState(),
|
||||
m_rearLeft.getState(),
|
||||
m_rearRight.getState());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user