Hi, I am trying to run the code below: #include "DualCoding/DualCoding.h" using namespace DualCoding; class ImageParsing : public VisualRoutinesBehavior { ...
... There was a problem with SphereData::extractSpheres. It was mistakenly defined to return a vector<ShapeRoot> instead of a vector<Shape<SphereData> >. I've...
Hi, as a project for my AI class I have to improve a project made by another student with tekkotsu 2.4.1. Since I'm totally new with tekkotsu, before I even...
There are a fair number of internal changes, but it shouldn't be too hard. You may get some warnings about things being deprecated. You should also see the...
Hi, I updated Tekkotsu to the abolute latest version from CVS, then when I try to run ControllerGUI, I got the following error. $ Start Connecting [10053]...
I pretty sure the ControllerGUI (java/desktop) and the Controller server (C++/aibo) are out of sync -- they're disagreeing on the protocol being used to list...
I know this is not the open-r mailing list, but in order to start using tekkotsu I need the open-r sdk and I couldn't find neither a forum or a mailing list ...
... It's here: http://openr.aibo.com/openr/en/viewforum.php?f=2 (also a separate japanese board: http://openr.aibo.com/openr/jp/ viewforum.php?f=1 ) In...
Thanks a lot. I installed gcc-3.4.5 and everything went fine. Thanks again. Salvo ... -- Salvatore Benedetto (a.k.a. emitrax) Student of Computer Engineering...
Hi forum I am looking for an existing robocup code which could be able to run in my AIBO using tekkotsu. If any body know any existing robocup code that can...
The script ran fine, but the OPEN_R directory is not present, and looks like tekkotsu need it. Any idea? ... -- Salvatore Benedetto (a.k.a. emitrax) Student of...
... I think you missed step 3... http://www.cs.cmu.edu/~tekkotsu/openr-install.html Need to download the OPEN_R SDK package from sony, which provides the ...
Yes. I realized that, right after I sent the email. I thought the script would take care of everything but I was wrong. Thanks. ... -- Salvatore Benedetto...
Hi, I need to use the OpenCV library from Intel, on AIBO, to develop with tekkotsu. Since I'm sure someone else has done it already, and since I'm totally new...
Dear NIlesh Do u know, how to interface the Matlab with open-R SDk, or the any environment which is used to program the AIBO? Regards Subhasis Niels Puttemans...
Dear All Does anybody know, how to interface the Matlab with open-R SDk, or any environment which is used to program the AIBO? Regards Subhasis Niels Puttemans...
Hi Subhasis, I've not interfaced Matlab dricetly with open-r. In fact I do not think that is a possibility. You will need an extended language for aibo to do...
Hi, I am trying to produce a demonstaration behavior using a state machine. However when the behavior starts in causes the AIBO to shutdown. (I imagine there...
I didn't run it, but I'm pretty sure here's where it's crashing... ... (you're not assigning anything to startnode, so it's still NULL. I'm guessing you'll...
Hello, I am trying to put together a simple state machine for demonstrating the AIBO. My intention is to have it switching between two states, one where it...
... I'll point out that a lot of these StateNodes aren't entirely set up by the constructor alone. For instance, the HeadPointerNode wraps a StateNode around...
Hi everyone I was wondering if anyone could help me, I am trying to create a state machine using the specific transition "newDefaultCloseTrans" declared in...
... Almost... WalkToTargetNode has a member function called "newDefaultCloseTrans". This function provides a suggested transition you can use to move out of...
Hi, I got the following error when I tried to execute make. Also, I just updated Tekkotsu to the latest STABLE version from CVS. $ make ** Project Targeting...
This recently came up with someone else too... I'm not sure why, but assuming this is the same problem, CVS is apparently getting a conflict in the project...
Hi, I still get the same error after removing the lines ** Project Targeting TGT_ERS7 for build on PLATFORM_APERIOS ** ** TEKKOTSU_DEBUG is OFF ** **...
Perhaps in your case it's more than just the one file. Check /usr/local/Tekkotsu/Makefile as well... You can also try another CVS update, and it'll complain...
I'm working on an <a href="http://www.centeye.com/pages/techres/opticflow.html">optic flow</a> algorithm to run on the AIBO but want to do the inital ...
... Short answer: if you select "save joint positions as well" in the save dialog box, it does cause the Aibo to send a little more data, but nothing that...
Hi, I just started playing around with tekkotsu and AIBO ERS-7. I wrote a very simple behavior, e.g. the one in the tutorial. I also changed the wlanconf.txt...