robotpy / robotpy-rev

RobotPy bindings for REV Robotics' REVLib
Other
8 stars 13 forks source link

Fix setSmartCurrentLimit in simulation #10

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

The single-argument overload actually calls the 2-argument overload with a freeLimit of 0. Perhaps it might be better/simpler for us to just expose the 3-arg overload with freeLimit defaulting to 0.

auscompgeek commented 5 years ago

Fixed in #15.