Search the web
Sign In
New User? Sign Up
tekkotsu_dev · Tekkotsu Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1183 - 1212 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1183
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 3, 2006
7:19 pm
1184
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 4, 2006
9:01 pm
1185
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 4, 2006
10:25 pm
1186
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 4, 2006
11:10 pm
1187
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...
chris.mansley
Offline Send Email
Jan 10, 2006
4:24 pm
1188
... 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,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 10, 2006
5:34 pm
1189
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...
chris.mansley
Offline Send Email
Jan 10, 2006
6:09 pm
1190
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 10, 2006
6:30 pm
1191
... 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...
chris.mansley
Offline Send Email
Jan 10, 2006
7:34 pm
1192
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...
jwestra@...
joostwestra
Offline Send Email
Jan 13, 2006
2:28 pm
1193
... Yeah, we found some mutual exclusion problems with SharedQueue, and meanwhile Sony fixed the latency problems with their message passing calls, so we...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 13, 2006
4:39 pm
1194
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...
Daniel
danielhoeh
Offline Send Email
Jan 18, 2006
1:11 pm
1195
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...
Daniel
danielhoeh
Offline Send Email
Jan 18, 2006
1:25 pm
1196
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 18, 2006
5:22 pm
1197
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 18, 2006
5:32 pm
1198
... 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...
Daniel Höh
danielhoeh
Offline Send Email
Jan 18, 2006
6:05 pm
1199
... 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...
Daniel Höh
danielhoeh
Offline Send Email
Jan 18, 2006
6:05 pm
1200
Hallo! Another question/annotation to the LoadSave mechanism in Tekkotsu. This is a very powerful class which supports decoding/encoding almost everything when...
Daniel
danielhoeh
Offline Send Email
Jan 22, 2006
3:01 pm
1201
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...
Daniel
danielhoeh
Offline Send Email
Jan 22, 2006
4:20 pm
1202
... 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"...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 22, 2006
11:27 pm
1203
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 22, 2006
11:38 pm
1204
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...
isilondo
Offline Send Email
Jan 23, 2006
2:59 am
1205
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 23, 2006
4:26 am
1206
... What about strings and buffers, which use some additional bytes to store size information? What about possible changes in storage size for shallow...
Daniel Höh
danielhoeh
Offline Send Email
Jan 23, 2006
9:38 am
1207
Would you mind posting the part of the makefile which fixes the {upper,lower}case problem? Thanks in advance, Daniel...
daniel_c_stamate
daniel_c_sta...
Offline Send Email
Jan 29, 2006
11:30 pm
1208
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....
daniel_c_stamate
daniel_c_sta...
Offline Send Email
Jan 29, 2006
11:55 pm
1209
... 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....
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 30, 2006
3:45 am
1210
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 ...
daniel_c_stamate
daniel_c_sta...
Offline Send Email
Jan 30, 2006
6:06 am
1211
... Sure thing. I simply modified Makefile.aperios in the "project/aperios/" directory like this cp -r "$(SYSTEM_BINARIES)/"* "$(MEMSTICK_ROOT)"; +...
chris.mansley
Offline Send Email
Jan 30, 2006
1:05 pm
1212
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 30, 2006
4:37 pm
Messages 1183 - 1212 of 2001   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