utk-robotics-2017 / rip_python

A generalized robot framework to be used with future IEEE robots
1 stars 0 forks source link

I2C Encoders Base Value conversion with units #30

Open robobenklein opened 7 years ago

robobenklein commented 7 years ago

Currently, (not sure why), I2C Encoders are returning their raw position on get_position() instead of a degree or radian measure. (Unit.base_value conversions)

This is an after-comp fix as we're making stage3 work in it's current state.