Hello, I have the same problem that Denis Akinmolasire: "I am doing a robot soccer project using the AIBO ERS-7M3 Robot Dog. My program makes use of the camera...
jorge grande
jorge.jgrande@...
Dec 1, 2006 12:12 pm
1648
Hello Sorry I'm still working on it. The best person to ask may be Raphaël Haberer-Proust. As he implemented support to control the AIBO camera remotely....
Hello I was wondering. Can anyone send me a copy of an OPEN-R directory produced by the Webots cross compilation process. I am having trouble running ...
Hello Does anyone have a AIBO programming stick they can sell me. I need several but one is good enough. I am based in England. Thanks Denis Akinmolasire ...
Hello, I created a humanoid robot with CustomRobot. I don't know how to use inertiaMatrix field and orientation field. I referred to HOAP-2 in Webots, but I...
Hi, The inertiaMatrix included in the HOAP-2 robot model were provided by Fujitsu technical documentation on the HOAP-2 robot. This inertiaMatrix field is...
Hello, I want to ask if there is a way for representing gear sets for robots in webots? The way I know is this: program servos for each and every gear set. ...
Hello I have just read the reference book and it says mtn_play is not executed until the run method returns. This is no good to me. I need these mtn's to be...
Hello everyone: I'm working with a Pioneer 2DX in a path-planning project using stereo vision. I want to make the cross-compilation from the C++ code of the ...
... Hello Joanne: I'm interested in the same topic, I work with a Pionner 2DX in a path-planning project using stereo vision. A few days ago, I purchased the...
Yes, that's exactly the simplest way to implement a spring: use the Servo node (either linear or rotational) and passive it using the servo_motor_off() call....
Hello Aiman, Just a hint: You can set the maxForce field of the Servo to 0 in the .wbt file, then there is no need to call servo_motor_off(). Cheers, Yvan ... ...
Hello, I'm corrently building a word for ers7. But in this world, I must simulate a PC monitor or some thing similar. I build a wall whith some cilindres...
Hi Miguel, The best way to implement a PC monitor in Webots is to use a supervisor process for changing a texture image. See the sample world file doing this...
Hello I am having problems with the camera facilities in Webots. One of the main problems is that the camera related functions do not work in the OPEN-R cross...
Hello: I'm a new user of Webots and e-puck, and have some problems: 1. How can I create a user interface like AIBO and e-puck examples? 2. I see there is a...
... Such interface are built into Webots. If you want to create your own interface, you can do it using standard GUI libraries either in C, C++ or Java. A C++...
... examples? ... own ... C++ ... based ... Webots, ... (Use ... your ... Thanks, Olivier I have download firmware-1.1.4.hex, but still cannot connect with ...
Hi Is it possible for Physics Plugin to receive data from controller? dWebotsReceive can only receive data size. Can it be used to receive other data...
... Sure. ... It can receive data as well. Actually, the return value of this function is a pointer to void data type (void *), which points to the actual data...
Hi, I just released Webots 5.1.11. You can download it from http://www.cyberbotics.com/products/webots/download.html This upgrade is highly recommended if you...
Dear HsioYu, The new release of Webots, i.e., Webots 5.1.11 should correct this problem. It now uses exactly the same parameters as in the e-puck Monitor....
Thanks, Olivier: It works now. But can you add an option to disable camera, the transmission rate is to slow (once two seconds). Best regards, HsiaoYu ... ...
Hello friends, im a new researchers from Malaysia and i m very glad if you can help me to solve this problem using WEBOTS.. 1)How to programmed and see the...
I downloaded the demo version of Webots, and I would like to ask for a 30-day free trial. However, when I look at the id of the computer, the number there is...
Hi You can use a Supervisor node to control the World and Robot. Using supervisor_field_get and supervisor_field_set function allow you to get and set the...