mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
These two functions were changed to return new objects instead of modifying in-place, so the `const` qualifier should be added. Otherwise, users with a const reference to a `SwerveModuleVelocity` need to make a temporary copy first.