Closed auscompgeek closed 4 years ago
Turns out the fields are read-only from Python, so this is blocking actually being able to use the kinematics classes.
With the fix to robotpy-build, the attributes are now read-write, but we really should have a constructor taking the values like Java does.
It should take vx, vy, omega as arguments that default to 0.