Here is a program which generates the integer value of natural language numbers, e.g. nine hundred twenty eight million two thousand fourteen --> 928,002,014....
Hi, I'm trying to write a behavior which saves images when the aibo detects an object under certain conditions. Does anyone know how to save an image or a...
Hello all, Sorry for such a mundane first question, but before I get any interesting problems or contributions, I need to speed up my development process, as...
... Have you seen CameraBehavior? http://www.cs.cmu.edu/~tekkotsu/dox/classCameraBehavior.html It saves an image when the head buttons is tapped. I'm sure you...
It could be a problem with the files you are trying to send. either too deep directory tree or maybe spaces are not allowed. I found this link when searching...
I had sent this earlier, but it looks like Yahoo dropped the message, so I'm sending it again. Apologies if both wind up going through. ... As Steve pointed...
... Saving JPEG images good? To get the current frame at any time as a JPEG: #include "Shared/ProjectInterface.h" #include "Vision/JPEGGenerator.h" int...
Hi Rikki, I know that I also had problems with ftpupdate. It was a year ago, so I don't know it exactly any more. But one problem was the flag for the active...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tekkotsu_dev group. File : /ftpupdate...
tekkotsu_dev@yahoogro...
Aug 18, 2006 10:02 am
1419
... too deep ... when ... Hi Peter, Thanks for your reply. I had seen something like that as well when I searched for the error, but did not think it could...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tekkotsu_dev group. File :...
tekkotsu_dev@yahoogro...
Aug 18, 2006 10:07 am
1421
... so I ... the ... location ... ftpupdate ... Hi Daniel, Thank you very much! My initial test showed your version of ftpupdate working first time! Just out...
... Great! Thanks Daniel for those -- I'll give them a test today and import them into CVS ... I have a feeling most people are using 2.4.1, but 3.0 is a lot...
Good morning everyone, I have just taken Ethan's advice and attempted to checkout and use the latest revision in the CVS (so 3.0 or newer), mainly as I want to...
... Hmm, strange. Here is the part of the Makefile that is giving that error: @if [ ! -f "$(shell which $(CXX))" ] ; then \ echo "ERROR: c++ compiler not...
Hi Ethan, Thanks for your reply and thoughts. Sorry for not specifying my environment - it slipped my mind! I am using the cygwin provided by Sony on a...
... The prepackaged cygwin from Sony is several years old (March 2004). The trick is that to use the simulator facilities, you will need to add on several more...
... a ... then ... release Hmm, good idea - I must admit I hadn't thought of that :( ... error ... I can confirm that the version of 'which' on my system...
I have a problem getting the simulator up and running. I keep getting an error when it attempts to compile the all.h file in the roboop directory. Can someone...
I'm guessing it's having trouble with precompiled header support. In project/Environment.conf, try setting TEKKOTSU_PCH to an empty string (just delete the bit...
Tekkotsu developers, We have a user of the Tekkotsu Monitor (used by Pyro to talk to the Aibo) and he is wondering about the possibility of having a audio ...
Actually, the basics are already in place... take a look at Behaviors/ Mon/SpeakerServer.{h,cc} Once you activate the Microphone Server under TekkotsuMon in...
... 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...