i need to record a simulation video. simulation is veeery long. is there some code to stop video recording to use in c++ code? and to stop simulation (and...
Hi everybody, I write a Supervisor controller who send the coordinates of 3 kheperaII, but Supervisor controller don't send the current coordinates. Thanks for...
Hi all, i'm working with the pan and tilt servos (head and neck) but i'm having problems when i move them because when i read them after moving them never have...
... The get_position value reads the value from the servo. Since the mechanics is never perfect, you should not expect to reach the exact same position as the...
thank you. terrible news! :( ... Da: webots-users@yahoogroups.com [mailto:webots-users@yahoogroups.com] Per conto di Olivier Michel Inviato: mercoledì 7 marzo...
Hello everybody, I am new Webots user that currently start working on a research about optimize phototaxis task of Khepera robot in simulation with Webots, ...
Hi everybody, I have a problem with laser and camera. When I create a laser and a camera with different size, one of them works incorrectly, is to say, I...
Vicente Castelló ...
castellv@...
Mar 9, 2007 10:30 am
1746
Hi, I am trying to change the robot controller using the 'supervisor_robot_set_controller(greenRobot, "void")' (in java), and it's not having any effect. ...
Joanne Walker
jnw@...
Mar 12, 2007 10:54 am
1747
Hi, It looks like this is a bug in the libController of Webots. Could you send me (to me personally, not to all the list of Webots users) a very simple sample...
... That sounds a nice way to approach the problem. An alternative would be that instead of implementing a bi-directional communication system where the robot...
Hi, This should work... Are you sure the greenRobot is correct. It should not be NULL. You can test it with the supervisor_node_was_found() function. An...
hi in the khepera2 model, the maxSpeed value is set at 100. the real robot has a max speed of 0.5m/sec. the value of 100 would equate to a maximum forward...
Hi, I'm trying to model RoboCup 4-Legged Soccer field. I've modeled the regular orange ball but I couldn't specify appropriate physics settings for modeling...
thank you. how can avoid the robot to create a shadow? i need only obstacles-shadows. is it possible to choose which objects will create a shadow and which one...
Ok, after a more careful search, I've found Yvan's reply to a very similar message. I'll try the physics plugin trick. Sorry for the unnecessary question. ...
Hi, I'm trying to model RoboCup 4-Legged Soccer field. I've modeled the regular orange ball but I couldn't specify appropriate physics settings for modeling...
Hi, My lab has a robot using omni wheel, and wanna create a simulation by webots, but I didn't have a good idea to bulid a omni wheel model. please do me a...
Hi, ... I believe some Webots users implemented omni wheel robots. This can be achieved using a CustomRobot node and putting your own wheel system using...
Hello, Unfortunately, the shadows can only turned on/off for a specific light (DirectionalLight or PointLight). There is no way to turn them on/off for a...
Hello Joanne, I tried this out, also with Java and I found out that the controller does actually get changed ! The mistake is to expect that something will...
Hi, ... There should be not special effect or disadvantage of doing this. Just take care that if the robot controller communicates with the supervisor ...
Hi Stevie, You calculus is correct although a little bit complicated, as you don't need to use pi: max_angular_velocity = maxSpeed; max_linear_velocity =...
how can i set a windows size? example: i need 640X700. how can i set those values? is there any file where i can see tha actual size and change it? in the tree...
Hi, This info is located in the header of the world file. For example the header of the file project/samples/demos/worlds/soccer.wbt contains the following...
Hi, In the "Blimp_lis" example, a flying blimp receive a command from a keyboard or a joystick to move, but in the meantime I also want this command can be...