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...
Show off your group to the world. Share a photo of your group with us.

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 1053 - 1082 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1053
José, Under which platform did you experienced this problem ? Linux or Windows ? Could you please fill in a bug report form about it on ...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 1, 2005
2:40 pm
1054
Hi all, Does anyone know what is the problem with using cygwin to compile Webots controllers (written in C) using Make? I receive the following message: make ...
Edgar Bermúdez
academic_edgar
Offline Send Email
Nov 1, 2005
3:37 pm
1055
... It is working fine on my machine. However, I have version 1.5.0_04 of Java. But I think this shouldn't be a problem as the Webots/lib/Controller.jar is...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 2, 2005
12:07 pm
1056
Hi, i just updated Webots 5.0.8 on a machine and I get this message when I try to compile a controller (written in C) that I has been already using with Webots...
Edgar Bermúdez
academic_edgar
Offline Send Email
Nov 3, 2005
5:42 pm
1057
Hi, This is strange as it works fine for me (both with gcc and g++) under MinGW. Did you try to perform a make clean (i.e., remove the *.o files from your...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 4, 2005
8:07 am
1058
Just for future reference, it was a problem with my working directory(I didnt know what exactly was). What I did was to delete my working directory and start...
Edgar Bermúdez
academic_edgar
Offline Send Email
Nov 4, 2005
11:26 am
1059
Hiya, Quick one this. I thought that the SUPERVISOR_FIELD_ROTATION_ANGLE returned a float of between zero and 2*Pi radians. For some reason my simulation...
Mark Ridley
dogsbody_d
Offline Send Email
Nov 4, 2005
3:26 pm
1060
Hi, have you tried this function in Webots 5.0.8? for some reason Webots crashes (after saving an empty jpg image) when I try to save images from the camera...
Edgar Bermúdez
academic_edgar
Offline Send Email
Nov 4, 2005
3:38 pm
1061
by the way, this is only trying to save using the jpg format, with png format works fine. Cheers, Edgar ... From: Edgar Bermúdez <edgar.bermudez@...> ...
Edgar Bermúdez
academic_edgar
Offline Send Email
Nov 4, 2005
3:48 pm
1062
... Yes, all values are allowed (0;2pi) and (-pi;pi) and we could imagine to have even higher values. This modification was introduced because of Servo and...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 4, 2005
4:39 pm
1063
I have attached a file that is created when i run my experiments. I hope you could find what is happen with this information Thanks... ... From: Olivier Michel...
José A Martín H
joseoomartin
Offline Send Email
Nov 5, 2005
2:44 pm
1064
Hiya ... 5.0.8. Thanks for pointing this out! I have now got it sorted, though in my case (and in soccer_supervisor.c) it's the SUPERVISOR_FIELD_ROTATION_Y...
Mark Ridley
dogsbody_d
Offline Send Email
Nov 8, 2005
1:40 pm
1065
Hi, I just released Webots 5.0.9 which fixes a couple of bugs (and especially the hang bug under Windows after revert or load). You can download it from the...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 8, 2005
5:12 pm
1066
hi can anyone tell me if the controllers for the supervisor and the robot are snyced? for example on each clock tick of simulation (return 64) does was one ...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Nov 9, 2005
4:37 pm
1067
hi everyone i have tried to test this by having both the supervisor and the robot controller print a count value to the log using robot_console_printf() just ...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Nov 9, 2005
7:17 pm
1068
Hi, About robot / supervisor synchronization, there is a field called synchronization in the CustomRobot, DifferentialWheels and Supervisor nodes. This field...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 10, 2005
7:05 am
1069
Hiya, I've been running long simulations with a genetic algorithm, and this error has come up a couple of times: "ODE Message 3: LCP internal error, s <= 0...
Mark Ridley
dogsbody_d
Offline Send Email
Nov 11, 2005
1:09 pm
1070
Well, you are entering the tricky parts of ODE... I believe these LCP internal errors are results of the accumulation of numerical errors due to extreme...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 11, 2005
5:32 pm
1071
Hi, We recently found a bug in Webots 5.0.9, which disable the collision detection between robots. It is now fixed and we are going to release Webots 5.0.10...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 16, 2005
12:16 pm
1072
Hello everyone, I would like to display some basic OpenGl graphics inside the webots scene, for example I would like to draw an ellipsoid given the center and...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Nov 16, 2005
12:48 pm
1073
... Yes, you will have to write a physics plugin (although it may contain no special physics programming), but it will contain a webots_physics_draw() function...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 16, 2005
12:56 pm
1074
... Thank you very much! Do you know if (and where) I may find some sample code to get an example of initialization/finalization of the opengl state? On the...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Nov 16, 2005
1:12 pm
1075
... I have no example here (but maybe other users can share some sample code on this). Basically, you should use the push/pop mechanism of OpengGL state with...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 16, 2005
1:21 pm
1076
Dear Olivier, I'm sorry to bother you, but today it seems that my QI has run out !! :) I was playing with the "sample.c" inside the physics directory, but I ...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Nov 16, 2005
5:33 pm
1077
Is it true they have been included into 5.09? Looking forward to using them when we can. Thank You, Matthew...
mjf462001
Offline Send Email
Nov 16, 2005
9:31 pm
1078
Hello everyone, I'm running a simulation where I use the OpenGl libraries to draw objects (lines, ellipses, cubes, ...) in the scene. The drawing code is...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Nov 17, 2005
6:05 pm
1079
Paolo, You should set glMaterial() before using glColor3f(). By the way, did you succeed to compile the DLL with Visual C++ ? By default we only support MingGW...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 18, 2005
8:53 am
1080
Hello Matthew, Unfortunately the linear servo have not been included in Webots 5.0.9. I'm personally developing the linear servos, and spring & damper for...
Yvan Bourquin
yvanix
Offline Send Email
Nov 18, 2005
8:53 am
1081
Dear Olivier, thank you very much for your hint, with this simple code: glEnable(GL_COLOR_MATERIAL); glColorMaterial(GL_FRONT_AND_BACK, GL_DIFFUSE); //can also...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Nov 18, 2005
11:21 am
1082
Hi, A new release of Webots is available. It is an emergency release for Webots 5.0.9 as it fixes a few important bugs introduced in Webots 5.0.9 (like ghost...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 18, 2005
4:12 pm
Messages 1053 - 1082 of 3407   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