Hello, I am using Webots PRO 5.1.7. When I try to run the "Make" command, I get the following error. {*Execution of command 'mingw32-make' failed (error 2: the...
Hi Nathanael, It looks like you need to set the windows PATH variable... run the Webots' installer and uncompress MinGW's zip to a directory, e.g C:\MinGW....
Anthony Morse
anthony.morse@...
Sep 8, 2006 7:30 am
1563
Hi, I have problems in importing some VRML models... all I get is a "Failed to import VRML file: Wrong VRML 2.0 header" error message... I am pretty sure the...
Hello again, does anybody have a good model of a pioneer 3-at rover? It doesn't have to be extremely realistic, just the main features... Thanks -- Claudio...
Hi, The only pioneer model I have is a pioneer 2 DX (it is included in the Webots distribution under pioneer2.wbt). I guess the Pioneer 3-AT is slightly...
Hi, We are about to release a new stable version of Webots tagged 5.1.9 which includes many bug fixes and improvements. We have a release candidate tagged...
Hi, Webots 5.1.9 is a pretty big upgrade over 5.1.7 (the last stable release): it includes many improvements and bug fixes, making Webots more stable and...
Hello, I'm new to Webots but have a quick question. Is it possible to create a passive wheel, place it horizontally and have it act as a lazy susan (for robot...
That's fantastic! Thanks so much for your help with the details. I'll post questions as they arise when I get a chance to implement this (still doing...
Hello Andrew, Yes that's possible !!! You will need a Servo for the wheel: the Servo type must be "rotational". You will also need to setup a physics-based...
Great news on the upgrade. Our site has one request. Can the latest release also be compiled into images for the newer 64-bit chips, the AMD platform in...
Jeff Pfaffmann
pfaffmaj@...
Sep 17, 2006 8:04 pm
1573
Hello, I'm wondering if it is possible to create a pen drawing object in Webots that will leave writing visible to a camera? I believe that infrared requires...
Hi Andrew, Currently you can draw using a Pen device. However, the drawings are not seen by the robot's camera device... It can only be perceived by infra-red...
Hi, I am having problems while trying to compile my controller: javac -classpath "C:\Program Files\Webots/lib/Controller.jar;." OriginalSymmetrical.java ...
Hi Patricia, This problem likely comes from the fact that the Webots Java library was compiled with a recent version of Java (1.5) and I suspect you are using ...
Hi Olivier, Thank you, but I have checked my Java version: H:\p\pv\pv32>java -version java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition...
... Hello Jimmy, The Physics in a CustomRobot is exaclty the same as the Physics in a Servo or a Solid, the only difference is that CustomRobot node represents...
Is possible get propriets of an object (SOLID) in the enviroment on run time, to construct one map? example: object x Solid----->translation[x,y,z] ... or is...
Hello all, the code attached makes crahs webots. If i press 'p', the image is get it. ok If I press 'q' the image is saved. ok If I press 'r' to process the...
J. Manuel Velasco
jvelasco@...
Sep 28, 2006 12:12 pm
1583
Hi Manuel, I would recommend you to debug your program using gdb to understand ... Please let me know if that helps. -Olivier...
... No, this is not possible from a robot controller as it would be cheating the simulation. The only way to do it would be to parse the .wbt file ... There is...
hi everyone i know there is no support for a supervisor reading the field values of a robot aprat from its location and light or battery level but is the re a...
Hi, The normal way to do this is to use an Emitter / Receiver pair. If you don't want to do that, then you can implement your own communication system between...
Hi roboFellows, I am concerned about if webot software may let me to design a robot that has pneumatic actuators, and vacuum suckers at the end of each leg of...
Hi, Webots can model pneumatic actuators, as well as vacuum suckers, fairly easily: For pneumatic actuators, I would recommend you to use the Servo node and ...
Hello Oliver, When the controller executes this part of the code: if( (image = cvLoadImage( "imagen.jpg", 1)) == 0 ) { printf("No se lee bien la imagen"); ...
J. Manuel Velasco
jvelasco@...
Sep 29, 2006 9:56 am
1591
Hi, I still can not compile my controller with the new Webots release version 5.1.9. I have checked my Java version is "1.5.0_04" Does anyone have any other...