-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix build and visualization for Python 3.8 #1
base: python3
Are you sure you want to change the base?
Conversation
504b0c0
to
09d3273
Compare
|
Could not get the zoom function to work properly, when holding both mouse buttons I get
|
Regarding residual issue you had on IGM - Paul frame 7 :
I should point out that # Index of antecedent joint: list of int.
self.ant = list(range(-1, self.NF - 1)) Which creates a (7)-long array |
It could also be that |
matter of fact, def rx90():
"""Generate Robot instance of RX90"""
robo = Robot('RX90', 6, 6, 6, False) |
I was able to run this with Python 3.8 on a Catalina macOs, and to get Visualization working.
Still, apparently other stuff is broken, but I don't really know what I'm doing robot-wise.
To get there, I had to freeze wxPython to 4.0.7 as access to 2.8.12 is really not practical, and 4.1 breaks more things. As a consequence there is a good chance it'll never run under Python2 again, I did not even try.
If you think this must still be compatible with Python2, I can give it a go, but I'd rather fix more Python3-related issues.