I have this program in webots where I am extracting the color instance from the Wbcamerarecongnition and trying to print the color which according to documentation is made of 3D array for each color.
below is link to the documentation
I am trying to…
Brain box. I work in Linux with C language. I want to know how API functions work. For example,wb_radar_get_number_of_targets(WbDeviceTag tag), how can I find its implementation code, that is, its. C code
I need to create a simulation of a track-based event on Webots, which has multiple challenges in it ( Line Sensors, Obstacle avoidance, slopes.) How should I go ahead with creating the world map? How do I add the lines(black or white) for the line…
I was not sure about how to use the different types of DistanceSensors, and how does the gaussianwidth influence the sensor, and about the given 4 distancesensors, how to use it?
I created a two-wheeled platform that I want to stabilize. But I do not understand through which device or through the program code to do this.
I expect the platform to be upright.
I am using an algorithm to generate points my robot is supposed to explore. To do this, these points have to be generated such that none of them are within the area that obstacles occupy. How can that be done by using Webots?
I cannot use collision…
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.…
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…
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…
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…
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…