... 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...
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...
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...
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...
... 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,...
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...
... 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...
... 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...
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...
... Yeah, we found some mutual exclusion problems with SharedQueue, and meanwhile Sony fixed the latency problems with their message passing calls, so we...
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...
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...
... 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...
... 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...
... 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...
Hallo! Another question/annotation to the LoadSave mechanism in Tekkotsu. This is a very powerful class which supports decoding/encoding almost everything when...
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...
... 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"...
... 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...
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...
... 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...
... What about strings and buffers, which use some additional bytes to store size information? What about possible changes in storage size for shallow...
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....
... 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....
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 ...
... 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...