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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 131 - 161 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
131
I'm trying to write a new behavior getting data from a dos console, but getting lost. Can anyone have the tutorail like the ones in Tekotsu web site on that...
kpw_km
Offline Send Email
Jan 3, 2004
2:47 am
132
... how much data? From someone typing? If so, I'd say have your behavior listen for text message events. There's three cases depending on whether you want...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 3, 2004
6:34 pm
134
Dear All, I am writing a background behavior to capture the Locomotion Event from Mode switch behavior using WalkMC. I can get value of dx, dy and da from...
yuewah99
Offline Send Email
Jan 4, 2004
11:09 am
135
... I'll rename the function and add a new one to avoid confusion on this... currently, the function returns the time at which the aibo started moving along...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 5, 2004
9:28 pm
136
... Argh, I take this back. getTravelTime() returns the amount of time moved along the current vector, as implied by the original name, so I'll leave this...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 5, 2004
9:36 pm
137
... Oh, one more thing (really, I promise) When I say "current vector" I mean the one that has been in execution. However, the event you're receiving is the...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 5, 2004
9:57 pm
138
Hi.. what I'm trying to do is to listen a keyboard press and change the posture of Aibo into sitting position. Well, I look into Aibo3Dcontroller.h and tried...
kpw_km
Offline Send Email
Jan 6, 2004
5:34 am
139
I'm happy to announce that I just checked in working code for the ERS-7. There's still a few rough edges to clean up before the official release, but basic...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 6, 2004
5:52 am
140
hmm, i dunno... with all the commented out stuff removed, it boils down to this, right? virtual void DoStart() { BehaviorBase::DoStart(); printf("Do start");...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 6, 2004
6:18 am
141
Hi all! Ok I've written a .mot file that makes the Aibo press it's paw down and then lift it up again. (simulating the dog pressing a button) What I was...
drachnnet
Offline Send Email
Jan 12, 2004
7:47 am
142
Hi! Welcome aboard :) It sounds like this could be a pretty straightforward modification of the SampleMC from the tutorial. For reference, there's a copy at: ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 12, 2004
5:28 pm
143
Hi all! (thanks to Ethan for previous help!) I know that in Raw Cam I can view the image as either RGB or YUV. But when I save the image (and YUV mode is...
drachnnet
Offline Send Email
Jan 13, 2004
8:26 am
144
Hi.. Where can I get the info on the speed limits of Aibo joints (the angular rate?) I know there is somewhere in Sony web site but I lost the link and fail to...
kpw_km
Offline Send Email
Jan 13, 2004
1:07 pm
145
They're somewhere in the OPEN-R docs, but the values are already available in the info file corresponding to your model as MaxOutputSpeed. For instance,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 13, 2004
6:39 pm
146
I just tried it out on an old copy of 1.5... didn't see any problems... it should save exactly what you see in the VisionGUI when you hit save. So make sure...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 14, 2004
7:45 am
147
does someone know where i can find an activex controller for a usb webcam??? i need it to get images from a webcam and process it real time.. the webcam will...
jeffrey tan
jeffttan
Offline Send Email
Jan 14, 2004
11:00 am
148
Tekkotsu got any implementation to retrieve the state of paw sensors or not? Best regards,...
kpw_km
Offline Send Email
Jan 14, 2004
12:22 pm
149
Aside from the event interface which is covered in the "Writing Your First Behavior" tutorial, you can also access the current state of the buttons from...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 14, 2004
8:38 pm
150
When I run my program, "abort() called" display and the program hang. Can you tell me what's wrong and under what situation will the abort() be called. How can...
hkcitykin
Offline Send Email
Jan 15, 2004
8:47 am
151
I specify the access point I want my AIBO to be conected, through this entry in WLANCONF.TXT: ESSID = MY_ACCESS_POINT couse in my work environment the...
Rafaela González-...
raco60
Offline Send Email
Jan 15, 2004
10:33 am
152
Nuts - I've seen this before, but I forget what caused it. I had to track it down with a "binary search" of print outs. On the up side, it's not crashing, so...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 15, 2004
5:38 pm
153
Hmmm, i'm not really authoritative on WiFi (i hate that name) networks, but I believe if different access points share the same ESSID, a client (Aibo included)...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 15, 2004
5:38 pm
154
Mahlzeit ... Hm, it is not really clear to me, what your current setup is. Do you have multiple APs on a single network or on multiple networks? If it is on a...
Matthias Bruestle
m118@...
Send Email
Jan 15, 2004
6:24 pm
155
I fixed the problem now. I forgot to delete a dynamic array pointer before new a new one. The problem gone after I add code to delete it before new a pointer. ...
hkcitykin
Offline Send Email
Jan 16, 2004
7:34 pm
156
Which function residing in the Aibo push the data into wsjoints_port = 10031? I can't figure it out. Is Aibo pumping the data into the network thorugh that...
kpw_km
Offline Send Email
Jan 19, 2004
4:28 am
157
... The serialization is done by the WorldStateSerializer http://www-2.cs.cmu.edu/~tekkotsu/dox/WorldStateSerializer_8cc-source.html The serialize() function...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 19, 2004
6:02 am
158
Thanks for the reply. I tried to read teh button values from 10031. But, I don't know how to interprete the values. I pressed the buttons and see the values...
kpw_km
Offline Send Email
Jan 20, 2004
12:21 pm
159
Aha! Now I know what you were talking about.... When saving as a .jpg from the Raw Cam that's currently in CVS, *and* if the Aibo is currently sending...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 20, 2004
7:25 pm
160
Well, you may have been wondering if it was ever going to happen (I was starting to...) but we've finally managed to kick it out the door. I'll defer the...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 21, 2004
9:09 am
161
I highly encourage anyone who isn't already listed on our links page to send us some contact info. http://www.tekkotsu.org/Media.html We'd love to link to...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Jan 21, 2004
9:11 am
Messages 131 - 161 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