robotpy / robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

magicbot: Bound tunable/feedback value types #203

Closed auscompgeek closed 1 year ago

auscompgeek commented 1 year ago

This makes the types that a tunable can be created with, or a @feedback method can return, stricter and match the types that are actually allowed at runtime. This will catch things like attempting to directly send a Pose2d early.

Uses https://github.com/robotpy/pyntcore/pull/43, so also bumps the dependencies.