I had tried "situp" followed by "pounce" and then "stand" but it falls off backwards. Then, I tried "liedown" followed by "pounce" and then "stand" - it stand...
... You're getting a joint overload safety shutdown. Once the AIBO is standing, pick it up, and you'll notice they've been trying to move, but can't while the...
... It looks like a piece out of the middle of the message was chopped off... Was that really what it looked like, or was there a transmission error in the...
Hi Ethan: Thank you for the reply, here is the full error message: Exception caught at EventRouter.cc:350 => 'basic_string::_S_create' (Occurred while...
On the topic of walk parameters, I was recently reminded of this old project of mine, for which I have links to each of the walk parameters used... not what...
When I do a make sim or make sim cleanDeps in my project directory I get the error: Compiling /usr/local/Tekkotsu/local/FileDescriptorMotionHook.cc... ...
... try: make TEKKOTSU_TARGET_MODEL=PLATFORM_LOCAL cleanDeps The 'make sim cleanDeps' unfortunately isn't going to do what you want (it will do cleanDeps for...
I tried all of the methods and I am still getting the same error. Can you check my commands and see if I did everything correctly please? Here they are: 532...
Andrea Roberson
roberson.andrea@...
Jun 7, 2007 6:37 pm
1689
The issue was resolved by doing a make clean and rebuilding in the framework directory: cd /usr/local/Tekkotsu sudo make clean sudo make -j2 Then doing a "sudo...
... it sounds like your memory stick is corrupted. Or else somehow a file has been placed where it expects a directory to go on the memory stick. Try wiping...
Hello, I need to do some image processing stuff to image frames, which I'm sending to PC in real time, via wireless. The problem is that I need to relate AIBO...
Hi, I want to finsh a WalkNode, when the AIBO is near to an obstacle. Is there an EventTransition, which is listening to the ChestIRD Sensor and compares it...
... There's actually a straightforward way to do this... call startSensors () on the VisionListener (e.g. UDPVisionListener), and the Aibo will start sending...
Thanks Ethan for the quick reply. I have tried multiple sticks as well as wiping the sticks clean with rm...I used the -r switch and the -f switch. I've also...
... ...and what happened? Same error with all of them? Said it couldn't delete a particular file/directory? ... Well, that doesn't sound good. However, it's...
Would someone please remind me of how to remove myself from the tekkotsu development group? I apologize for sending this to everyone. Sylvia...
sbozeman2@...
Jun 12, 2007 2:40 am
1699
Thanks Ethan, for your response. 'startSensor' is a new function of last Tekkotsus's version, but and i am working with the precedent version yet, so it is not...
Why 66 and 99 ms? Perhaps camera HW sends always a frame at 33.33 ms rate, and tekkotsu.cfg only says when to 'listen' and consider a frame? If I put 70ms...
... Exactly. We don't/can't change the camera's frame rate, we just skip frames. (All the frames are still available for processing on the Aibo, this is just...
Finally I decide to send pan and nod along with Image and VisionObject (segmented ball) info, at the AIBO side. I just mofied RawCamBehavior and my own...
I'm rewriting some stuff in my program, and I've found several errors. Mainly, i was sending ball events every frame. NO MATTER, the value of rle_interval in...
... Right. If I understand, I would simply receive all VisionObjectEvents, have your behavior store the x,y of the most recent one, and then when you get an...
(Our apologies if you receive multiple copies of this message.) Please distribute to colleagues and interest parties as appropriate Dear Colleague, This is a...
Gal Kaminka
galk@...
Jun 14, 2007 7:54 am
1707
Hi, can anybody help me? Whats wrong with this transition? randomWalk->addTransition(tmptrans=new SmoothCompareTrans<float> (seach2,...
I'm in no ways nearly an experienced templates user but that just looks like a compiler syntax error rather than Tekkotsu-related and could mean just about...