Closed kubark42 closed 9 years ago
Sorry, man -- you're the second person to contact me about this is the past two days. It looks like Coppeiia changed some fundamental stuff about how scripts get called, which has broken PyQuadSim. I am working on it this week and hope to have an update posted by the end of this weekend.
You are also the second person to note a problem with PyQuadstick on OS 10.10. It appears that pygame doesn't work on that OS, because of the font nonsense. This is unfortunately beyond my ability to repair. FWIW I gave up commpletely trying to develop on OS X / iOS and have gone totally Linux / Android.
Hah, sorry to badger you about it! It's a nice problem to have, though, since it shows people really care about PyQuadSim.
https://github.com/simondlevy/PyQuadSim/commit/be7a0540049bd455d84b93dfbf5a69989857ebb8 resolve this issue for me. Thanks!
P.S. I'll go ahead and close the issue unless you'd like to keep it open a little while longer.
Excellent, thanks! Feel free to close the issue.
V-REP throws two warnings when the simulation is started:
simHandleChildScript
is not supported anymore and was replaced withsimHandleChildScripts
, which operates in a slightly different manner. Make sure to adjust this script manually."I'm not sure what effect this is having, but when I try to run the simulation on OSX 10.10.0, the control stick interface pops up but hangs on a spinning beach ball. This could point to a problem with PyQuadStick, or it could be due to the main script being replaced.