Hi Ethan: Thanks a lot for the reply! Here is the code that I modified based on the chaseball program: void ChengChaseBallBehavior::processEvent(const...
Hi Ethan: Are you familiar with this error message?: [oid:80000038,prio:1] OVirtualRobotComm : JAM. SHUTDOWN... MotoObj::DoStop()... MotoObj::DoStop()-DONE ...
I think this boils down to a bit of a logic error. You want to stop walking when the ball is "close", but you're actually stopping when the ball is in the...
... Yes, very familiar -- it means a joint is overloading and the system is shutting down as a safety precaution to avoid breaking a gear or burning out a...
Hi Ethan: You are right. I am currently using pink cardboard as the target. So when the AIBO gets really close to the board, the entire image will be filled...
Hi Ethan, it appears that we somehow blew two out of four programmable memory sticks that our university owns. We can still write to them but we cannot contact...
Ulrich Schmidt
ulrich.j.schmidt@...
Dec 7, 2006 9:32 pm
1546
Sometimes sticks get corrupted if they are removed while being written -- I've used fsck.msdos under linux/OS X to fix those, but if someone did a "full...
I'm trying to incorporate taking pictures and walking into one program and was wondering if its possible. I am doing a sort of "rescue" dog theme and wanted...
... Yup! It's certainly possible. The quickest solution would be to merge whatever code you're using for walking around with CameraBehavior. This is...
Would it be easier to just have the raw cam pop up during the chase ball behavior? I cannot figure out how to do thie...what is an M file? Thanks, Lori...
... if you just want to have Raw Cam open when your behavior is running, you could just launch the raw cam at the same time as you start your behavior... One...
Hi I am student doing masters & my research topic is AIBO. I am looking for a 16MB programmable AIBO pink chip i.e. ERA-MS016. If some one is willing to sell ...
Hi Subhasis, I know exactly what the problem is. Apart from being hard to get hold off, the prices that these memory sticks fetch on ebay are sometimes beyond ...
Dear Niles Many thanks for your suggestion. I am trying now the way you showed. But I shall surely ask you if I have a problem. Thanks once again. Cheers ...
Dear Nilesh I think you have used the tekkotsu softwares to write program for the AIBO blue chip. Do u know wheather the other programs that works with pink...
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...