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 1328 - 1360 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1328
Hi , i was able to orient my robot to the angle i specify in the supervisor using my slope value but when it comes to the robot controller how can i direct it...
yerramsetty ramana
ramana_u4ia
Offline Send Email
Apr 3, 2006
4:01 am
1329
Hi, I am currently using the Webots 4. However, I have found that i couldn't disable the pen once writing is enabled. What could be the source of this problem?...
wllui1
Offline Send Email
Apr 3, 2006
10:28 am
1330
hi everyone i am having trouble with the supervisor_field_get and set functions. briefly i have code to do the following: i have a function to check if robot...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Apr 3, 2006
1:49 pm
1331
Hi, You can do the set thingy whenever you want, however the get can only be called once. This call will return an array and this array is updated every...
harmaarts
Offline Send Email
Apr 3, 2006
2:06 pm
1332
thanks Harm, i've re-jigged things around now and have fixed it. i was getting a bit confused in my own loop within the webots controller loop. cheers stevie...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Apr 3, 2006
3:06 pm
1333
Hi!, I'm trying to build an image with the 'camera_image_get_c' macros but always get a striped image, I mean: valid line white line valid line white line ... ...
aibouji
Offline Send Email
Apr 4, 2006
3:04 pm
1334
Hello Oliver, I am trying to implement the effect of omni-directional camera for the Khepera in webots. So far broadening the fieldview to 2 or 3 meters with ...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Apr 4, 2006
6:44 pm
1335
Hi again, I am still having trouble using two synchronous controllers, at one point one of the controllers seem to dive in a webots command and never returns....
harmaarts
Offline Send Email
Apr 5, 2006
7:35 am
1337
Never mind I figured it out. The problem was that I was using different time step sizes in my controller than the time step size as defined in the wbt file....
harmaarts
Offline Send Email
Apr 5, 2006
11:56 am
1339
Hello Again, I am trying to implement the effect of omni-directional camera for the Khepera in Webots. So far broadening the fieldview to 2 or 3 meters with ...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Apr 5, 2006
6:03 pm
1341
I'm using this code to read a servo velocity: note: servo[0] is the name of my servo, obtained by servo[0] = robot_get_device... [reset section] float...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 5, 2006
6:44 pm
1342
Hi I had some experiments in modeling a robot which follows the circumference of a ball with Webots. Please explain your work with more details, if possible...
mehdi
m_asadpur
Offline Send Email
Apr 6, 2006
11:09 am
1343
hi all i have some problems synchronising my supervisor and robot controllers. i am running a GA within the robot controller itself. the robot starts with a...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Apr 6, 2006
12:59 pm
1344
Hi, Actually, I think you must use several cameras. I would say at least 3 of 120 degrees each. This paper might be interesting if you want to develop an...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 6, 2006
3:37 pm
1345
Hi, i am trying to direct my robot initially to towards the goal. i've set the goal coords to (0,0) so that i f i considr a straight line then the slope wud be...
ramana_u4ia
Offline Send Email
Apr 6, 2006
4:56 pm
1346
Ok Thanks for that, It would be much appreciated... Abdulrahman. Olivier Michel wrote: Hi, Actually, I think you must use several cameras. I would say at least...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Apr 6, 2006
5:44 pm
1347
i created a solid node, a red ball. robot must go where is the ball but robot doesn't find it. where is the problem? my red ball ... solid node...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 6, 2006
6:00 pm
1348
I'm using this code to read a servo velocity: note: servo[0] is the name of my servo, obtained by servo[0] = robot_get_device... servo[0] works: it's correctly...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 6, 2006
9:44 pm
1349
Hi Stevie, This is a standard process synchronization problem and can be addressed through a semaphore system. The more portable way to do it is probably to...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 7, 2006
1:54 pm
1350
does pen write only on the ground (and only if there is a texture on the ground)? is it possible use pen to "write" in the 3d space, so to draw the robot...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 10, 2006
7:27 am
1351
I have this program that handles two differntial_wheels-type robots, a leader (blue) and a follower (yellow). For some reason, after the robots have made a...
ouri_maler
Offline Send Email
Apr 10, 2006
8:41 am
1352
please, can you post here angle values ( from just before the complete revolution to a little after the complete revolution)??? ... Da:...
O
ingegneriame...
Offline Send Email
Apr 10, 2006
9:01 am
1353
Actually, it's not "complete revolution" so much as "reach angle 0". For the blue robot - the leader - the angle goes from -0.079488 to -0.069831 (which is...
ouri_maler
Offline Send Email
Apr 10, 2006
9:32 am
1354
in you cpp code you wrote: supervisor_field_get(robot[i], SUPERVISOR_FIELD_TRANSLATION_X| SUPERVISOR_FIELD_TRANSLATION_Z| SUPERVISOR_FIELD_ROTATION_ANGLE, ...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 10, 2006
10:54 am
1355
A question: ... float dir; //rotation angle from the second to first robot float x = x1 - x2; float z = z1 - z2; dir = mod_pi(acos(x/(sqrt(x*x + z*z))) +...
ingegneriameccanica
ingegneriame...
Offline Send Email
Apr 10, 2006
4:53 pm
1356
Because the trigonometric funtion acos can give the same result for different values. The cosine of, say 0.1 radians is the same as the cosine of pi-0.1...
ouri_maler
Offline Send Email
Apr 10, 2006
8:48 pm
1357
When I try to modify the angle by hand, the whole thing goes crazy. I keep increasing the angle, causing the robot to rotate clockwise...Then, once I get past...
ouri_maler
Offline Send Email
Apr 11, 2006
7:30 am
1358
Important addendum: I'm using version 4.0.21. Is that a bug that was corrected afterwards? ... command. ... should ... angle ... ...
ouri_maler
Offline Send Email
Apr 11, 2006
8:22 am
1359
Yes, that bug is an old known bug which has been fixed in recent versions of Webots 5. I would recommend you to upgrade. -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 11, 2006
9:48 am
1360
Is there documentation explaining exactly what happens when "play" is pressed in the simulator in terms of a java controller? Controllers are required to be ...
gabriel maganis
gabmaganis
Online Now Send Email
Apr 13, 2006
12:06 am
Messages 1328 - 1360 of 3393   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