Closed auscompgeek closed 11 months ago
Similarly to how Translation2d can be unpacked.
Example usage:
speeds = ChassisSpeeds(1, 1, 0.5) vx, vy, omega = speeds
Can you add a test for this? Thanks.
I'll do one better: I've ported the ChassisSpeeds operator overload tests too.
Similarly to how Translation2d can be unpacked.
Example usage: