... Me too. I got one other bug report regarding the M3 not working (appears to crash in the Motion process), but i haven't gotten enough information on it yet...
1184
Ethan Tira-Thompson
ethan_tirath...
Jan 4, 2006 9:01 pm
A little while ago, someone was having trouble with missing Stub.{h,cc} files (e.g. TinyFTPDStub.cc) after a make clean (or even a make on a fresh...
1185
Ethan Tira-Thompson
ethan_tirath...
Jan 4, 2006 10:25 pm
Good news! Our first ERS-7M3 arrived today, and I've been doing a little testing. It looks like the current code in CVS will boot the robot successfully, but...
1186
Ethan Tira-Thompson
ethan_tirath...
Jan 4, 2006 11:10 pm
Sorry, I spoke too soon. ... The 2.4.1 release works fine -- it was simply that I was using the precompiled demo stick, which was built with the old OPEN-R...
1187
chris.mansley
Jan 10, 2006 4:24 pm
It seems as though the build newstick/install process is broken or not working with the new version of OPEN-R. From a clean install of Tekkotsu, the make...
1188
Ethan Tira-Thompson
ethan_tirath...
Jan 10, 2006 5:34 pm
... Does it say which files are missing? I'm guessing 'OPENR/*' header files? Did you install OPEN-R as root on a Linux (or other permissions-respecting OS,...
1189
chris.mansley
Jan 10, 2006 6:09 pm
I did see your earlier post and already applied the permission fixes. No, this has to do with a built-in error message in the makefile as follows. In the...
1190
Ethan Tira-Thompson
ethan_tirath...
Jan 10, 2006 6:30 pm
... Did you have a previous version working? I don't think this is quite version related, but is instead an issue with your memory stick drive. As you may...
1191
chris.mansley
Jan 10, 2006 7:34 pm
... I read through some mount documentation and it doesn't seem as though you could force the files system to one or the other, even though the options are...
1192
jwestra@...
joostwestra
Jan 13, 2006 2:28 pm
Hello, I'm in the process of merging some projects to Tekkotsu 2.4.1. One of these project uses SharedQueue. I Think SharedQueue.h is outdated: It includes...
1193
Ethan Tira-Thompson
ethan_tirath...
Jan 13, 2006 4:39 pm
... Yeah, we found some mutual exclusion problems with SharedQueue, and meanwhile Sony fixed the latency problems with their message passing calls, so we...
1194
Daniel
danielhoeh
Jan 18, 2006 1:11 pm
Hallo! I'm writing a simple, universal RPC class which can be used to communicate with the computer or with other AIBOs. It gives you a higher abstraction...
1195
Daniel
danielhoeh
Jan 18, 2006 1:25 pm
Hi! Writing code for multiple threads means you'll have to synchronize access to common fields for the threads. When I look through the Tekkotsu directory, I...
1196
Ethan Tira-Thompson
ethan_tirath...
Jan 18, 2006 5:22 pm
... I heartily agree! I've wanted to overhaul Wireless for a while now, because there's a number of issues with it, like not knowing when a connection is...
1197
Ethan Tira-Thompson
ethan_tirath...
Jan 18, 2006 5:32 pm
... Thread.h is also simulator-specific -- aperios doesn't provide any thread functionality to user code (boooo!) ... As you may be guessing by now, this is...
1198
Daniel Höh
danielhoeh
Jan 18, 2006 6:05 pm
... Ok, so it's much less work than I thought, that's nice :-) ... Aaah, that was the page, I was trying to find. Much thanks! Daniel...
1199
Daniel Höh
danielhoeh
Jan 18, 2006 6:05 pm
... Yes, that are indeed problems when trying to manage multiple connections at the same time. ... Me too :-) Sadly I don't have experience with the...
1200
Daniel
danielhoeh
Jan 22, 2006 3:01 pm
Hallo! Another question/annotation to the LoadSave mechanism in Tekkotsu. This is a very powerful class which supports decoding/encoding almost everything when...
1201
Daniel
danielhoeh
Jan 22, 2006 4:20 pm
The methods encode(...) and decode(...) use for written data a certain amount of space in the buffer. Shouldn't there be methods in the LoadSave class to tell...
1202
Ethan Tira-Thompson
ethan_tirath...
Jan 22, 2006 11:27 pm
... Yeah, the main reason for the discrepancy is that I wrote LoadSave, and another guy wrote the Java side. He was doing more of the "just get it to work"...
1203
Ethan Tira-Thompson
ethan_tirath...
Jan 22, 2006 11:38 pm
... I think I'm willing to guarantee that encoding a primitive type will use the same amount of space that sizeof() specifies. You could extend that to any...
1204
isilondo
Jan 23, 2006 2:59 am
I am using an ERS220 for a senior project in robot planning. The idea is to have a LISP program running on a desktop control the robot by telling it to start...
1205
Ethan Tira-Thompson
ethan_tirath...
Jan 23, 2006 4:26 am
... Call AddReference if you will want to start it again -- the Behaviors do reference counting and so it may delete itself when DoStop is called if there are...
1206
Daniel Höh
danielhoeh
Jan 23, 2006 9:38 am
... What about strings and buffers, which use some additional bytes to store size information? What about possible changes in storage size for shallow...
1207
daniel_c_stamate
daniel_c_sta...
Jan 29, 2006 11:30 pm
Would you mind posting the part of the makefile which fixes the {upper,lower}case problem? Thanks in advance, Daniel...
1208
daniel_c_stamate
daniel_c_sta...
Jan 29, 2006 11:55 pm
I'm trying to get the simulator working and I'm getting some errors when I do: "make sim" I have installed the newest versions of OPER_R, Tekkotsu and cygwin....
1209
Ethan Tira-Thompson
ethan_tirath...
Jan 30, 2006 3:45 am
... Looks like there needs to be a #include "Events/EventRouter.h" in local/sim/LoadImageThread.cc... but I don't know why this is not working for you as is....
1210
daniel_c_stamate
daniel_c_sta...
Jan 30, 2006 6:06 am
I've reinstalled everything...just in case... I've followed the OPEN-R SDK Installation Guide (from your website) I've used the following: binutils-2.14 ...
1211
chris.mansley
Jan 30, 2006 1:05 pm
... Sure thing. I simply modified Makefile.aperios in the "project/aperios/" directory like this cp -r "$(SYSTEM_BINARIES)/"* "$(MEMSTICK_ROOT)"; +...
1212
Ethan Tira-Thompson
ethan_tirath...
Jan 30, 2006 4:37 pm
... Hmm, compiler's crashing -- that's not good. Have you tried re-running? Perhaps a 'make clean' and a full rebuild? Sometimes it goes away. Otherwise try...