robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
10 stars 11 forks source link

Implement wpilib.sysid.State.__str__ for Java parity #70

Closed auscompgeek closed 8 months ago

auscompgeek commented 8 months ago

The Java version overrides toString: https://github.com/wpilibsuite/allwpilib/blob/68736d802d0764d8116dfc82fe42819b0cdbbbc3/wpilibj/src/main/java/edu/wpi/first/wpilibj/sysid/SysIdRoutineLog.java#L68-L70

Addresses https://github.com/robotpy/robotpy-commands-v2/pull/43#discussion_r1448885756