mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

fix(sdk_io): float input to range #387

Open akasaki1211 opened 4 months ago

akasaki1211 commented 4 months ago

Fixed an error in mgear.rigbits.sdk_io when using Python3, where a float value was entered into range().

miquelcampos commented 4 months ago

Thanks @akasaki1211 I will check it ASAP

akasaki1211 commented 4 months ago

Thanks @chelloiaco for the great review. I have changed it to be simpler.