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 1468 - 1498 of 3401   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1468
Again, Webots does exactly this assignment: dMassSetParams(&mass,value,1,2,3,4,5,6,7,8,9); If the values retrieved from dBodyGetMass() are wrong, then it is...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 1, 2006
1:21 pm
1469
Hi Amit, You should declare the fed structure as a global variable, otherwise, it won't work if declared in one function and used in another... i.e.: static...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 1, 2006
4:01 pm
1470
Hi, You can do it by adding a big LED device to your robot. See LED documentation for more details. -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 1, 2006
4:26 pm
1471
Hi: I'm trying to write a java supervisor that send the actual position of my robot to the controller. I'm reusing the java supervisor example that is in the...
fjaliseda
Offline Send Email
Jun 1, 2006
10:39 pm
1472
Hello Olivier, When I tried to retrieve the values using dBodyGetMass() after setting them with dMassSetParams(), I got the correct results. thanks and...
Amit Aggarwal
amit4fun2004
Offline Send Email
Jun 3, 2006
4:48 am
1473
Hello Olivier! Thank you very much for your guidance. Now, I am getting the exact torque and force values. thanks and regards Amit Olivier Michel...
Amit Aggarwal
amit4fun2004
Offline Send Email
Jun 3, 2006
4:50 am
1474
Hi, I am trying to simulate a robo-soccer field. The problem however is that the once the ball is kicked, it does'n't seem to stop and keeps on moving. It does...
dkg33@...
dhavalgada
Offline Send Email
Jun 3, 2006
8:09 am
1475
It extracts a coordinate from terrain and it moves the khepera with the destination which it designates. Store the coordinate which it extracts from terrain...
indetic1
Offline Send Email
Jun 3, 2006
6:25 pm
1476
Hi, Did you tried to reduce the bounce parameter as well? Please note that many of those parameters are actually an average of the Physics fields of the two...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 4, 2006
8:45 am
1477
Hi again: Finally we have found the solution: to do a robot_step(0) after getting the position. After all, we achieved to send a float[] from a java supervisor...
fjaliseda
Offline Send Email
Jun 4, 2006
9:06 am
1478
It wants executing the piglet. Must do an environment set how from the webot, it will not know. Do how and probably it will be able to execute the piglet from...
indetic1
Offline Send Email
Jun 5, 2006
11:34 am
1479
Hi Olivier, I did reduce the bounce parameter of the ball. Also, as adviced by you I did reduce the bounce parameters of other objects such as the ground,...
dkg33@...
dhavalgada
Offline Send Email
Jun 5, 2006
12:49 pm
1481
Hello Dhaval, What you need to do is to add the aerodynamics drag force to your simulation ! Webots simulates correctly the gravitational force, motor forces,...
Yvan Bourquin
yvanix
Offline Send Email
Jun 5, 2006
11:20 pm
1482
Hello Dhaval, Apparently your are using Windows ... I don't know much about visual studio, however, I can explain you how I did compile this code using MinGW...
Yvan Bourquin
yvanix
Offline Send Email
Jun 6, 2006
12:57 pm
1483
hello all, I need to implement a robot omnidirecional in webots. robot with 3 sweedish wheels. Have anybody an example or model for webots? thanks leitejr...
leitejr2001
Offline Send Email
Jun 12, 2006
3:14 pm
1484
Hello, The problem below is still present in version 5.1.7. (i.e. to send to several receivers listening to different channels within a single execution of the...
rafa.arco
Offline Send Email
Jun 13, 2006
1:07 pm
1485
Hello. I am a new user of Webots. I am try to simulate a humanoid robot just lik the one in our lab. I just want to know how to develop our own controller for...
Aiman
aimanmusa
Offline Send Email
Jun 14, 2006
8:51 am
1486
Hi! "DifferentialWheels" node has got a node "battery" through which we can find out the amount of energy remaining in the robot using ...
Amit Aggarwal
amit4fun2004
Offline Send Email
Jun 14, 2006
12:14 pm
1487
Hello, Some people will be working soon on improving the Emitter / Receiver API in Webots. The API will be based on packets instead of buffers which should fix...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 15, 2006
7:20 am
1488
The battery field is only useful for DifferentialWheels based robots. It is a facility which was introduced especially for the programming contests. It doesn't...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 15, 2006
8:04 am
1489
Hi, I would not recommend you to use Dev-C++. Instead, I would recommend you to use the Webots built-in editor which is well integrated with MinGW. You can...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 15, 2006
8:06 am
1490
hi can someone tell me if an LED on one robot can be detected by the light sensors of another? by changing the orientation of the LED will this alter the...
scaryas
Offline Send Email
Jun 15, 2006
5:59 pm
1491
Hi Stevie, It not possible to detect the LED activity from a LightSensor node. Instead, you should use a Camera node to detect the color or status of a LED...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 16, 2006
7:03 am
1492
Hi Webots users, I would like to have some help with this robot... I am trying to replicate Prof. Yasuo Kuniyoshi's experiments with chaotic functions working...
Boris Duran
apoloduran
Offline Send Email
Jun 16, 2006
12:26 pm
1493
hello to everyone, I have a simple question: is it possibile to debug a webots controller inside the visual studio environment, as one usually does with the...
Paolo Robuffo Giordano
p_robuffo
Offline Send Email
Jun 16, 2006
3:48 pm
1494
hi paolo i debug my controllers by causing a protection fault with *((int*)NULL)=0 after that windows offers me to attach a debugger. it's kinda ugly, but it's...
Hannes Winkelmann
hanneswinkel...
Offline Send Email
Jun 17, 2006
3:09 pm
1495
Hi, I'm trying to detected a collision between a Servo of my robot and an other Servo of another robot. It detects the collision between the two Servos I'm...
dreinipics
Offline Send Email
Jun 21, 2006
6:08 am
1496
Hi, Could anyone please give me a link to tutorials on webots C programming. Something from the basics. I have worked on it before but have lost touch since a...
Naveen Kumar
uglymoth
Offline Send Email
Jun 26, 2006
2:41 am
1497
Dear users, is there an ODE command to retrieve the relative position (angle) of a rotational servo? Using the rotation matrix or the dJointGetHingeAngle...
Lorenzo De Michieli
venturi_fx
Offline Send Email
Jun 28, 2006
10:27 am
1498
Hello Lorenzo, What about using dBodyGetRotation() to retrieve the rotation matrix (4x3) of each body ? http://www.ode.org/ode-latest-userguide.html#sec_6_2_0 ...
Yvan Bourquin
yvanix
Offline Send Email
Jun 28, 2006
11:16 am
Messages 1468 - 1498 of 3401   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