Search the web
Sign In
New User? Sign Up
webots-users · Webots Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1561 - 1591 of 3399   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1561
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...
Nathanael Miller
nathanael.mi...
Offline Send Email
Sep 8, 2006
6:29 am
1562
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@...
Send Email
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...
gattobestia
Offline Send Email
Sep 11, 2006
11:28 am
1564
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...
gattobestia
Offline Send Email
Sep 11, 2006
11:28 am
1565
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 11, 2006
12:42 pm
1566
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 13, 2006
9:48 am
1567
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 14, 2006
1:25 pm
1568
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...
andrewfelch
Offline Send Email
Sep 17, 2006
7:16 am
1570
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...
andrewfelch
Offline Send Email
Sep 17, 2006
7:19 pm
1571
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...
Yvan Bourquin
yvanix
Offline Send Email
Sep 17, 2006
7:20 pm
1572
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@...
Send Email
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...
andrewfelch
Offline Send Email
Sep 18, 2006
5:35 am
1574
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 19, 2006
7:27 am
1575
it is possible to modify the codes of "mybot" and to compile in webots trial? How to do this? leitejr...
leitejr2001
Offline Send Email
Sep 21, 2006
4:01 am
1576
Hi, It is not possible in the "evaluation version". If you would like to try this, please ask for a license file for a 30 day trial version at ...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 21, 2006
6:45 am
1577
Hi, I am having problems while trying to compile my controller: javac -classpath "C:\Program Files\Webots/lib/Controller.jar;." OriginalSymmetrical.java ...
p.vargas001
Offline Send Email
Sep 25, 2006
1:23 pm
1578
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 ...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 25, 2006
6:30 pm
1579
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...
p.vargas001
Offline Send Email
Sep 26, 2006
8:55 am
1580
... 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...
Yvan Bourquin
yvanix
Offline Send Email
Sep 27, 2006
9:52 am
1581
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...
leitejr2001
Offline Send Email
Sep 27, 2006
7:12 pm
1582
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@...
Send Email
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 28, 2006
12:56 pm
1584
... 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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 28, 2006
1:41 pm
1585
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...
scaryas
Offline Send Email
Sep 28, 2006
1:59 pm
1586
Thanks, have Anybody one example of Visibility Graph and Voronoi Diagram in webots? jorge Olivier Michel <Olivier.Michel@...> wrote: ... No, this...
jorge leitejr
leitejr2001
Offline Send Email
Sep 28, 2006
2:07 pm
1587
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...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 28, 2006
2:16 pm
1588
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...
disarisi
Offline Send Email
Sep 29, 2006
6:23 am
1589
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 ...
Olivier Michel
oliviermichelus
Offline Send Email
Sep 29, 2006
7:36 am
1590
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@...
Send Email
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...
p.vargas001
Offline Send Email
Sep 29, 2006
10:56 am
Messages 1561 - 1591 of 3399   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help