... They are also hidden 'int' in the C/C++ interface. You are right, this should be better documented in a section of the Reference manual. ... This has to be...
Hi, I am experimenting some errors when i save the world. For example: Adding a GPS to the ARM of the Judoka and saving the world, the next time this world is...
Jose, This occured because you ran the physics engine after you set the rotation and translation values. The physics engine changed these values slightly. I...
Hi. I am thinking on a new but easily implementable feature to webots. A mechanism for saving the state of the world and rolling back to it. This could maybe...
Hi everybody, I am using Webots 5 and I am compilling the controllers using Dev-C++ 4.9.9.1 Reading the post I was able to configure Dev-C++ to compille the ...
Well, My first recomendation it to buy a good book of C++ programming specifically oriented to the STL++ library (Standard template library) Something like ,...
Hi, I have tested the touch sensors of Judoka with type "force" and the physics parametes of the Hoap2 Robot. The range of the lectures of the sensors are...
Hi, There is quiet a lot of material online to learn how to open, write, read, close, etc. files in C++. check for ifstream , ofstream and fstream (for input,...
Hi Jose, Thanks for this nice suggestion. I believe it could be really useful. I will add it on our TODO list. Unfortunatelly, this TODO list is already huge,...
... The value measured is actually the pressure. It is expressed in 0.1 Newtons (like 120 means 12 Newtons). In the future it will use the lookup table for...
Hello I've been having problems with Webots on Mac OS X. I created the "license.srv" with ip and port information. But still it can't connect to the server,...
Thank you Gabriel, The machine.lst includes all the ips from my lan. The "licence.srv" should be put into the resources folder right? Can't seem to figure that...
Hi again, Just another thing. I can connect to it with a linux computer... just cant seem to be able to do that with this on Mac OS X. Assuming that if...
Do the force sensor values depend on the physics of each force sensor? I mean, if I change the mass of a TouchSensor node then it would give me a different ...
Hi, It might a be a problem with Mac OS X firewall. Did you check that Mac OS X was able to connect on lserv port in TCP/IP ? Could you try to disable...
... Probably, because this will make the robot heavier and hence you will measure a slightly higher pressure with the sensor... ... Why can't you set a very...
Hi all, This question is related to Webots support for IPV6. Am i able to connect to the server computer through IPV6? By the way, i had the firewall turned...
Hugo, Webots was never tested with IPV6, so, it might not work to connect to the license server through IPV6... (although IPV6 should be backwards compatible...
Hi all! I'd like to know if there is anyone who works on simulating humanoid soccer with Webots. Any kind of help/info is appreciated. Sincerely, - mehdi....
I am... mehdi <mahdi.asadpour@...> wrote:Hi all! I'd like to know if there is anyone who works on simulating humanoid soccer with Webots. Any kind of...
Would you please to let me know more about your works, if possible?! informations like snapshot, movie or anything else you think may help. Best wishes, -...
Hi, I just released Webots 5.0.4. You can download it from http://www.cyberbotics.com/products/webots/download.html This release introduces many bug fixes and...
Fantastic to see a new version - so many fixes! Well done guys. Couple of questions... c/o Research Office School of Engineering Cardiff University PO Box 925...
Hi Olivier, Question solved. Had problems with different file encodings. All i had to do was to delete the file and create a new one. Thank you. Hugo Veiga...
Hi All. I've been using Webots on Mac OS X 10.4. When i try to use the make file that comes with webots 4.0.27 when i try to compile a custom physics file i...
Hi all. Well i've solved some of my problems with OS X, but others are still to be solved (-bind_at_load not present, etc). Now i'm using the webots with suse...
... Thanks. ... Yes, but as an integer value expressed in millisecond (ms). This can be achieved throughout the run function of any controller (it is not ...