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...
Show off your group to the world. Share a photo of your group with us.

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 1449 - 1480 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1449
Announcing the Tekkotsu 3.0 Release! <http://www.tekkotsu.org/VersionHistory.html> [->] Download Source Now <http://www.tekkotsu.org/code/Tekkotsu_3.0.tar.gz>...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 4, 2006
6:10 pm
1450
Hi All, We are a group of four students attending a course in 'Aibo Programming' at Utrecht University. This course involves a computer lab in which we are ...
Lukas Vermeer
lukazvermeer
Offline Send Email
Oct 5, 2006
3:28 pm
1451
Hello, Is it possible to load a txt file (on the root of the memorystick) using tekkotsu and read the contents. Greetings, Banus...
thadude124
Offline Send Email
Oct 9, 2006
1:14 pm
1453
... Yes -- if you want to view a file without shutting down and removing the memory stick, there's two options. One is to use FTP to transfer the file and view...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 9, 2006
3:04 pm
1454
Hi, I just updated Tekkotsu to 3.0, and have trouble compiling the simulator. The following is the error I got. Motion/roboop: make[2]: Entering directory...
mighty_max_c
Offline Send Email
Oct 15, 2006
7:01 pm
1455
Strange error -- what version/platform of gcc are you using? Looks like the compiler is having a hard time finding the right operator to use, but it's actually...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 15, 2006
8:51 pm
1456
Guys, Do you think Aibo will be forever discontinued by Sony ? I checked the price on Ebay and ERS-7 usually goes up to $2,500 - $3,000. Also, as we all know...
Eduardo Roxas
e_roxas30@...
Send Email
Oct 18, 2006
4:00 pm
1457
... Yes. Even if Sony does eventually re-enter the robotics market (probably years from now, a big company like that doesn't turn around on a dime), I expect...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 18, 2006
5:52 pm
1458
Hi guys I have just been given a final year project using an AIBO ERS-7. At the moment i do not have a machine with the Linux operating system loaded or any...
george_willcox
Offline Send Email
Oct 19, 2006
11:08 am
1459
... Cygwin is OK for building for the Aibo, but you won't be able to use the simulator. You may want to get started with that, and worry about switching later...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 19, 2006
7:51 pm
1460
Hi guys, I am trying to implement streaming audio from and to an AIBO. So does anybody know how to send a Tcp packet to start up AIBO's microphone and speaker...
greatbob_cheng
Offline Send Email
Oct 20, 2006
4:35 am
1461
... You start the server by sending a command to either 10020 (the port the ControllerGUI uses) or 10001 (intended for console mode). Only one thing can be...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 20, 2006
6:44 am
1462
Hello Ethan: Thanks a lot for the reply. I upgraded my tekkotsu to version 3, but the same problem still exist. I did setup up the 10020 connection before...
greatbob_cheng
Offline Send Email
Oct 20, 2006
7:06 pm
1463
Hi Ethan: I forgot to paste the error message generated from the AIBO in my last post. Here is the error message: ...
greatbob_cheng
Offline Send Email
Oct 20, 2006
8:20 pm
1464
... I don't know... works for me... (bold input, italic comments) 549 aibo1:~$ telnet 172.16.1.3 10020 Trying 172.16.1.3... Connected to 172.16.1.3. Escape...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 20, 2006
8:51 pm
1465
Hi Ethan: I figured out how to turn on the microphone server, I have to send the following string: "!root" "TekkotsuMon" "12" 12 is the index of the microphone...
greatbob_cheng
Offline Send Email
Oct 21, 2006
12:58 am
1466
... Well, EstopControllerBehavior is started at boot, you don't need to start that one (so if you do try it, you'd be toggling it off...) I'm a little...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 21, 2006
3:09 am
1467
Hi Ethan: I noticed the hack you guys used in the UDPListener.java, so I mimiced what you guys did and used it in my microphone client code: datagramSocket =...
greatbob_cheng
Offline Send Email
Oct 21, 2006
4:19 am
1468
Hello Ethan: I got the streaming audio part working. I remember you said that you want the code, so should I post it here, or should I make some modifications...
greatbob_cheng
Offline Send Email
Oct 24, 2006
3:07 am
1469
... Great! I take it that means you figured out the networking thing from your previous post... was it anything that might trip up other users? ... If you...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 24, 2006
3:36 am
1470
Hi Ethan: I couldn't figure out the udp problem, so I used tcp instead... I will try to make it work with the tekkotsu mon....
greatbob_cheng
Offline Send Email
Oct 24, 2006
4:47 am
1471
Hi, I'm using a cvs version of Tekkotsu and I use svn for my own parts of my project to avoid confusion. Being new to svn I guess I added the a bit too many ...
peterm
petermorck
Offline Send Email
Oct 24, 2006
12:08 pm
1472
Hi, I have recently been given a project using an Aibo ERS-7. I have been able to install: Cygwin mipsel-devtools-3.3.2-bin-r1.tar.gz ...
george_willcox
Offline Send Email
Oct 24, 2006
3:08 pm
1473
... Actually, adding 'ms' to svn is probably a good idea because you'll want to keep your configuration files under version control. You just want to set SVN...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 24, 2006
7:43 pm
1474
I don't know how to exactly solve your problem, but here is my suggestions: 1)Go into your memory stick, Memory stick drive:\OPEN-R\MW\CONF. Make sure that...
greatbob_cheng
Offline Send Email
Oct 26, 2006
3:09 am
1475
Oh, thanks for filling in greatbob_cheng -- I hadn't noticed the original email fall between the cracks (actually, it fell between the spam, sigh) ... Also...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 26, 2006
6:45 am
1476
... Hi Guys Thanks for the help, i've managed to get it working fine with a router or using the laptop and setting the laptop's address to the one close to the...
george_willcox
Offline Send Email
Oct 26, 2006
11:46 pm
1478
I'd like to control by other device instread of mouse. Which part is concerned with that? Thanks for your help. :)...
asuraa83
Offline Send Email
Oct 27, 2006
8:10 am
1479
... Like a joystick or game controller? Just a heads up -- I don't know how to interface with those, but others on the list might. I've seen some work by...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Oct 27, 2006
5:03 pm
1480
... You can control the head controller and walk controller by sending commands to the "Walk Remote Control" (port 10050) and "Head Remote Control" (port...
Steven Kryskalla
skryskalla
Offline Send Email
Oct 27, 2006
5:20 pm
Messages 1449 - 1480 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