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 to share photos of your group with the world? 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 521 - 550 of 3403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
521
Goodmorning! I am trying to do something very simple with webots, following the "soccer" example. I have a flock consisted of DUCK_CARD=6 ducks, and I am...
Maria-Evangelia Kaninia
marilia_kaninia
Offline Send Email
Jun 1, 2004
9:25 am
522
Hi, See my comment below, in your source code: -Olivier ... // You should declare it as: float *emitter_buffer; // to make things simpler (see below) ... //...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 1, 2004
12:54 pm
523
... Sure, this is a known problem. ... I see. ... It is difficult to know which field should be reset to their initial value, as we may not want to reset the...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 1, 2004
3:35 pm
524
On Tue, 01 Jun 2004 17:34:41 +0200, Olivier Michel ... I see. Obviously I hadn't thought it through. Any ideas about why the touch sensor won't work with...
Christopher Willmot
gbfalcon
Offline Send Email
Jun 1, 2004
8:20 pm
525
... This is strange indeed. I suspect this behavior is caused by the fact that your robot seems to be hoping from time to time into the ground. Hence the...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 2, 2004
7:28 am
526
... I probably have to fix the doc about that : only the supervisor_node_was_found() has to be called after robot_step(), not supervisor_node_get_from_def(). I...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 2, 2004
7:56 am
527
Thank you very much for your help, it was the exact solution to my problem (<first getting a pointer to the buffer, then loading the values>)... I am sooo...
Maria-Evangelia Kaninia
marilia_kaninia
Offline Send Email
Jun 3, 2004
10:44 am
528
Hi, I believe the ball is slowing down a little bit due to collisions... I would recommand you to play with the following parameters in the BALL Physics node...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 4, 2004
6:58 am
529
Hi, We just released a new version of Webots, tagged 4.0.23 (4.0.22 was not publicly released). You can download it from: ...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 16, 2004
2:17 pm
530
Hi, my main robot(khepera) controller uses several support modules (.c and .h) files. I had them compiled and running in webots 4. I copied the Makefile.kros...
Jiaxiang
jax79sg
Offline Send Email
Jun 17, 2004
8:53 am
531
Hi, You should probably do the same for OBJ and INC (as you did with EXE): #EXE=$(addsuffix .s37,$(basename $(shell grep -wl main *.c *.s *.S *.cc 2>null))) ...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 17, 2004
10:16 am
532
Thanks for the advice, just realised its not the Makefile.kros thats causing the problem. Rather, it seems that what compile in gcc may not compile in this...
Jiaxiang
jax79sg
Offline Send Email
Jun 18, 2004
4:42 am
533
Hi, I need to use Webots for a research project in school, but I'm having problems configuring the settings to make it work with Dev-C++. I'm using Webots...
Junjie Liang
junjie_1987
Offline Send Email
Jun 18, 2004
6:43 am
534
Hi, sys/socket.h is not available with the cross-compiler as the Khepera BIOS doesn't support sockets. You should use some #ifdef statement in your code, like:...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 18, 2004
9:48 am
535
Hi, The include files lies in the Webots/include and Webots/windows/include directories. Webots 3 uses libGtkController.lib (or libController.lib depending on ...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 18, 2004
11:58 am
536
I would like to develop a system that will ultimately be used on a real Kephera robot. Is it possible to use Java, or does the cross-compiler require C? -- ...
Christopher Willmot
gbfalcon
Offline Send Email
Jun 22, 2004
11:47 am
537
... The cross-compiler requires C (and not C++!). I'd recommand you to check from time to time that your control program transfers well to the real robot, as...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 22, 2004
9:55 pm
538
On Tue, 22 Jun 2004 13:50:57 +0200, Olivier Michel <Olivier.Michel@...> wrote: I notice from robot_get_mode() that there is a third option, remote ...
Christopher Willmot
gbfalcon
Offline Send Email
Jun 25, 2004
9:03 am
539
... Yes, you are right. I initially thought you wanted to cross-compile and transfer the control to the robot to be able to unplug the robot from the PC. But...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 25, 2004
9:16 am
540
I have written a controller that doesn't need a console window. How do I compile it so that it doesn't appear? -- Christopher Willmot Using M2, Opera's...
Christopher Willmot
gbfalcon
Offline Send Email
Jun 25, 2004
10:36 am
541
... If it's a C controller, simply remove the DOS_CONSOLE=1 statement in the Makefile. If it's a Java controller, then, I am not sure how to remove the ...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 25, 2004
11:36 am
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
Messages 521 - 550 of 3403   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