Page 1 of 1

test2.py

Posted: 26 Jun 2024, 13:07
by Jolene
Hello, I am new to Coppelia and recently got my VSCode working with Coppelia through ZMQ. I am trying to run the test files, in test2.py I am missing the test2Scene.ttt file. Any chance I could download this from somewhere? I tried creating it out of a blank file but then the objects don't exist.

sim.loadScene(sim.getStringParam(sim.stringparam_scenedefaultdir) + '/../test2Scene.ttt')

Thanks!

Re: test2.py

Posted: 26 Jun 2024, 13:59
by coppelia
Hello,

that test script (including the test2Scene.ttt) is not meant to be ran: it is an internal test we use(d). I think the test*.py scripts were actually not intended to be part of the repository.
Have instead a look at the other example files, e.g. simpleMovement.py

Cheers