... Yeah, the non-blocking networking is going to be a pain for you, and I'm not sure there's a good way around it... you're going to want your control code...
1243
Daniel
danielhoeh
Feb 12, 2006 3:33 pm
Hi everybody! I'm having a problem with class socket. When I want to write a buffer of data to a socket, the socket will not write the buffer, if it is too big...
1244
Ethan Tira-Thompson
ethan_tirath...
Feb 13, 2006 5:42 am
... right -- if you're sending packets of any significant size, you probably want to specify the size, and then of course you would know how big it is. I...
1245
chris.mansley
Feb 13, 2006 11:51 pm
I have a quick question about the UDP sending capablities. My code is as follows. serversock = wireless->socket(SocketNS::SOCK_DGRAM); ...
1246
Ethan Tira-Thompson
ethan_tirath...
Feb 16, 2006 4:27 am
... Have you tried triggering this on a timer event sometime after the initial connection? This would be necessary with a TCP connection because we have to...
1247
hayesfeen
Feb 16, 2006 10:06 am
Hi, I'm new to Tekkotsu and was wondering if there is way of looking at the actual pixels of an image? Also where is the image saved while it is being...
1248
Ethan Tira-Thompson
ethan_tirath...
Feb 16, 2006 2:46 pm
You'll want to read over this: http://www.cs.cmu.edu/~tekkotsu/Vision.html and see this demo: ...
1249
kinek@...
Feb 17, 2006 11:36 am
Hello, i gave up to compile tekkotsu with gcc 4.0.2+, and switched to cygwin. after a few problems which i was able to solve i get stuck with some java stuff. ...
1250
Ethan Tira-Thompson
ethan_tirath...
Feb 17, 2006 1:45 pm
... Ouch -- cygwin isn't my specialty, and I haven't seen that before. I'm not sure how the two would directly interact such that one could screw up the other....
1251
Sunghee, Kim
shkim_02
Feb 21, 2006 8:26 am
I'm trying to find out which sensor can catch the distance when it meets a wall or obstacle. And how I can handle it or what kind of information I can get from...
1252
Ethan Tira-Thompson
ethan_tirath...
Feb 21, 2006 3:14 pm
Subscribing to sensorEGID: erouter->addListener(this,EventBase::erouterEGID); will notify your Behavior's processEvent() with a status event whenever new...
1253
Zhou Ya Jin
zyj001et
Feb 24, 2006 3:55 am
Hi everyone: I use a sony red memory stick of ERS-210. It worked well before. But when I download the pre-compiled tekkotsu binary and write it to memory...
1254
Ethan Tira-Thompson
ethan_tirath...
Feb 24, 2006 6:28 pm
... It sounds like the disk format may be corrupted. Try using scandisk (or fsck.msdos on linux) to repair, or a "quick format" (but *not* a full format --...
1255
Zhou Ya Jin
zyj001et
Feb 25, 2006 3:57 am
Thanks. The problem has been solved by quick formatting. ... From: "Ethan Tira-Thompson" <ejt@...> To: <tekkotsu_dev@yahoogroups.com> Sent:...
1256
mohamed rafi
proffesional...
Feb 27, 2006 10:01 am
SIR, I LIKE TO CONTINUE WITH UR GROUPS. ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time....
1257
hayesfeen
Feb 27, 2006 3:43 pm
Hi I am trying to use the SketckGUI tool but when i compile the sample code (DstBehavior)it cant find the Dualcoding.h file. I looked in usr/local/tekkotsu...
1258
kinek@...
Feb 27, 2006 5:19 pm
Hello, i installed Tekkotsu at SUSE 9.3 which runs into a VirtualMachine which runs on Windows XP: WindowsXP-->VMWare-->SUSE 9.3 I got the problem that my VM...
1259
Ethan Tira-Thompson
ethan_tirath...
Feb 27, 2006 6:16 pm
... Is this an AiboMind memory stick? What OPEN-R content are you copying that does work? (The commerical AiboMind sticks don't work with third-party code,...
1260
Pedro Faria
pedro_faria_um
Feb 28, 2006 3:00 pm
I run cygwin and when compiling simulator everything goes ok. However, when runnig it says: Bad system call. Hope anyone can help... -- Pedro Faria...
1261
Ethan Tira-Thompson
ethan_tirath...
Feb 28, 2006 4:09 pm
... I think this indicates you need to run the cygwin background process to handle interprocess communication. Check step 4 ("If you wish to use the simulation...
1262
kinek@...
Feb 28, 2006 4:52 pm
I donīt really know what kind of memstick i have. I can only describe the memstick: - color: pink - capacity: 16MB - producer: sony - label printed on the...
1263
Ethan Tira-Thompson
ethan_tirath...
Feb 28, 2006 5:24 pm
It sounds good, but I'm suspicious because none of the sticks we've bought have ever had a label on them (but included a couple blank adhesive labels in the...
1264
Pedro Faria
pedro_faria_um
Feb 28, 2006 6:24 pm
Iīve re-installed cygwin and tekkotsu and now the problem with de simulator changes. When compiling it prompts: ... make[1]: *** ...
1265
Ethan Tira-Thompson
ethan_tirath...
Feb 28, 2006 6:33 pm
... You've clipped out the cause of the error -- make is just complaining that there was an error (probably on the previous line) What version of gcc is being...
1266
Pedro Faria
pedro_faria_um
Feb 28, 2006 6:41 pm
Here it goes (complete output): Generating build/PLATFORM_LOCAL/TGT_ERS7/local/local.d... ** Targeting TGT_ERS7 for build on PLATFORM_LOCAL ** **...
1267
Ethan Tira-Thompson
ethan_tirath...
Feb 28, 2006 7:07 pm
... Aha, and there's the problem (xml2-config not found) Go back to http://www.cs.cmu.edu/~tekkotsu/cygwin-install.html And notice in step 2.7, there is a list...
1268
Pedro Faria
pedro_faria_um
Mar 1, 2006 4:15 pm
It seems all libraries are instaled but I got segmentation fault !! Anyone recognizes this error? -- Pedro Faria...
1269
Pedro Faria
pedro_faria_um
Mar 1, 2006 4:19 pm
It seems all libraries are instaled but I got segmentation fault !! Anyone recognizes this error? Output:: ** Targeting TGT_ERS7 for build on PLATFORM_LOCAL **...
1270
Ethan Tira-Thompson
ethan_tirath...
Mar 1, 2006 5:34 pm
... you can try a make clean and see if it is somehow a problem of roboop/ all.h being malformed, but otherwise turn off precompiled headers in your project's...
1271
Pedro Faria
pedro_faria_um
Mar 1, 2006 6:10 pm
With a previous version of gcc (I had 3.4.4-1 and changed to 3.3.3) it works just fine. Compilation process runs ok but when executing it does not go any ...