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 your group to be featured on the Yahoo! Groups website? 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 785 - 814 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
785
Hello, I'm working with the BallDetectionGenerator module and VisionObjectEvent, in order to know the position and distance of the ball. When there is no...
tencuid
Offline Send Email
Apr 1, 2005
6:40 pm
786
Hi, Thanks for your answers Ethan and Harm. This year, our team won't enter in the robocup. Anyway we will also make every information public. I'll write you...
Nuno Lopes
ncpl@...
Send Email
Apr 3, 2005
6:27 pm
787
I think I've found the answer to my own question. It seems to be a problem of ilumination and color-tuning. When the ball is too near the camera, there are...
tencuid
Offline Send Email
Apr 4, 2005
11:38 am
788
I have some experience with the camera of the AIBO. In our lab we have the normal cieling lighting, which are those tubes you talk about, but with only these...
Harm Aarts
haarts@...
Send Email
Apr 4, 2005
12:48 pm
789
Hello, I'm getting crazy trying to create an outgoing connection, so I'd be very grateful if someone helps me. Actually, my code is this (I've made so many...
pauladospublicidad
pauladospubl...
Offline Send Email
Apr 4, 2005
6:20 pm
790
It sounds like you've identified the shadows as the main problem, but I wonder if the blue tinges of the corners of the images might also be contributing... ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 4, 2005
7:05 pm
791
I think the root of the problem is that the outgoing connection isn't going through. There could be a couple reasons for this, such as the wrong host name,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 4, 2005
7:23 pm
792
Hey, I'm trying to compile convertmot and I get the following error: Making Tekkotsu files... make[1]: Entering directory `/usr/local/Tekkotsu/project' ERROR:...
bigrobhenson
Offline Send Email
Apr 4, 2005
9:38 pm
793
Convertmot doesn't work with latest Tekkotsu release (2.3). You need to update it from CVS (cvs.tekkotsu.org). Nuno...
Nuno Lopes
ncpl@...
Send Email
Apr 4, 2005
9:59 pm
794
Sadly I don't have root access on this computer as it is in the lab so I cannot update convertmot from CVS. Any way to get around this? Is there a place to...
bigrobhenson
Offline Send Email
Apr 4, 2005
10:03 pm
795
You can check out just the convertmot tools into your home directory (or other directory under your control) via: cvs -d...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 5, 2005
3:54 am
796
Thank you very much, you were right, the problem was that I didn't wait for the connection to be made. I've been working on it, and works all right. However, I...
Paulados
pauladospubl...
Offline Send Email
Apr 6, 2005
11:56 am
797
Hello All, We're working on a simple obstacle avoidance routine and are running into a problem. We're trying to pan the head, and then resolving a bucket to ...
st2750@...
SPT69
Offline Send Email
Apr 7, 2005
8:11 pm
798
Is the neural network going to run on a PC or the Aibo itself? If it's on the Aibo, you want to listen for visRawCameraEGID events, and then cast the events...
Srigopika Radhakrishnan
rsrigopika
Offline Send Email
Apr 11, 2005
1:01 pm
799
... If you want to do this processing on the AIBO, I'm not really sure you want to save the images in the first place -- memory stick accesses are *really*...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 11, 2005
5:04 pm
800
On Mon, 21 Mar 2005 12:00:16 -0500 , Srigopika Radhakrishnan ... On a related note, I would personally want to avoid trying to get a neural network to learn to...
Neil Halelamien
b4k4neil
Offline Send Email
Apr 12, 2005
12:40 pm
801
Hi, I am not going to train the shapes on the dog. That as you said will be too time consuming. For this reason, I decided to do all the learning on a PC and...
Srigopika Radhakrishnan
rsrigopika
Offline Send Email
Apr 12, 2005
3:01 pm
802
Hi, So I've hacked together a bit of a makefile so that I can compile and run a program on my computer that sends a walk param over wireless to the dog (so I'm...
Samantha Vincent
prostar_sam
Offline Send Email
Apr 14, 2005
5:47 pm
803
I'm guessing that you need to add a -lgsl flag to the linker so it knows that you're using a library? The linker is the one that puts out the "undefined...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 14, 2005
6:01 pm
804
So if this is my makefile, where would I put it? Thanks, Sam...
Samantha Vincent
prostar_sam
Offline Send Email
Apr 14, 2005
7:13 pm
805
On line 55: LIBS:= $(TK_BD)/Motion/roboop/libroboop.a $(TK_BD)/Shared/newmat/libnewmat.a change to: LIBS:= $(TK_BD)/Motion/roboop/libroboop.a ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 14, 2005
7:22 pm
806
I got it! I just changed line 71 to: @g++ $(PROJ_OBJ) $(patsubst $(TEKKOTSU_ROOT)/%,$(TK_RT)/%,$(TK_TGTS) $(LIBS)) -lgsl -o $@ Thanks so much Ethan!...
Samantha Vincent
prostar_sam
Offline Send Email
Apr 14, 2005
7:25 pm
807
Hello, I think I've found a bug in VisionObjectEvent.ha file: Line 00049 float getHeight() const { return _x2-_x1; } //!< return height along y must be 00049...
tencuid
Offline Send Email
Apr 18, 2005
11:51 am
808
FYI, Paulados and I tracked this down off-list. The root of the problem is that when a non-daemon socket is closed, the corresponding Socket object is...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 18, 2005
2:52 pm
809
This one's already been fixed actually ;) http://bugs.tekkotsu.org/show_bug.cgi?id=108 updating CVS will give you the fix Sorry about that, I didn't realize...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 18, 2005
2:59 pm
810
Hi Ethan, When I try to use Camera Behavior the dog crashes. This started happenning after I changed a few of the parameters in tekkotsu.cfg file in ...
Srigopika Radhakrishnan
rsrigopika
Offline Send Email
Apr 18, 2005
3:58 pm
811
Has any of the code been modified as well? Otherwise I'm afraid it doesn't make much sense. Make sure the unmodified tekkotsu.cfg is making its way onto the...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 18, 2005
5:00 pm
812
Hello, I have a problem again. Now I'm having problems with motion sequences. I have a behavior that, first of all, loads walkMC (as in WalkControllerBehavior)...
pauladospublicidad
pauladospubl...
Offline Send Email
Apr 19, 2005
3:16 pm
813
Update on the crash. I installed a fresh version of Tekkotsu, cleaned the memory stick and ran my code. My code looks out for pink objects and takes a picture...
Srigopika Radhakrishnan
rsrigopika
Offline Send Email
Apr 19, 2005
4:24 pm
814
... It looks ok... although you are using deprecated style of creating MotionSequences. As of 2.2.2, the recommended way to do declare a sequence is: ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Apr 19, 2005
4:40 pm
Messages 785 - 814 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