Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tekkotsu_dev · Tekkotsu Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 334
  • Category: Robotics
  • Founded: Sep 12, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1449 - 1480 of 2362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1449 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 4, 2006
6:10 pm
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>...
1450 Lukas Vermeer
lukazvermeer Send Email
Oct 5, 2006
3:28 pm
Hi All, We are a group of four students attending a course in 'Aibo Programming&#39; at Utrecht University. This course involves a computer lab in which we are ...
1451 thadude124 Send Email Oct 9, 2006
1:14 pm
Hello, Is it possible to load a txt file (on the root of the memorystick) using tekkotsu and read the contents. Greetings, Banus...
1453 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 9, 2006
3:04 pm
... 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...
1454 mighty_max_c Send Email Oct 15, 2006
7:01 pm
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...
1455 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 15, 2006
8:51 pm
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...
1456 Eduardo Roxas
e_roxas30@... Send Email
Oct 18, 2006
4:00 pm
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...
1457 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 18, 2006
5:52 pm
... 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...
1458 george_willcox Send Email Oct 19, 2006
11:08 am
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...
1459 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 19, 2006
7:51 pm
... 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...
1460 greatbob_cheng Send Email Oct 20, 2006
4:35 am
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...
1461 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 20, 2006
6:44 am
... 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...
1462 greatbob_cheng Send Email Oct 20, 2006
7:06 pm
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...
1463 greatbob_cheng Send Email Oct 20, 2006
8:20 pm
Hi Ethan: I forgot to paste the error message generated from the AIBO in my last post. Here is the error message: ...
1464 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 20, 2006
8:51 pm
... 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...
1465 greatbob_cheng Send Email Oct 21, 2006
12:58 am
Hi Ethan: I figured out how to turn on the microphone server, I have to send the following string: "!root" "TekkotsuMon&quot; "12" 12 is the index of the microphone...
1466 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 21, 2006
3:09 am
... 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...
1467 greatbob_cheng Send Email Oct 21, 2006
4:19 am
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 =...
1468 greatbob_cheng Send Email Oct 24, 2006
3:07 am
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...
1469 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 24, 2006
3:36 am
... 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...
1470 greatbob_cheng Send Email Oct 24, 2006
4:47 am
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....
1471 peterm
petermorck Send Email
Oct 24, 2006
12:08 pm
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 ...
1472 george_willcox Send Email Oct 24, 2006
3:08 pm
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 ...
1473 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 24, 2006
7:43 pm
... 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...
1474 greatbob_cheng Send Email Oct 26, 2006
3:09 am
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&#92;CONF. Make sure that...
1475 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 26, 2006
6:45 am
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...
1476 george_willcox Send Email Oct 26, 2006
11:46 pm
... 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...
1478 asuraa83 Send Email Oct 27, 2006
8:10 am
I'd like to control by other device instread of mouse. Which part is concerned with that? Thanks for your help. :)...
1479 Ethan Tira-Thompson
ethan_tirath... Send Email
Oct 27, 2006
5:03 pm
... 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...
1480 Steven Kryskalla
skryskalla Send Email
Oct 27, 2006
5:20 pm
... You can control the head controller and walk controller by sending commands to the "Walk Remote Control" (port 10050) and "Head Remote Control" (port...
Messages 1449 - 1480 of 2362   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help