... Where did you find this "file output"? I'm guessing either Event Logger or Sensor Observer since those are the only ones which have a literal "file...
Hi! I was trying to implement a simple state machine and I wanted to use a WalkToTargetNode. The constructor needs s VisionObjectSourceID_t but I don't know if...
... The source IDs are set in the StartupBehavior_SetupVision.cc in your project directory -- this way you actually have control over which IDs are used for...
Hi everybody! I was wondering what would be the best way, or just the right way, to implement a LedNode for a state machine. Well, basically I mean where to...
... The LedNode creates its own LedMC internally at construction, and adds it to the motion manager whenever the node is active (and removes it again when the...
... Ok, but if I want to modify or give that MC some kind of behavior like blinking leds for 3 seconds or whatever, I get it with getMC() in the setup of the...
... Exactly. ... Yes, but in 2.4 this is slightly confusing because how to do so depends on whether the ControllerGUI is connected. If the ControllerGUI is...
Note: forwarded message attached. ... Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo!...
hello friends, well i am satyendra thakur from india, i am an engg student of electro branch. well i am preparing a robot which detect antipersonal landmine....
I'm experimenting a little problem with the statemachine and it's execution. (I've considered to open a new post, but since it is related I thought it would be...
Hi, For a subject at my university we're going to try to use a recent version of Tekkotsu (the one with the STABLE tag in the CVS repository) that includes the...
... Your code looks good and runs for me -- this actually sounds like a bug I introduced and fixed last week-ish. Try doing a CVS update now and see if it goes...
Dear .., I'm trying to get the simulator running under Tekkotsu 2.5. I'm using windows XP with Cygwin. The simulator compiles fine, but when I try to run it,...
... By 2.5 I assume you mean from CVS (the next release will actually be 3.0 btw -- there's a few references on the website to 2.5 that are outdated (and...
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...