aibo.blogspot.com
AIBO Blog: 05/18/2003 - 05/25/2003
http://aibo.blogspot.com/2003_05_18_archive.html
Tuesday, May 20, 2003. The websites related to AIBO and AIBO SDK:. Tekkotsu Development Framework for AIBO Robots. AiboHack] ERS-210 and ERS-220 Stuff. Posted by Xiaohu at Tuesday, May 20, 2003. Notes for using AIBO Master Studio. The AIBO Master Studeio User's Guide is not clear explaining this method on page 50. I redefined the way to include an user defined action in Behavior Arranger:. Step 2: Connect USB MS Reader/Writer with a MS and then click File- Save Library To Memory Stick.
aibo.blogspot.com
AIBO Blog: 05/25/2003 - 06/01/2003
http://aibo.blogspot.com/2003_05_25_archive.html
Thursday, May 29, 2003. In past few days, I was reading one of the sample program from the SDK, MoNet. This sample reads the MTN file, which contains a serie of motions for the AIBO Dog. Currently, I have difficulties in understanding this sample program, since it has not comments in the statements and it involves many complex concepts of C . The related files are:. As well as thier corresponding .cc files. Posted by Xiaohu at Thursday, May 29, 2003. Wednesday, May 28, 2003. 7 u cannot connect two differ...
aibo.blogspot.com
AIBO Blog: 07/06/2003 - 07/13/2003
http://aibo.blogspot.com/2003_07_06_archive.html
Friday, July 11, 2003. Reply from OPEN-R BBS (Post: 0665). I'm sorry, the example in "OPEN-R Internet Protocol Version4" may. Confuse you. Please refer to the EchoClient and EchoServer sample programs. In the "OPEN-R Internet Protocol Version4" document;. 1 Initialize() must be invoked in DoStart(). 2 "Extra : Initialize()" in stub.cfg is not needed. (useless). MyOID, Entry SendCont,. Are wrong. They must be. EntryReceiveCont and entrySendCont are generated by stubgen2. DoStart() / Do initialization.
aibo.blogspot.com
AIBO Blog: 05/04/2003 - 05/11/2003
http://aibo.blogspot.com/2003_05_04_archive.html
Saturday, May 10, 2003. Actually, nothing too much was done today(Friday). I have been reading the installation guide and other documentations for whole day. Jingjing borrowed a laptop from his friend and had Windows and Linux installed in it. We took a videoclip of the AIBO dog at the end. The address is: http:/ www.cas.mcmaster.ca/ wangy22. Posted by Xiaohu at Saturday, May 10, 2003. Thursday, May 08, 2003. Today we tested the wireless LAN in several ways:. Posted by Xiaohu at Thursday, May 08, 2003.
aibo.blogspot.com
AIBO Blog: 05/11/2003 - 05/18/2003
http://aibo.blogspot.com/2003_05_11_archive.html
Tuesday, May 13, 2003. The output of HelloWorld project:. No Name Context OID. 1 systemCore 0x80207c20 0xffffffff. 2 (Handler) 0x80208a20 - - - - -. 3 mCOOPReflector 0x8020c200 0x8000000b. 4 uniMailer 0x8020c360 0x8000000c. 5 mCOOPFaultHandle 0x8020c4c0 0x8000000d. 6 mDriveFaultHandl 0x8020c620 0x8000000e. 7 registryManager 0x8020c780 0x8000000f. 8 addressManager 0x8020c8e0 0x80000010. 9 kernelModeLib 0x8020ca40 0x80000011. 10 mCoreReflector 0x8020cba0 0x80000012. 11 idle 0x8020cd00 0x80000013. 37 memory...
aibo.blogspot.com
AIBO Blog: 01/25/2004 - 02/01/2004
http://aibo.blogspot.com/2004_01_25_archive.html
Friday, January 30, 2004. Thinking of using GTK2 Pixbuf to implement the video display. In gtk-demo under any GTK installed Linux, there is a demo of pixbuf, which is somehow an eye-candy thing. The source code might be helpful for implementing the stream video module on Gaibo Client. BTW, A new screenshot is here:. Posted by Xiaohu at Friday, January 30, 2004. View my complete profile. The major differences between ERS7 and ERS210A. Problems also found in MovingLegs7.cc from the giv.
aibo.blogspot.com
AIBO Blog: 08/03/2003 - 08/10/2003
http://aibo.blogspot.com/2003_08_03_archive.html
Saturday, August 09, 2003. A question posted on OPEN-R BBS got a anwser today. I wrote a server for AIBO to send back the statistics, such as acceleration. Value and joint angle, to the client on my PC. After a while the server is executed, I found following errors:. Oid:80000033,prio:1] OObjectRegistry: SendWithRBoxObjects() : Receive() oid. 80000045 selector 1 error 28. Oid:80000033,prio:1] OObjectRegistry: SendWithRBoxObjects() : Receive() oid. 80000045 selector 2 error 28. In the object table:. Can I...
aibo.blogspot.com
AIBO Blog: 06/22/2003 - 06/29/2003
http://aibo.blogspot.com/2003_06_22_archive.html
Sunday, June 22, 2003. Now I can control both the LEDs and the Ears of Bigmac. All sourcecodes have been imported to CVS at zonker. Posted by Xiaohu at Sunday, June 22, 2003. View my complete profile. The major differences between ERS7 and ERS210A. Problems also found in MovingLegs7.cc from the giv. Can I control the DoStart() startup order for all . Two methods of sending TCP/IP packets in OPEN-R In. RE:video streaming from Aibo to PC I posted a ques. BBS] How are RCRegion, OShmPtrBase and OShmPtr re.
aibo.blogspot.com
AIBO Blog: 06/01/2003 - 06/08/2003
http://aibo.blogspot.com/2003_06_01_archive.html
Thursday, June 05, 2003. In BBS of OPENR-SDK, I asked:. In Sample MovingHead.h:. Static const word TILT PGAIN = 0x000a;. Static const word TILT IGAIN = 0x0008;. Static const word TILT DGAIN = 0x000c;. Static const word PAN PGAIN = 0x000d;. Static const word PAN IGAIN = 0x0008;. Static const word PAN DGAIN = 0x000b;. Static const word ROLL PGAIN = 0x000a;. Static const word ROLL IGAIN = 0x0008;. Static const word ROLL DGAIN = 0x000c;. Static const word PSHIFT = 0x000e;. Static const word ISHIFT = 0x0002;.