allwpilib
allwpilib copied to clipboard
Add equals override to ChassisSpeeds
The ChassisSpeeds class is missing an equals override method
Can you give an example where this would be useful?
Can you give an example where this would be useful?
Trajectory State, checking if one trajectory state is equal to another for interpolation. Speaking of, this should probably implement Interpolatable<ChassisSpeeds> too