Replies: 5 comments 13 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
I would recommend to have the Webots API functions called from the same thread only. Other threads may run in parallel and synchronize with the one dealing with the Webots API. |
Beta Was this translation helpful? Give feedback.
-
Is there anyway third person view of simulation moves along the robot. I mean when my robot moves then how can I make sure my screen always follows the robot? |
Beta Was this translation helpful? Give feedback.
-
Can you please tell me why I am getting this error? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to identify and interpret the contact points of already available robots using supervisor node. In simple terms, if the robot falls over, is there a way I can identify the robot has fallen using any supervisor features? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to use webots with NEAT algorithm. I've integrated robot controller with neat algorithm but the controller freezes when it reaches the line
while robot.step(timestep) != -1:
. How do I proceed with this? I am also attaching my code and environment for reference.Beta Was this translation helpful? Give feedback.
All reactions