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...
Show off your group to the world. Share a photo of your group with us.

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 542 - 571 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
542
Hi, i am trying to do some computations with the noise values given in the differential wheel node. Can i verify the following, which is written in the...
Jiaxiang
jax79sg
Offline Send Email
Jul 2, 2004
1:30 am
543
Hi Danny, Yes, it is possible to simulate pan/tilt camera in Webots. In order to proceed, you should mount the Camera node on the top of two Servo nodes, one...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 2, 2004
6:44 am
544
... This sounds correct. ... It is very similar to the slipNoise although a bit more complicated, if you set 0.1, then a noise of +/- 10 percent will be added...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 2, 2004
6:56 am
545
Hi, A new release of Webots tagged 4.0.24 is available for download from http://www.cyberbotics.com/products/webots/download.html This new release fixes a...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 2, 2004
3:28 pm
546
Hello there, i have a problem with implementing a controller in Java, that has a thread to send sensor data to another pc. The whole static thing makes it...
mircohering
Offline Send Email
Jul 5, 2004
12:33 pm
547
Hello there, i have to come back to you once more. I have two different robots in my simulation. One of them behaves fine with all its sensors, but the other...
Mirco Hering
mircohering
Offline Send Email
Jul 5, 2004
6:32 pm
548
... Hi, I would recommand you to create your TCP server in a separate java Thread that can be instanciated from the main Controller static class. Here is a...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 6, 2004
1:02 pm
549
Hello users, I am trying to get information about scenee tree by supervisor_field_get function. I have done a program and when I execute it print the solution...
gorka_bonals
Offline Send Email
Jul 7, 2004
9:06 am
550
Goodmorning, webots users! I have been trying to use the [void supervisor_robot_set_controller (NodeRef robot, const char * controller);] function, without...
Maria-Evangelia Kaninia
marilia_kaninia
Offline Send Email
Jul 10, 2004
12:16 am
551
Dear Michel, I am installing webots4 on Fedora core 2. After I install webots-4.0.24-1.i386.rpm. There is the error about libstdc++-libc6.2-2.so.3. I did as...
bailusi
Offline Send Email
Jul 22, 2004
2:07 pm
552
Hi everybody, I have just started to play with webots and khepera. When I tried to cross compile the C code, I get error messages in linking step. Is time.h...
EMRE UGUR
emre_ugur
Offline Send Email
Jul 26, 2004
9:13 am
553
Hi all! I'm new to java and I'm trying to compile the Judoka0.java file under linux but I get an error I just can't understand. Below is the information on my...
domus_pt
Offline Send Email
Jul 26, 2004
9:14 am
554
I'm curious about time.h. I cannot cross-compile the code with the command: time(NULL); it gives a message: Assembling antbot.s into antbot.o Linking...
emre_ugur
Offline Send Email
Jul 26, 2004
9:15 am
555
Hi Rui, You should use the Makefile provided in the Judoka1 directory by typing make. This will call the java compiler this way: javac -classpath...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 26, 2004
11:23 am
556
Hi, The Khepera C library is very limited comparing to the standard C library found on computers. For example, the time() and rand() functions are not...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 26, 2004
11:27 am
557
Hi! I've been compiling C programs for the Khepera II for the last 2 months without no many problems, and now I'm getting this error: "No rule to make target...
david@...
Send Email
Jul 26, 2004
12:53 pm
558
... Sorry for the late response. I am just back from vacation. The format is "void" if you want that the void controller replaces the current controller. If...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 26, 2004
1:10 pm
559
... No idea. Could you check you actually don't have a file called Copia.c in you local controllers directory ? Maybe a file search with "Copia" will find out...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 27, 2004
12:43 pm
560
Hi everybody (again).. Thank you all for your answers to my last question (on cross-compiling issue). Now, I will ask your suggestion on how to implement my...
EMRE UGUR
emre_ugur
Offline Send Email
Aug 4, 2004
1:46 pm
561
You can use the Khepera BIOS time functions this way: #ifdef KROS #define my_func() tim_get_ticcount() /* returns the number of milliseconds elapsed since the...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 4, 2004
2:40 pm
562
Ok, when I called tim_get_ticcount() function, it returns same value (954) in each call. Should it work correct and the problem is on my code, or is there any...
EMRE UGUR
emre_ugur
Offline Send Email
Aug 5, 2004
10:56 am
563
Hi, I just set up a sourceforge project page for the MotionTool open source software that was developed by many of us. This tool is a java program with a nice...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 5, 2004
2:46 pm
564
Hi webots-users, I have done an example about TouchSensorNode because I need to detect the collision between links of a robot and the world. The links are a ...
gorka_bonals
Offline Send Email
Aug 6, 2004
11:06 am
565
Dear Sir, I have my RobotController in C Supervisor in C++ And now, I have some extra UIs and other program algorithms in Qt (trolltech) that work...
uglymoth
Offline Send Email
Aug 7, 2004
6:13 am
566
... Instead of looking into the Makefile of the Qt application (which is pretty complicated), I would suggest a simpler approach: run make for the Qt...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 11, 2004
7:20 am
567
... You should not use Group nodes as parent of objects used for collision detection. Instead you should turn these Group nodes into Solid nodes. Group nodes...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 11, 2004
7:23 am
568
Hello, I copied this message to Pierre Bureau from K-Team who might be able to help on this question. The tim_get_ticcount() function is used in the Webots...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 11, 2004
7:26 am
569
... Gorka...
Gorka Bonals
gorka_bonals
Offline Send Email
Aug 11, 2004
9:55 am
570
Ok, the problem is on my 'understanding'. I thought it would work like time() function in C. The time() functions takes a constant initial time to count ticks....
EMRE UGUR
emre_ugur
Offline Send Email
Aug 11, 2004
1:56 pm
571
Hello all, I'm very interested by Webot prduct for a personal use. But because I can't buy it, I would like to use the evaluation version. My question is : can...
r_guignon
Offline Send Email
Aug 11, 2004
3:31 pm
Messages 542 - 571 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