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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1539 - 1568 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1539
Hi Ethan: Thanks a lot for the reply! Here is the code that I modified based on the chaseball program: void ChengChaseBallBehavior::processEvent(const...
greatbob_cheng
Offline Send Email
Dec 1, 2006
5:58 pm
1540
Hi Ethan: Are you familiar with this error message?: [oid:80000038,prio:1] OVirtualRobotComm : JAM. SHUTDOWN... MotoObj::DoStop()... MotoObj::DoStop()-DONE ...
greatbob_cheng
Offline Send Email
Dec 2, 2006
12:13 am
1541
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 2, 2006
8:22 am
1542
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 2, 2006
8:27 am
1543
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...
greatbob_cheng
Offline Send Email
Dec 5, 2006
2:20 am
1544
... It sounds like the IR rangefinder is probably a good choice. There's two of them in the nose that point wherever the head is looking: ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 5, 2006
5:07 am
1545
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@...
Send Email
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 7, 2006
9:41 pm
1547
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...
lp4968
Offline Send Email
Dec 9, 2006
3:35 am
1548
... Yup! It's certainly possible. The quickest solution would be to merge whatever code you're using for walking around with CameraBehavior. This is...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 9, 2006
7:30 pm
1549
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...
lp4968
Offline Send Email
Dec 10, 2006
8:14 pm
1550
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Dec 10, 2006
9:27 pm
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
Messages 1539 - 1568 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