Search the web
Sign In
New User? Sign Up
tekkotsu_dev · Tekkotsu Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1551 - 1580 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1551
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 ...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Jan 30, 2007
10:46 pm
1552
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 ...
Niels Puttemans
niels_aibo
Offline Send Email
Jan 31, 2007
8:15 am
1553
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 ...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Jan 31, 2007
11:45 am
1554
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...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Jan 31, 2007
12:45 pm
1555
Hi, I am trying to run the code below: #include "DualCoding/DualCoding.h" using namespace DualCoding; class ImageParsing : public VisualRoutinesBehavior { ...
mighty_max_c
Offline Send Email
Feb 7, 2007
2:12 am
1556
... There was a problem with SphereData::extractSpheres. It was mistakenly defined to return a vector<ShapeRoot> instead of a vector<Shape<SphereData> >. I've...
dst@...
touretzky
Offline Send Email
Feb 7, 2007
5:47 am
1557
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...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 7, 2007
5:11 pm
1558
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 7, 2007
6:51 pm
1559
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]...
mighty_max_c
Offline Send Email
Feb 9, 2007
12:40 am
1560
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 9, 2007
2:53 am
1561
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 ...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 9, 2007
1:31 pm
1562
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 9, 2007
2:20 pm
1563
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...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 10, 2007
8:53 am
1564
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...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Feb 10, 2007
10:17 am
1565
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...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 11, 2007
1:43 pm
1566
... 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 ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 11, 2007
4:35 pm
1567
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...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 11, 2007
4:45 pm
1568
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...
Salvatore Benedetto
emitraxcv
Offline Send Email
Feb 11, 2007
5:07 pm
1569
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...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Feb 16, 2007
3:24 am
1570
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...
Subhasis Mukherjee
subhasis_s60
Offline Send Email
Feb 16, 2007
3:24 am
1571
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...
Niels Puttemans
niels_aibo
Offline Send Email
Feb 19, 2007
2:50 pm
1572
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...
george_willcox
Offline Send Email
Feb 19, 2007
4:16 pm
1573
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 19, 2007
4:43 pm
1574
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...
george_willcox
Offline Send Email
Feb 21, 2007
5:49 pm
1575
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 21, 2007
6:37 pm
1576
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...
george_willcox
Offline Send Email
Feb 23, 2007
1:43 pm
1577
... Almost... WalkToTargetNode has a member function called "newDefaultCloseTrans". This function provides a suggested transition you can use to move out of...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 23, 2007
3:12 pm
1578
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...
mighty_max_c
Offline Send Email
Feb 24, 2007
1:32 am
1579
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Feb 24, 2007
4:58 am
1580
Hi, I still get the same error after removing the lines ** Project Targeting TGT_ERS7 for build on PLATFORM_APERIOS ** ** TEKKOTSU_DEBUG is OFF ** **...
mighty_max_c
Offline Send Email
Feb 24, 2007
9:58 am
Messages 1551 - 1580 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help