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 your group to be featured on the Yahoo! Groups website? 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 1595 - 1624 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1595
Hi all, How may I set the position of a differential wheel robot to an initial position in the reset function? (I already tried to use mycustom robot staff in...
Ozgur_Erkent
elturko
Offline Send Email
Oct 3, 2006
11:35 am
1596
Hello Ozgur Erkent, You cannot set the position of a DifferentialWheels robot from the robot controller itself. You must use a Supervisor node and controller...
Yvan Bourquin
yvanix
Offline Send Email
Oct 3, 2006
11:57 am
1597
Hi I want ask how to meaure force and torque applied to certin poition of the robot while the simulation is running? We need meaure a force in one axis. Aiman...
Aiman
aimanmusa
Offline Send Email
Oct 5, 2006
5:31 am
1598
Hi, You will have a write a physics plugin to be able to measure force and torque applied to a body (see user guide to understand how to proceed). In your...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 5, 2006
6:51 am
1599
Hi I am using Physics Plugin in my simulation. I ideantify all the robot part. I use the function dBodyGetForce() in void webots_physics_step (), but still...
Aiman
aimanmusa
Offline Send Email
Oct 16, 2006
10:26 am
1600
Hi, I'm interested in using a camera device to see the marks made with a pen device. Currently, only an infrared sensor can see these marks. In message 1574,...
jonblip
Offline Send Email
Oct 17, 2006
6:45 am
1601
Hi, We're looking to buy the Webots 5 to use in a new research project. However, we want to run it on Unix rather than linux. Does anyone know if the linux...
Joanne Walker
jnw@...
Send Email
Oct 17, 2006
6:47 am
1602
Hi Aiman, Did you try to use the dJointSetFeedback()/dJointGetFeedback() functions instead? I believe the dBodyGetForce() works only for forces that were...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 19, 2006
1:19 pm
1603
Sorry if this is not the right forum - I'm having trouble joining the URBI forums. Does anyone use URBI on a Mac? I'm having trouble getting it to work. I'm...
Bob Hearn
bob_hearn
Offline Send Email
Oct 20, 2006
7:58 am
1604
Hi, I have looked into this possible fix, but it looks pretty tricky to implement. So, it may take a while before we can actually fix it. Implementing it by...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 20, 2006
3:30 pm
1605
Hi I just want to know how could I identify the dJointID in our physics plugin file from Webots world file? Using ODE we can only create dJointID. Also I need...
Aiman
aimanmusa
Offline Send Email
Oct 25, 2006
5:55 am
1606
Hi Aiman, To identify a dJointID created by Webots from a world file, you should first identify the dBodyID to which the joint is attached, which is usually a...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 25, 2006
6:52 am
1607
Hello I am new to using Webots. I am trying to create motions for my robot (ERS-7M3). I want to create three main motions. Standing Up Rotating Moving Robot...
Denis Akinmolasire
denisakinmol...
Offline Send Email
Oct 26, 2006
3:25 pm
1608
Hello I have written code to move my robot in different directions and also to take pictures. I now need to run the code on the real robot. My robots ...
Denis Akinmolasire
denisakinmol...
Offline Send Email
Oct 27, 2006
12:51 pm
1609
When I run the world which I maked, the Webots freezes. But default worlds donn't freeze. Could you tell me why this problem occur? Takasaki...
barca7300
Offline Send Email
Oct 30, 2006
8:29 am
1610
Hi Takashi, This may be a known bug of Webots 5.1.9 under Linux. Are you in this configuration (Webots 5.1.9 / Linux)? If so, could please test our new release...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 30, 2006
10:14 am
1611
Hello I was wondering is there any advice you can give me on getting robots to move. I'm doing a project with the AIBO ERS 7M3 and one of the motions I need...
Denis Akinmolasire
denisakinmol...
Offline Send Email
Oct 30, 2006
10:19 am
1612
Hello group, I would like to know if I can do an interface between C# and webots for sharing information. The point is I have an application in C# that...
Vicente
sentvisent
Offline Send Email
Oct 30, 2006
12:43 pm
1613
Hi, Generally, Webots can be interfaced with any third party software (some users developed interfaces to MatLab, LabView, Lisp, etc.). Such interfaces are...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 30, 2006
1:45 pm
1614
Hi Denis, You should have a look at the webots/projects/contest/roboka/worlds/roboka.wbt. This world contains an Aibo which you can control from the keyboard...
Olivier Michel
oliviermichelus
Offline Send Email
Oct 30, 2006
1:58 pm
1615
Hi, When we upgraded from Webots 3 to Webots 5, we noticed a significant decrease in computation speed. (We are using Webots for evolutionary robotics with ...
David Shih
restlesswarr...
Offline Send Email
Oct 30, 2006
7:51 pm
1616
Hi, We just released Webots 5.1.10. You can review the change log here: http://www.cyberbotics.com/cdrom/common/doc/webots/ChangeLog.html This is a minor...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 1, 2006
9:51 am
1617
Hi David, I may have another idea to increase the speed which is increasing the WorldInfo.basicTimeStep value in the scene tree and also maybe the ...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 1, 2006
12:48 pm
1618
Hi When I use Physics Plugin in our simulation, iit calls the function webots_physics_step() every simualtion step. So how could we know the step size (...
Aiman
aimanmusa
Offline Send Email
Nov 2, 2006
6:17 am
1619
Hi, The probably best way is to use the dWebotsGetTime() function at every step and compute the difference between two steps. -Olivier -Olivier Michel ...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 2, 2006
8:18 am
1620
Hi Olivier, with the demo version can I implement a tcp/ip interface or a C interface? Do you have any tutorial about it? In the documentation I haven't find...
Vicente
sentvisent
Offline Send Email
Nov 2, 2006
9:36 am
1621
Hello, Maybe you can try to get the time step indirectly through the undocumented dWebotsGetTime() function ? See webots/include/physics/physics.h. ...
Yvan Bourquin
yvanix
Offline Send Email
Nov 2, 2006
9:40 am
1622
Hi, I am currently evaluating webots, seeing how easily and well it can do various things I need. Cameras: I need to use the camera on a Khepera, and am coding...
Joanne Walker
jnw@...
Send Email
Nov 6, 2006
10:22 am
1623
Hello I am doing a robot soccer project using the AIBO ERS-7M3 Robot Dog. My program makes use of the camera functionality. When I compile the code using the...
Denis Akinmolasire
denisakinmol...
Offline Send Email
Nov 6, 2006
10:51 am
1624
Hello, I would like to use Hoap-2 simulator, trying to grasp and move objects. I would like to ask if anybody knows how close is the performance of the...
mmaniadahoo
Offline Send Email
Nov 6, 2006
1:20 pm
Messages 1595 - 1624 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