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 560 - 589 of 3399   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
572
... This is correct! ... Yes, this is probably a very good choice. Using the less significant bits (LSBs) of the 8 infra-red distance and 8 light sensors to...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 12, 2004
7:45 am
573
... That sounds pretty complicated to me. Could you send me a simple sample world that exhibits that problem so that I could further investigate it ? Please...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 12, 2004
7:48 am
574
hello. i downloaded webots 4 from your site. my linux box gave the following error, followed by one whole list of related errors. What should i do? **...
jac_niel_m
Offline Send Email
Aug 13, 2004
2:34 pm
575
Hello! I'm a new user of webots...Can I use pro-e file in webots? Bye bye from Italy! Emanuele...
emanmic@...
Send Email
Aug 13, 2004
2:44 pm
576
... Yes, from PRO-E, you should be able to export parts of the model using the VRML97 format (also known as VRML2). Once exported into .wrl files, you can...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 16, 2004
2:18 pm
577
Hi, Some other users reported similar problems. Could you tell me which distribution of Linux you are using (and which version) ? It may be related with the...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 16, 2004
3:21 pm
578
Here's the info u need. Redhat 9.0 (2.4.20-8) gtk2-2.2.1-4 libpng-1.2.2-16 I have changed the theme as you suggested. The errors do not occur but after i click...
jac_niel_m
Offline Send Email
Aug 17, 2004
2:51 pm
579
Hello All !! I'm a new member to this group. I have been using Webots 4 for a while now to do some simulations on obstacle avoidance behavior by khepera 2...
txanm_mathur
Offline Send Email
Aug 25, 2004
6:24 am
580
... Difficult to say... Could send me a copy of your controller program and world file so that I could try to reproduce this problem. I assume you are running...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 25, 2004
7:20 am
581
Hi all i have just started using webots. Before this I've been running my experiments on a MooreBot (also known as the LinuxBot), developed here at UWE by...
Matthew Studley
matthew.studley@...
Send Email
Aug 26, 2004
12:51 pm
582
Hi Matt, Here is a rough model of a MooreBot we developed a long time ago. However, we don't have the real robot to check if the model correspond to reality...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 26, 2004
1:29 pm
583
I am a fairly new user. I have Webots Pro release 4.0.24 installed on a Microsoft windows XP Profession version 2002, with a Pentium 4 CPU 2.8Ghz and 512 MB of...
robertlwinter
Offline Send Email
Aug 27, 2004
8:19 am
584
Hi Robert, It sometimes happens that Webots crashes while creating a scene (it seems there remains some bugs in the scene tree window edition). However, it...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 27, 2004
8:34 am
585
... Might be a graphics card problem. Webots uses OpenGL to render the world, so if OpenGL support is unstable, it might lead to problems. What sort of...
garfae
Offline Send Email
Aug 27, 2004
8:39 am
586
I am a fairly new user of Webots. I am starting the tutorials but there are a few things which I have been unable to understand. 1) The first one is related to...
cristina@...
Send Email
Aug 27, 2004
3:26 pm
587
Hello Cristina, ... This is normal behaviour. The default controller makes the robot move forward and does not do much else (if I recall correctly). ... ...
garfae
Offline Send Email
Aug 27, 2004
5:10 pm
588
... The 'Revert' toolbar button will reload the .exe controller, also re-opening the console. ... It just allows you to use a different controller for that...
Christopher Willmot
gbfalcon
Offline Send Email
Aug 27, 2004
5:14 pm
589
Hello Oliver, thankyou for your response. You wrote "it should not display an error on normal shutdown. Did you get it from the beginning ? There seems to be...
robertlwinter
Offline Send Email
Aug 30, 2004
6:25 am
Messages 560 - 589 of 3399   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