Chris-Annin / AR2

6 axis stepper motor robot and control software - Gen2
1.39k stars 419 forks source link

Import error #20

Closed machinelearner452 closed 5 years ago

machinelearner452 commented 5 years ago

Hi Chris,

Thank you for pulling and sharing this good work together. I am on windows 10 and using anaconda with python 3.6. I am getting an error I am not sure how best to fix. The error is: **AR2.py", line 4759, in SaveAndApplyCalibration** J1NegAngLim = int(J1NegAngLimEntryField.get()) ValueError: invalid literal for int() with base 10: '' I have tried a map(int, xxx) fix but does not work on the lines with float - J1DegPerStep = float((J1PosAngLim - J1NegAngLim)/float(J1StepLim))

Any suggestion would be helpful. Thank you

machinelearner452 commented 5 years ago

Hi Chris, I think a step was missed on my side - after manual entry of calibration data in the tkinter form has the error location moving down the program. I will close until more can be discovered. Thanks again for sharing you work! Joe