Search the web
Sign In
New User? Sign Up
webots-users · Webots Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1150 - 1179 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1150
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...
ramana_u4ia
Offline Send Email
Feb 2, 2006
7:22 am
1151
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...
Ken
sofintp
Offline Send Email
Feb 2, 2006
8:21 pm
1152
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...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 2, 2006
8:34 pm
1153
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...
Ken
sofintp
Offline Send Email
Feb 2, 2006
8:47 pm
1154
Hi Olivier, what if you are using more libraries, say for image processing and they are compiled as dll´s, how do you tell the linker how to resolve the...
Edgar Bermúdez
academic_edgar
Offline Send Email
Feb 3, 2006
3:08 pm
1155
Unfortunately, I have very little experience with debugging with Visual C++ as I use to work with gcc and gdb only. I believe it should be possible in some way...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 3, 2006
4:41 pm
1156
Hi there, did you tell the linker how to resolve the function calls to the matlab engine? try in your Makefile something like: ...
Edgar Bermúdez
academic_edgar
Offline Send Email
Feb 3, 2006
5:27 pm
1157
Hi Edgar, Whoa it worked out i was able to invoke matlab thanks a lot im very much relieved now.. i didn't know what to do so was trying to make the unicode...
yerramsetty ramana
ramana_u4ia
Offline Send Email
Feb 5, 2006
5:47 am
1158
Hi, webots users, I am now trying to code a controller program in which a Khepera II robot detects its own goal with LightSensor while avoiding obstacles ...
kitakosi_daisuke
kitakosi_dai...
Offline Send Email
Feb 6, 2006
7:08 am
1159
Unfortunately, there is currently no way to avoid this problem (light passing through obstacles). I would suggest you to have distance sensor at the same...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 7, 2006
5:39 pm
1160
Hi, Olivier Thank you for your early and kind reply. I am sorry to read that there is no way to avoid this problem. But, I'll find a way to achieve my purpose...
kitakosi_daisuke
kitakosi_dai...
Offline Send Email
Feb 8, 2006
1:59 am
1161
Hi all, i'm trying to make a simple program (my first one) in order to use a MTN file i've made. Could someone help me posting some the code? I've tried it but...
aibouji
Offline Send Email
Feb 13, 2006
5:00 pm
1162
Sample code running an MTN sequence is provided in Aibo's (ERS7 or ERS210) default controllers. Here's a simplified version, it will run the mtn file defined...
Sergei Poskriakov jr
garfae
Offline Send Email
Feb 13, 2006
5:23 pm
1163
Thank you for the answer. I had try using the ERS-7 code but it doesn't work. Works on Webots but crash with the AIBO. Have you use it with a real AIBO (not...
aibouji
Offline Send Email
Feb 13, 2006
6:48 pm
1164
I assume you have you tried setting up your Aibo according to the relevant section of the Webots manual? ...
Sergei Poskriakov jr
garfae
Offline Send Email
Feb 13, 2006
7:07 pm
1165
This is the code i'm using *********************************************************************** #include <device/robot.h> #include <device/servo.h> #include...
aibouji
Offline Send Email
Feb 14, 2006
8:56 am
1166
Hi, Did you installed the /usr/local/OPEN_R_SDK/OPEN_R/MS_ERS7/WLAN/memprot/OPEN-R folder on your memory stick before you installed the RCServer? The RCServer...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 14, 2006
9:25 am
1167
Dear readers, I want to provide my robot with depth cues. For that I need to create an uneven terrain for the robot to driven on. Is it possible to create a ...
Harm Aarts
harmaarts
Offline Send Email
Feb 14, 2006
11:55 am
1168
Hello Harm, If you have Matlab, you can use this very simple uneven terrain generator (by Jonas Buchli). Best regards, Yvan ... ] } } ] name "uneven ground" ...
Yvan Bourquin
yvanix
Offline Send Email
Feb 14, 2006
12:53 pm
1169
Hi, Thanks a lot that was *exactly* what I was looking for! Harm...
harmaarts
Offline Send Email
Feb 14, 2006
1:26 pm
1170
I've tried only with the WCONSOLE, i'll try with WLAN. Thanx. ... your ... tested ... problem... ... ...
aibouji
Offline Send Email
Feb 15, 2006
10:33 am
1171
Unfortunately I have to come back on my words. It appears that we do need textures on this plane. Any suggestions for 3D modellers? I dont have the time to...
harmaarts
Offline Send Email
Feb 15, 2006
2:33 pm
1172
Harm, You have two options: 1) Either you use a simple 3D modeler that will create and map the textures for you (I personally use ArtOfIllusion and AC3D). 2)...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 15, 2006
2:42 pm
1173
Hello Webots users, In think there is a problem in the file Packages in http://cyberboticspc1.epfl.ch/debian/binary/Packages.bz2 . It has the following lines: ...
Rafael Arco Arredondo
rafa.arco
Offline Send Email
Feb 16, 2006
10:22 pm
1174
Hello everyone, Can the supervisor quary the state of a device on a custom robot? Can the supervisor change the state of a device on a custom robot? ...
mjf462001
Offline Send Email
Feb 17, 2006
4:39 pm
1175
I trust the philosophy of Webots is that you should be able to cross-compile the controller on the robot to run it on the real thing. As such, all control from...
Sergei Poskriakov jr
garfae
Offline Send Email
Feb 17, 2006
4:48 pm
1176
Sergei; I may have inadvertintly misled you, There is non "real robot". Everything is in the simulation. In the simulation I have a supervisor node and one...
mjf462001
Offline Send Email
Feb 17, 2006
5:21 pm
1177
Matthew, No you have not misled me; I just tried to explain why the only way, by design, (to my knowledge) to control the CustomRobot from a Supervisor is...
Sergei Poskriakov jr
garfae
Offline Send Email
Feb 17, 2006
6:30 pm
1178
... Not directly. ... Again, not directly. ... This is possible, however this require that you implement some communication between the supervisor and the...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 18, 2006
9:59 am
1179
Hi, i am sorry but i dont remember if it is possible to compile webots controllers with Visual Studio .Net Any recomendation ? I am also planning to use the...
José Antonio Mart...
joseoomartin
Offline Send Email
Feb 19, 2006
2:53 pm
Messages 1150 - 1179 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help