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 ...
... 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...
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...
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...
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@...
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...
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...
... 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...
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...
... 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...
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...
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...
... 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...
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 =...
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...
... 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...
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 ...
... 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...
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...
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...
... 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...
... 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...
... You can control the head controller and walk controller by sending commands to the "Walk Remote Control" (port 10050) and "Head Remote Control" (port...