BerkeleyAutomation / autolab_core

Core utilities for Berkeley AutoLab.
https://berkeleyautomation.github.io/autolab_core
Apache License 2.0
80 stars 39 forks source link

Improved python3 compatibility #26

Closed rickstaa closed 5 years ago

rickstaa commented 5 years ago

Changed div to _truediv in points.py and added future.division to chessboard_registration. See issue #25.

rickstaa commented 5 years ago

The changes in this pull request do not enforce the use of the true div instead of the div.