Hello guys, My name is Kadir. I am a member of a RoboCup Small Size league team. I am pretty new in webots environment. What I am trying to do is to create an...
Hello Vincent, I think you can define you own classes that extend Webots classes and in the same time implement the "Serializable" interface ? I mean,...
Sridhar wrote: Hi, I have 2 questions. 1. I have a problem with setting the speed of the robot. I want the robot to interact faster. When I set the speed of...
Hello, according to the documentation (http://www.cyberbotics.com/cdrom/common/doc/webots/FromWebots5To6.pdf ), when changing from webots 5 to 6, the #include...
Matej Hoffmann
matej.hoffmann@...
Feb 2, 2009 10:05 am
2543
Hello Kadir, Based on your image, I have created a very simple Webots prototype of your robot. Please check the .wbt and controller code below. You should not...
Hello Matej, The new C and C++ header files are actually located there in in Webots 6.x.x, distributions: $(WEBOTS_HOME)/webots/include/controller/c/webots/*.h...
Hi Yvan, thanks for the quick answer. It seems I'm a bit confused with the APIs then. My controller is .cpp and basically all my other source files are C++....
Matej Hoffmann
matej.hoffmann@...
Feb 2, 2009 2:45 pm
2546
Thank you so much for your suggestion Dr. Michel. Sridhar Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
Hi, I get this warning message when I use differential_wheels_set_speed(100,100); robot_step(8); ([WARNING] The time step used by controller "child" is not a...
Hello Matej, ... Yes and no, if you prefer to use the C headers, it's fine but you need to add the line to your Makefile. ... The default is to use the C...
Hello Sridhar, Webots uses two different time steps: the "physics step" and the "control step". The "physics step" is the time interval between two calculation...
Hi All, I am new to robotics and webots simulator. i need to design a robot such that it has a motor on its top containing laser which rotates 360 degree in...
Hello, First you need to choose a base type for your robot: DifferentialWheels or Robot. You should use the DifferentialWheels type if your robot will have two...
Hi, I have a couple of questions. 1. I have created an object (a door) in webots world file. It displays a reflection on the ground. Could someone please tell...
Thanks Yvan, I had done the servo and laser as a child to it. now i couldn't able to do the 2 degree rotation properly as what i need. WbDeviceTag servo =...
... Hi, ... What you see is probably the shadow of the object. This can be disabled by setting the "castShadows" field of each "Light" node to "FALSE". If I...
Hello Vinod, This is not exactly correct. You always need to have a call to wb_robot_step() in you main loop. This is necessary to return the control flow to...
Hi, Its not the problem of shadow. I also checked by setting the castShadow to false but it didn't work. I am attaching a screenshot and also .wbt file along...
Hello, I created an object in the world file and when I set physical properties to it the object starts flying . I do not understand whats happening with it....
Hi Fabien, Could you please tell me how to control the direction of the robot. You did reply to my question but things are not very clear to me. Please, give...
Sridhar wrote: Hello, I created an object in the world file and when I set physical properties to it the object starts flying . I do not understand whats ...
Hi Sridar, Your two pillars have a part under the ground. It is probably more visible if you rotate the camera. When an object is selected, it is rendered semi...
I am designing a robot such that it features includes 1. Travelling from one point(co-ordinate x & z horizontal) to another point. similarly covers set of...
Hello, ... Webots simulates robotic devices and mechanical systems. It does not provide any SLAM algorithm, this is clearly the task of the controller program....
... It looks like your doors are penetrating the floor. By default all materials have a small amount of transparency (iirc) and what you see is the rest of the...
Jesse van den Kieboom
jesse@...
Feb 5, 2009 7:47 pm
2565
Hi, I have a file which contains integer data. I try to read the contents of the file and try to convert it into integer. Code as follows ifstream _command; ...
Dear Sridhar, This is a basic C/C++ question which has nothing to do with Webots. Please do not use this mailing list for such questions. I would recommend you...
Hi Sridar, I investigated your problem about the curve trajectory. This doesn't come from your controller but from the physics setup of your simulation. By the...