Questions tagged [webots]

Webots is an open-source development environment used to model, program and simulate mobile robots.

Links

217 questions
-1
votes
1 answer

Dynamic vehicle modeling and simulation start condition

In one of my previous questions about WeBots I asked which vehicle model is implemented. Apparently the Ackerman vehicle dynamics is used. Could anyone give me a reference that has/explain this model? My second question is somewhat more practical.…
Nelson
  • 57
  • 5
-1
votes
1 answer

Problems running Webots

When launching Webots instead of a scene in the 3d View window, I sometimes get a black screen. I can not understand the reasons for its occurrence. What could be the cause? Operating system Windows 8.1, video cards Intell, AMD Thank you in…
-1
votes
1 answer

How can I send brainwave sensor values to robotis-op2

How can I send brainwave sensor values to robotis-op2. I have neurosky sensor and I want to send the values of the sensor.
-1
votes
2 answers

Possibility of implementing Shortest path algorithm with waypoints on webots

I'm currently doing a project using Webots to create a 3d simulation world - a container terminal yard whereby multiple robots(AGVs) reach their designated destination to load/unload containers. Here's a glimpse of what I've been doing for the past…
-2
votes
1 answer

Trying to add ImageTexture to a shape of IndexedFaceSet, how can I control the appearance of ImageTexture?

I tried to build a cup like can.proto, but the appearance of ImageTexture was strange. How can I control it?
-4
votes
1 answer

Coding a robot in Webots

As a beginner, I just installed Webots and imported 2 industrial robots (Kuka Youbot and the ABB IRB4600). My questions: Looking into each robot in the scene tree: I couldn't see any child parts under the parent. Are those parts hidden for some…
Aguilo
  • 33
  • 5
-4
votes
2 answers

I am not able to import python libraries (numpy, matplotlib, PIL ...) to use in my webots simulation

I am trying to create a simulation using webots in python. Although the libraries (NumPy, matplotlib, etc..) are installed on my ubuntu system, I cannot import them in my controller!! how can I use these libraries in my webots controller ?? from…
1 2 3
14
15