Replies: 1 comment 2 replies
-
This is known bug of Webots R2023a. Upgrading to a recent nightly build should fix it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to replicate the Epson Scara T6 example. To do so, I start from an empty project. I add an Epson T6 robot, and I set it as supervisor. I also set a staticBase. I select scara_fruit as the controller. I add a transform node to its handslot, which I def as VACCUM. Then I add the conveyor belt, and I fill the belt with apples and oranges. One apple defined es fruit0, and one orange defined as fruit1.
If I then run the simulation, I receive a Python error. If I close and open again Webots, the simulation works as expected.
This error happens both in Linux and Windows.
Doing some testing around, it seems the point at which the controller is chosen is very important. If you do it before some of the DEFs are set, then it fails. But if you set the controller at the end, it seems to work without needing a restart.
Beta Was this translation helpful? Give feedback.
All reactions