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 2305 - 2334 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2305
Hi, okay... then let me ask another question: I created a (going to be) nice gui using QT, which is started by the main() method of my controller (modified ...
Sven Wehner
sven@...
Send Email
Jul 1, 2008
2:19 pm
2306
Sven Wehner wrote: Hi, okay... then let me ask another question: I created a (going to be) nice gui using QT, which is started by the main() method of my...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 1, 2008
3:34 pm
2307
Hi, I face the below 2 scenarios during compiling and building a robot in Webots. Due to these the robot just collapses on start-up. 1. I have created the...
sandhya_prabhakaran
sandhya_prab...
Offline Send Email
Jul 2, 2008
12:57 am
2308
sandhya_prabhakaran wrote: Hi, I face the below 2 scenarios during compiling and building a robot in Webots. Due to these the robot just collapses on start-up....
Olivier Michel
oliviermichelus
Offline Send Email
Jul 2, 2008
8:38 am
2309
Hi,   Thank you so much. I have done as you had mentioned and now the compilation and Build processes run without errors. The robot is steady now !   I...
Sandhya Prabhakaran
sandhya_prab...
Offline Send Email
Jul 2, 2008
11:15 am
2310
Hi, I would like to know how I could simulate 3D joints like ball and socket joint in Webots? I have created a chain with spheres and linked them using servos...
sandhya_prabhakaran
sandhya_prab...
Offline Send Email
Jul 4, 2008
3:54 pm
2311
Hi Sandhya, You can achieve this by developing a physics plug-in in Webots that will create ball and socket joints between existing bodies using the ODE API....
Olivier Michel
oliviermichelus
Offline Send Email
Jul 7, 2008
4:08 pm
2312
Hi, I would like to implement a learning algorithm in simulation with Webots. So, i need that the robot initialize in the same position every time the ...
Carlos Martins
lytuz.lytuz@...
Send Email
Jul 9, 2008
5:41 am
2313
Carlos Martins wrote: Hi,   I would like to implement a learning algorithm in simulation with Webots. So, i need that the robot initialize in the same...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 9, 2008
7:16 am
2314
Hi Olivier,   Yes I did have a look at shrimp.c and see that there they make use of the Hinge joint. I have constructed a chain with beads using the ball and...
Sandhya Prabhakaran
sandhya_prab...
Offline Send Email
Jul 9, 2008
2:55 pm
2315
This seems to be an ODE related problem. According to the ODE doc ( http://www.ode.org/ode-latest-userguide.html#sec_7_6_0 ), you should be able to use...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 9, 2008
3:05 pm
2316
Hello Everyone, I recently received some Java sample controller code ... but I have very little java experience and the amount of files was overwhelming (maybe...
sk
sk.mister
Offline Send Email
Jul 10, 2008
1:17 am
2317
Hello All, So, after working hard w/the vendor, we were able to fix the webots crashing issue. Here's the answer: I've attached a script that has to be run. It...
sk
sk.mister
Offline Send Email
Jul 10, 2008
1:29 am
2318
Hi, I am using the Touch Sensor in my simulation model to measure the reaction force from ground. When I run the simulation I can not get the correct data. I...
Aiman
aimanmusa
Offline Send Email
Jul 14, 2008
3:43 am
2319
Hello Aiman, Have you defined the Physics node and the boundingObject for your TouchSensor, these nodes are required. You should also enable the TouchSensor...
Yvan Bourquin
yvanix
Offline Send Email
Jul 14, 2008
6:52 am
2320
I am working on some implementations of certain control law on e-pucks(simulation in Webots so far). It turns out that the kinematic model of the robot is...
rocket3629
Offline Send Email
Jul 14, 2008
11:14 pm
2321
Hi, I have upgraded my Webots 5.9.1 to Webots 5.9.2 and I have got following error when ý tried to build my controller code in Webots 5.9.2 : mingw32-make...
Mehmet Emin
kalalolu
Offline Send Email
Jul 16, 2008
11:15 am
2322
... heading? ... Hi, You can get with the Webots API the right and the left speed of the robot. These values are computed directly with the ODE joint and the ...
fabien.rohrer
Offline Send Email
Jul 16, 2008
3:50 pm
2323
... Hi, I need more information for answering you. If you compile the Webots example, does the problem occur, too? Can you check your writing rights in the...
fabien.rohrer
Offline Send Email
Jul 16, 2008
4:17 pm
2324
Hello, I hope somebody can help with the following problem. I was trying to use the code in message #2094 to reach a goal location, and I noticed that my robot...
jorgevalenzuela
Offline Send Email
Jul 17, 2008
5:16 am
2325
Can anyone help me how to start the epuck simulation using webot? -- "Modal Insan Teras Daya Saing" "Berminda Strategis, Bertindak Progresif" Norasmadi Abdul...
NORASMADI BIN ABDUL R...
asmadi_78
Offline Send Email
Jul 17, 2008
6:52 am
2326
... Hi, First of all, information about the e-puck can be get on: http://www.cyberbotics.com/cdrom/common/doc/webots/guide/chapter6.html More precisely, for...
fabien.rohrer
Offline Send Email
Jul 17, 2008
7:06 am
2327
... Hi, Using Thread.sleep() function in the main loop is not recommended. Indeed, the controller schedule cannot be respected with sleep time which are longer...
fabien.rohrer
Offline Send Email
Jul 17, 2008
8:56 am
2328
Thank you very much ... From: "fabien.rohrer" <fabien.rohrer@...> To: webots-users@yahoogroups.com Sent: Thursday, July 17, 2008 3:06:42 PM...
NORASMADI BIN ABDUL R...
asmadi_78
Offline Send Email
Jul 17, 2008
12:45 pm
2329
Hi Fabien, ... -Yes, it does. ... -Sorry, I did not understand what you mean by this question. ... there additional libraries)? You can compare it with another...
Mehmet Emin
kalalolu
Offline Send Email
Jul 17, 2008
2:34 pm
2330
Thanks Fabien for your comments. Unfortunately, removing the Thread.sleep() does not fix the problem. It seems that the instruction...
jorgevalenzuela
Offline Send Email
Jul 17, 2008
4:22 pm
2331
Hi Jorge, Did you check that the DifferentialWheels.synchronization field is set to TRUE. If set to FALSE, the differential_wheels_set_speed(0,0); may not be...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 17, 2008
4:25 pm
2332
Hi Oliver. Yes, the DifferentialWheels.synchronization is set to TRUE. An interesting thing I noticed is that when the robot suppose to be still (speed = (0,...
jorgevalenzuela
Offline Send Email
Jul 17, 2008
4:53 pm
2333
... Oh yes, it might be simply the inertia: if you are using a physics based simulation with a DifferentialWheels robot which has a significant mass, it cannot...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 18, 2008
6:07 am
2334
... Hi, Here are some clues to investigate your problem: 1. The problem comes maybe because you have not the right to write in your project directory. Copy...
fabien.rohrer
Offline Send Email
Jul 18, 2008
7:19 am
Messages 2305 - 2334 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