Hello, I need to detect black objects in an image, but EasyTrain tool doesn't allow me to select black pixels to create a threshold file (.tm) with that color...
1214
Ethan Tira-Thompson
ethan_tirath...
Jan 30, 2006 5:37 pm
... Ah, this is tricky because all shadows look black, so you're likely to see it a lot of places that don't corresponding to a particular object. So there are...
1215
daniel_c_stamate
daniel_c_sta...
Jan 30, 2006 8:23 pm
I run cygwin gcc 3.3.1 (cygming special) I have a script which copies a fresh version of Tekkotsu in /usr/local. So every time I "make install" I'm working...
1216
rur2yk
Jan 30, 2006 10:33 pm
hello community, i've created a new memorystick for my ers-7 with self compiled code (based on windows/cygwin). after boot nothing happens and power led is on....
1217
isilondo
Feb 1, 2006 7:29 pm
One comment and a question, first, I noticed several posts back that some people were having problems with the ControllerGUI under Cygwin, specifically getting...
1218
Ethan Tira-Thompson
ethan_tirath...
Feb 1, 2006 8:15 pm
Thanks for the suggestion for ControllerGUI -- I'm not sure why that isn't consistent between Cygwin installations... we definitely have machines where it...
1219
tomasz gingold
kinek@...
Feb 2, 2006 12:08 pm
Hello, i am new with tekkotsu and now tried to compile it. First i installed the java stuff and also OPEN_R_SDK-1.1.5-r5. then i did the symbolical links at...
1220
Ethan Tira-Thompson
ethan_tirath...
Feb 2, 2006 4:37 pm
You're partway there, but you're missing some of your OPEN-R installation -- namely the cross-compiler. The AIBO uses a MIPS processor and a custom OS, so it...
1221
tomasz gingold
kinek@...
Feb 2, 2006 5:24 pm
Hello, i have now a problem during execution of the build-devtools-3.3.2-r1 shell script. after a few minutes of execution i got the following error: ...
1222
Ethan Tira-Thompson
ethan_tirath...
Feb 2, 2006 7:26 pm
I haven't seen this before -- anyone else? The only thing I can think of to try is to make sure your system's native compiler is at least up to date within its...
1223
Michail G. Lagoudakis
loumakas
Feb 3, 2006 9:53 am
I am a new member of the group, so please pardon my naive questions: 1. Is the ERA-MS016 memory stick what I need for Tekkotsu on ERS-7? 2. How important is it...
1224
Ethan Tira-Thompson
ethan_tirath...
Feb 3, 2006 2:59 pm
... Yes, that is the right model number. If I remember correctly, the commercial software (AiboLife) memory sticks have the same model number, but cannot be...
1225
daniel_c_stamate
daniel_c_sta...
Feb 3, 2006 6:41 pm
I've received an email from someone who is using Tekkotsu in his Lab, and he mentioned that I need to downgrade my version of cygwin. So what version of...
1226
Ethan Tira-Thompson
ethan_tirath...
Feb 3, 2006 8:34 pm
... If there's a reason to downgrade cygwin, I'd like to know about it so we can keep compatible. It's been a while (a few months?) since we've updated our...
1227
isilondo
Feb 4, 2006 1:05 am
Ethan, thanks a lot for the help. I modified the code you gave me slightly to the point that it compiles but I am getting output which isn't what I expected....
1228
Daniel T. Casner
isilondo
Feb 5, 2006 4:39 am
Thanks, Dave and Ethan for the help. Putting the code inside an event and subscribing the visRegionEGID events did help. Now instead of getting random stuff I...
1229
chris_pcloner
Feb 5, 2006 2:22 pm
Hi, Im planning to get an AIBO7x. I have an AIBO 220 and AIBO 31L. I am willing to SWAP or trade them with AIBO7x. I will givel all accessories ang bags for...
1230
tomasz gingold
kinek@...
Feb 6, 2006 10:35 am
Hello, is that right, that with the precompiled binaries i am not able to program my own applications? I have suse 10.0 and the gcc (GCC) 4.0.2 20050901...
1231
Ethan Tira-Thompson
ethan_tirath...
Feb 6, 2006 3:50 pm
... Right, the precompiled binaries can't be recompiled, you need to have the source code for that. And in order to compile the source code, you need to have a...
1232
tomasz gingold
kinek@...
Feb 6, 2006 5:42 pm
I have patch the obstack.h, and the compiling goes a few lines forward. unfortunatelly i got the next error: ../../gcc-3.3.2/gcc/cp/decl.c: In function...
1233
Ethan Tira-Thompson
ethan_tirath...
Feb 6, 2006 6:49 pm
Part of the problem is that they're using a lot of macros (tsk tsk!), which makes this hard to track down -- what looks like a simple variable is, in...
1234
chris.mansley
Feb 7, 2006 7:24 pm
Has anyone sucessfully used the WaypointWalkMC with the addAbsoluteWaypoint method? I am currently using this as my main event loop MMAccessor<WaypointWalkMC>...
1235
Ethan Tira-Thompson
ethan_tirath...
Feb 7, 2006 7:38 pm
... Although you should probably put the MMAccessor inside the 'if' so you don't have to check it out if you're not going to do anything with it... ... ...
1236
Ethan Tira-Thompson
ethan_tirath...
Feb 7, 2006 7:51 pm
... Aha, I stumbled over this today -- it turns out there's a function for calculating the total area, but nothing's calling it! So total_area forever stays...
1237
shkim_02
Feb 8, 2006 8:52 am
I'm trying to get the sensor information and want to remote control the aibo depending on it. What kind of information can I see from the sensor. Is there a...
1238
tomasz gingold
kinek@...
Feb 8, 2006 12:52 pm
hello, the next error ist this one: ../../gcc-3.3.2/gcc/config/mips/mips.c:6942:50: warning: no newline at end of file ../../gcc-3.3.2/gcc/config/mips/mips.c:...
1239
Ethan Tira-Thompson
ethan_tirath...
Feb 8, 2006 5:34 pm
... On the AIBO, the sensor information is contained in WorldState::sensors[] (state->sensors[]) http://www.cs.cmu.edu/~tekkotsu/dox/classWorldState.html#o3 If...
1240
Ethan Tira-Thompson
ethan_tirath...
Feb 8, 2006 7:25 pm
... Alright, I've been banging on this all morning, and not making much progress. Their CVS browser for this file is here: ...
1241
chris.mansley
Feb 10, 2006 8:01 pm
We have an application that we wish to port to the AIBOs (the platform that we have the most of in the lab). I think that most of the port will be direct, but...
1242
Ethan Tira-Thompson
ethan_tirath...
Feb 10, 2006 10:19 pm
... 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...