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...
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...
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...
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...
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 ...
... 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...
... 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...
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...
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....
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...
... 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...
... 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...
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? **...
Hello! I'm a new user of webots...Can I use pro-e file in webots? Bye bye from Italy! Emanuele...
emanmic@...
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...
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...
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...
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...
... 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...
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@...
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...
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...
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...
... 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...
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@...
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). ... ...
... 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...
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...