simondlevy / PyQuadSim

A open-source quadrotor simulator in Python for Linux [NO LONGER SUPPORTED]
GNU Lesser General Public License v3.0
38 stars 32 forks source link

V-REP complains about a customized main script #1

Closed kubark42 closed 9 years ago

kubark42 commented 9 years ago

V-REP throws two warnings when the simulation is started:

  1. "The main script of this scene was customized (which is anyway not recommended), and probably not compatible with V-REP release 3.1.3 and later. For that reason, the main script was replaced with the default main script. If your scene does not run as expected, have a look at the main script code."
  2. "The command simHandleChildScript is not supported anymore and was replaced with simHandleChildScripts, which operates in a slightly different manner. Make sure to adjust this script manually."

screen shot 2014-11-26 at 3 51 45 pm

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.

simondlevy commented 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.

kubark42 commented 9 years ago

Hah, sorry to badger you about it! It's a nice problem to have, though, since it shows people really care about PyQuadSim.

kubark42 commented 9 years ago

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.

simondlevy commented 9 years ago

Excellent, thanks! Feel free to close the issue.