You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the drive subsystem of the mecanum controller command example, the order that the wheels are passed to the MecanumDriveWheelSpeeds and MecanumDriveWheelPositions constructors is wrong. It uses frontLeft, rearLeft, frontRight, rearRight, when the actual constructors use frontLeft, frontRight, rearLeft, rearRight.
Expected behavior
The order in the example should be correct. (That is, the example should use frontLeft, frontRight, rearLeft, and rearRight)
Additional context
This would be a relatively low effort issue- Just swapping the order of two arguments in 4 places and double checking the other examples for any other bugs.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the drive subsystem of the mecanum controller command example, the order that the wheels are passed to the MecanumDriveWheelSpeeds and MecanumDriveWheelPositions constructors is wrong. It uses frontLeft, rearLeft, frontRight, rearRight, when the actual constructors use frontLeft, frontRight, rearLeft, rearRight.
Links to code
Expected behavior
The order in the example should be correct. (That is, the example should use frontLeft, frontRight, rearLeft, and rearRight)
Additional context
This would be a relatively low effort issue- Just swapping the order of two arguments in 4 places and double checking the other examples for any other bugs.
The text was updated successfully, but these errors were encountered: