CS393R: Autonomous Robots -- Getting Started

CS393R: Autonomous Robots -- Getting Started


Express Setup

Jeremy wrote a shell script that automates many of the steps below. To begin run
/home/todd/Public/bin/creatememstick.sh aiboname aiboip
Use aiboname and aiboip according to this list.

aibo1192.168.1.101
aibo2192.168.1.102
aibo3192.168.1.103
aibo4192.168.1.104
aibo5192.168.1.105
aibo6192.168.1.106
aibo7192.168.1.107
aibo8192.168.1.108
aibo9192.168.1.109
aibo10192.168.1.110
aibota192.168.1.111

Starting a new project

The Tekkotsu 3.0 framework resides in /usr/local/Tekkotsu.
To start a project
cp -r /usr/local/Tekkotsu/project ~/
This will create a project directory in your home directory.

Setting the wireless settings

Initially you'll need to copy the wlandflt.txt attachment into your project/ms/open-r/system/conf directory and modify the hostname from aibota to the name of you aibo and ip address from the following list. The name of your aibo is the name on your locker.
Download this file, modify it, and copy it to project/ms/open-r/system/conf directory.

Compiling a stick

Then run the following commands in your project directory.
make newstick MEMSTICK_ROOT=/media/disk
make install MEMSTICK_ROOT=/media/disk
Then on subsequent updates run
make update MEMSTICK_ROOT=/media/disk

Fixing a memory stick using the Sony CLIE

The following tar file has directions as well as the necessary files to "zap" your stick. These directions are based on: AiboHack.
Tar file


[Back to Department Homepage]

Page maintained by Peter Stone
Questions? Send me mail