Hello, I have now acquired an AIBO and I was trying to work with AIBO using webots. In the manual it says that in the directory transfer there should be the ...
cristina Santos
cristina@...
Jan 4, 2006 2:29 pm
1125
Seems I get tired by the time I have expanded my sceen tree to get to that last servo or transform 20 layers deep! Is there an easier way to expand the whole...
... Unfortunatelly, there is no easier way to do it. Expanding the whole scene tree would also be confusing as it would show up so many things at the same...
i have started to edit directly (with a text editor) the *.wbt files in some cases for this reason (you can also do "query/replace" and all this things like...
Jonas Buchli
jonas@...
Jan 5, 2006 5:35 pm
1129
... whole ... things at ... item ... field) ... would ... I like our idea. I do think it would be helpful to have a way of getting deep into the tree quickly....
Hello all, I think the most problematic feature is actually not to expand the tree once or twice. The problem is that when you are designing something using...
Dear Webots User I am having difficulties with developing my own controller in JAVA despite following all the guidelines in the reference manual of the Webots...
sylvain kamdem
starkfuji@...
Jan 9, 2006 3:47 pm
1134
Hi Ludovic, how do you do? I talked with Auke on the phone and he told me I should contact you in order to get some information of HOAP2 and the webot models...
cristina@...
Jan 13, 2006 4:20 pm
1135
Sorry, I send to the wrong address. Sorry... Cristina...
cristina@...
Jan 13, 2006 4:22 pm
1136
Hi there, I am working with object recognition and webots. I would like to know if someone has experience using any image processing library in C or C++. I am...
Dear Edgar. I have a collegue that works on computer vision. Please ask him about yout proyect. He has a lot of experienice working on vision projects, indeed...
Hello, I'm trying to send several messages from one CustomRobot to another ones (following a master-slave approach). Every robot has a Receiver with a...
Rafa, Did you checked that the Receiver of module 5 is set on channel 5 ? Maybe adding a call robot_step(0); in between the two emitter_send() calls could...
Does anyone have experience in how much time it takes to: update a servo? (set_position with difference in position being 0, or no change) update a camera? ...
Hi, I am not sure I understand your question. Are you speaking of virtual time (simulated time) or real time ? For virtual time, every device can be controlled...
hello is that possible to specify a point(or in other words-a target)with respect to (x,y,z)axis. this helps us in tracing the target which is at a distance ...
Hi there again! I have another question which appears to me to be basic stuff, but until now I failed... Currently I try to calculate the position of the...
... Paul, I am not sure I understand your need. Do you want to add an object (a point) in the world at a specific location ? This should be easy from the scene...
Hi, Is it possible to read robot position from the 'Differential Wheels: Translation' descriptor as shown in the scene tree? I would like to be able to...
... No directly from the robot controller program, but there is some way to do it (see below). ... Yes. In order to do this you have to implement a supervisor...
Yes, I checked it. The channels of the receivers were ok, and I also did robot_step(0). It doesn't work. With several emitters it does work. Thanks again...
Hi Is it possible to try out new motion algos by replacing the controller file only... my objective is to use the khepera 2 robot shell and a new control ...
Hi thr I am doing my research in robot navigation using immune algorithm where i use a camera to do some image processing of the environment for i which i am...
If I want to debug in VC, when it run to functions that are embbeded in DLL, how can trace it? I may not need to trace into the lib of DLL, but I do need to...
Hi Ken, Are you trying to debug a Webots physics library or a Webots controller program ? Which libraries are you referring to ? libController.dll or other...
Hi Olivier, I'm a novice in Webots. I just tried a to debug a hoap.c file and the problem is that I could not use debug because when it met the functions in...