Hi, does anybody know how to do memory leak checking or things like that? I tried to change the controller program in the world file to "/usr/bin/valgrind"...
Sven Wehner
sven@...
Sep 1, 2008 11:11 am
2373
Hello Sven, This is possible but a bit tricky. Let's assume that the controller you want to "valgrind" is called "my_controller" and that it is located in the...
Hello, I am trying to generate a video, but at the end of the process I get this message: -bash: /var/tmp/mpeg_script.sh: No such file or directory I made...
Hi Claudio, It seems that the Mac OS X version of Webots around version 5.5.x had some problems with making movies. I would recommend you to upgrade to Webots...
Hi, I'm a bit new to webots, and this is also my first post to this mailing list, but I thought that my little project might interest some people. I've just...
Jesse van den Kieboom
jesse@...
Sep 8, 2008 6:50 am
2377
Thanks for this! Please note that the correct URL is: http://www.icecrew.nl/projects.php?action=webotsruby -Olivier Jesse van den Kieboom wrote: Hi, I'm a bit...
Hi, I've been using webots on windows and I wanted to see how it would do on Linux. I have webots working well on linux with the included samples, but when I...
Hi, I had the same problem early this week. The solution is to open the world file in a text editor under Linux (or Mac) and to change the carriage return of...
Hi, this post is also related to the "Change world info node" post, but let me create this new one. I want to use an optimization algo (such as GA (genetic...
Matej Hoffmann
matej.hoffmann@...
Sep 14, 2008 11:52 am
2381
Hi Matej, The procedure you describe is perfectly right and probably the best way to go. To my knowledge there are no utility library that would help you ...
Hi Stanislav, (I am sending this answer to the webots-users mailing list as well as it may be useful to others as well) You are not missing anything, this is...
Hi everyone, Following the success of the original webots ratslife competition (now over), I've built a new site and re-launched the competition long term....
Anthony Morse
anthony.morse@...
Sep 18, 2008 9:07 am
2384
Hi all, I'm currently evaluating the Webots software for use in my lab. So, I've build a hexapedal robot by modifying the ghostdog.wbt world and the...
Hi Aaron, Yes, you can register for a free 30 day trial version of Webots at http://www.cyberbotics.com/registration/webots/trial/ You will receive a...
Hi, I was wondering if there is a way of controlling the objects in the world when the simulation is already running. What I am trying to simulate is a number...
Hi, I am trying to remotely run WeBots in batch mode but get a crash. If I am logged in KDE and start WeBots in batch mode, it works, if I connect remotely...
Hi Hugo, This is known bug of Webots 5.10.0. Using Webots 5.9.2 should fix the problem (until we release a new version). -Olivier Hugo Costelha wrote: Hi, I am...
Hi everyone,when I use GPS function returns three Euler angles, I met one problem.In Reference Manual said :the second Euler angle can be interpreted as a...
Hi Lei, The second Euler angle provides you with absolute orientation information along the vertical world axis (Y). Hence it is somehow similar to the value...
Good morning, I'm a newbie in Webots and I'm trying to make my simulated aibo walk (just that). I've used Skitter to create some .mtn files, and even when I...
Hi Borja, It seems there is a bug in Webots 5.10.0 in the Mac OS X version of the libController.dylib. This bug is showing up on Intel machines only and ...
Hi,I used a pen attached to my robot to write down the trajectory of the robot. But its weird that the pen didn't begin write down from the robot start move...
Hello, On your snapshot it seems that not only there is an offset distance between the robot and the ink trajectories but also that their direction/orientation...
Hi all, Is there a straightforward way to change a servo's spring constant programatically from within the controller? Specifically, I'm working on controlling...
Hello Aaron, Currently, the spring/damping constants cannot be changed programmatically However we hope that this will be possible in the new release of...
hi everyone, can someone explain to me what SUPERVISOR_FIELD_ROTATION_ANGLE mask is for? there are already individual masks for the x, y and z axes ...
Hi, SUPERVISOR_FIELD_ROTATION_ANGLE refer to the rotation angle around the axis defined by SUPERVISOR_FIELD_ROTATION_X, SUPERVISOR_FIELD_ROTATION_Y and...