Hello everyone. I am currently working on a project involving terrains. I am wondering how the xyz coordinates of a height map or a mesh grid can be...
Hello Victor, I don't know why the ElevationGrid has a disabled "height" field. But you can change the elevation of the whole grid by modifying the ...
Hello Victor, ... ??? No, an ElevationGrid is a _flat_ surface, it can be used only as a _flat_ ground ... So the best is to use a IndexedFaceSet if you need a...
Hello Paolo, I did this once a long time ago so my memories are inaccurate: So it was more or less like that: 1. Recompile a "debug" version/configuration of...
Hello there Yvan, I just wanted to say thanks for everything. The information has been really useful. My supervisor was able to find (I think that you had...
Hello, I have problem with path for the image used as a texture. When I just the local path and the name of the image Webots looks up at the globally installed...
Hi Victor, You can generate a texture for an IndexedFaceSet from most of the 3D modeling software (like Blender, ArtOfIllusion, 3D StudioMax, Maya). You should...
And I forgot to say that the texture image should be a square image (not rectangle) with a width and height being a power of 2 (i.e., 32, 64, 128, 256, 1024,...
hi everyone, i had been using webots 5.1.7 on win xp sp2 quite happily. i closed it down and when i tried to re-start webots i get the error message: ...
Hi, I would recommend you to uninstall / reinstall Webots. This clears up the registry entries about Webots which may in some circumstances make Webots crash...
Hello Stevie, The problem is that your preferences specify that Webots must starts in RUN mode. Then Webots loads and runs your world and ... crashes each time...
Dear weboticists, I am trying to send the coordinates for two robots from the supervisor with the following supervisor controller, but it does not work. The ...
Hi, I just released Webots 5.1.8 beta. It includes many new things and bug fixes, especially a model of the IPR robot arm from Neuronics and a new node:...
Hello, is there a simple way to move (pan/tilt) a camera mounted on a robot? i.e. to change the "rotation" fields? I mean by the robot controller, not from the...
Dear Webots friends, Does anyone know how to model a water environment in the salamandar demonstration which only has a dll file without source code? Any...
Hello Claudio, You can pan/tilt a Camera by putting it under the control of two Servos. (One Servo for pan and another one for tilt.) Here is a VRML example...
Hello Hiroshi, This is quite complex ! You need to know a bit of physics, of vector maths, and of ODE programming. You will have to create a physics plugin for...
Hi, can I set a robot's position to a given (x,y,z,roll,pith,yaw) at run-time? I can do that using the supervisor, but I would like to do it with the robot's...
Hi all, i have made a function that moves the head of the my robot (Aibo). If i use the function inside my controller (controller.cc) works, but if i put it in...
hi everyone i am having some troble with my controller. it is a neural controller with recurrent connections. when i run it after a while the controller stops...
hi stevie, ... you did not mention where these values are generated! but i guess you get them from gps_euler, right? in that case your robot probably gets into...
hi stevie, ... you did not mention where these values are generated! but i guess you get them from gps_euler, right? in that case your robot probably gets into...
hi hannes sorry i did not explain properly but i am not using gps_euler. i am using a neural network to directly control the robot. the weights i load from a...
hi stevie, in that case i have no idea. i know this type of error only from invalid divisions. i would try to add an alert to get informed when the denominator...