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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2392 - 2421 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2392
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...
lei xu
xulei2102003
Offline Send Email
Oct 2, 2008
5:48 am
2393
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...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 2, 2008
6:36 am
2394
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...
Borja Santos-Diez V€ ...
bsvazquez85
Offline Send Email
Oct 2, 2008
9:55 am
2395
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 ...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 3, 2008
8:02 am
2396
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...
lei xu
xulei2102003
Offline Send Email
Oct 5, 2008
1:45 pm
2397
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...
Yvan Bourquin
yvanix
Offline Send Email
Oct 6, 2008
7:34 am
2398
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...
Aaron
amhoov
Offline Send Email
Oct 6, 2008
11:28 pm
2399
Hello Aaron, Currently, the spring/damping constants cannot be changed programmatically However we hope that this will be possible in the new release of...
Yvan Bourquin
yvanix
Offline Send Email
Oct 7, 2008
7:06 am
2400
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 ...
scaryas
Offline Send Email
Oct 7, 2008
4:39 pm
2401
Hi, SUPERVISOR_FIELD_ROTATION_ANGLE refer to the rotation angle around the axis defined by SUPERVISOR_FIELD_ROTATION_X, SUPERVISOR_FIELD_ROTATION_Y and...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 8, 2008
6:57 am
2402
Hi, thanks for the quick reply! i am only concerned with setting the rotation about the y-axis but, in the physics simulation, there seems to be some...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Oct 8, 2008
10:02 am
2403
Stevie, What you want to do is this: static float my_rotation[4]={ 0.0f, 1.0f, 0.0f, 0.0f }; ... { /* control loop */ ...   my_rotation[3]=my_angle; /* set a...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 8, 2008
10:37 am
2404
hi Olivier, thanks very much. but sorry to bother you once more, i need to set the translation aswell as the rotation. when i use the masks OR'd together does ...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Oct 8, 2008
12:09 pm
2405
hi olivier, i think i might have gotten to grips with this. the type mask specifies the order and the elements to look for in the position vector? for...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Oct 8, 2008
12:47 pm
2406
Hi Stevie, You will get the data in the following order: SUPERVISOR_FIELD_TRANSLATION_X SUPERVISOR_FIELD_TRANSLATION_Y SUPERVISOR_FIELD_TRANSLATION_Z ...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 8, 2008
12:47 pm
2407
hi Olivier, got it now, cheers! stevie...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Oct 8, 2008
1:20 pm
2408
Have a program written in the Java Language and Im working with the Hemisson Robot. I can't exactly figure out how to upload my program to my robot. Any...
j.moore_5
Offline Send Email
Oct 8, 2008
3:20 pm
2409
Hi, You cannot upload a Java program onto an Hemisson robot. You have to write your program either in C or in BotStudio (graphical programming language with...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 8, 2008
3:28 pm
2410
Hi, I would like to use NaoQi with Webots. I am learning how to run NaoQi on my PC, but I don't understand how to connect Webots and NaoQi. How can I tell...
jdelpia
Offline Send Email
Oct 8, 2008
8:02 pm
2411
Hi, Aldebaran robotics developed a NaoQi interface for Webots. To my knowledge, it is distributed to the Nao Robocup users only so far. You may want to ask...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 9, 2008
7:47 am
2412
Olivier, Thanks. I am with a Robocup team, but I still don't understand some "details". Well, I'll continue trying. Best regards, José D....
jdelpia
Offline Send Email
Oct 9, 2008
1:20 pm
2413
Hello, Is any function for time delay? For example, mybot goes foward 5 ms, then stop. differential_wheels_set_speed(60, 60) delay (ms)?? ...
liyungsen
Offline Send Email
Oct 14, 2008
8:53 pm
2414
Hello, That should be as simple as this: differential_wheels_set_speed(60, 60); robot_step(5); differential_wheels_set_speed(0, 0); Cheers, Yvan ... -- ... ...
Yvan Bourquin
yvanix
Offline Send Email
Oct 14, 2008
9:07 pm
2415
Hello everyone£¬ When I used the gripper,I found that the gripper could only grip the solid with the cylinder shape,but it couldn't grip the solid with the...
lei xu
xulei2102003
Offline Send Email
Oct 15, 2008
12:28 pm
2416
Hello, I am new to threads, I look up Webots reference for robot_task_new, robot_mutex_new and robot_mutex_lock, but still cannot get the multi- threads to...
liyungsen
Offline Send Email
Oct 15, 2008
4:09 pm
2417
Hello, Did you define the "boundingObject" of the Box ? For example like this: Solid MySolid { children [ Shape { geometry DEF MyBox Box { size 0.1 0.1 0.1 } }...
Yvan Bourquin
yvanix
Offline Send Email
Oct 16, 2008
7:08 am
2418
Hello, It is possible to use threads in Webots controller code. Howvever, there are no examples of using threads in the Webots distribution. The functions you...
Yvan Bourquin
yvanix
Offline Send Email
Oct 16, 2008
7:24 am
2419
Hi, I am looking for a robot which has 3 degrees of freedom and two grippers to be used for pick&place tasks on a conveyor band. Is there anyone who knows such...
Mehmet Emin
kalalolu
Offline Send Email
Oct 16, 2008
8:57 am
2420
Hello, I need to start webots from the windows command line. When I type the command, I want to specify the .wbt file as well as some parameters for my robot...
mmaniada@...
mmaniadahoo
Offline Send Email
Oct 16, 2008
8:58 am
2421
Hi Michail, It should possible to start webots from the console and specify the world file to open (you have to specify it as the first argument of the ...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 16, 2008
9:34 am
Messages 2392 - 2421 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