- Open terminal and install required packages.
sudo apt update
sudo apt-get install git flex
- Clone the aibo_ers7 GitHub repository.
git clone https://github.com/sheilaschoepp/aibo_ers7.git
- Enter the aibo_ers7/sony directory, setup file permissions and complete the OPEN-R SDK installation.
cd aibo_ers7/sony
chmod a+x build-aibo-toolchain-3.3.6-r3.sh
sudo ./build-aibo-toolchain-3.3.6-r3.sh
To verify the OPEN-R SDK installation, compile and run a sample program by following the instructions on page 4 of "Testing_OPEN-R_Samples_for_Sony_AIBO_ERS-7.pdf" in the aibo_ers7/tutorials folder.
All documentation was downloaded in April 2020. Links annotated with an asterisk (*) are no longer accessible (as of February 2024).
- Generation of dynamic gaits in real Aibo using distributed neural networks.pdf
- nets.tar.gz
- openr_neural_controller.tar.gz
- Download and unpack openr_neural_controller.tar.gz and nets.tar.gz. <path_to_folder> will refer to the directory where you have unpacked these files.
- Insert a Sony memory stick into a memory card reader that is plugged into your machine.
- In terminal, go to the memory stick's directory. On my ubuntu 18.04 machine, this is in /media//<memory_card_id>.
- Prepare the media stick with the OPEN-R SDK. Use the wconsole memory protection option.
cp -rf /usr/local/OPEN_R_SDK/OPEN_R/MS_ERS7/WCONSOLE/memprot/* .
- Move the contents of openr_neural_controller/OPENR to the OPEN-R folder on your memory stick.
cd OPEN-R (you should be in the MS/OPEN-R directory)
cp -rf <path_to_folder>/openr_neural_controller/OPENR/* .
- Move the contents of nets to the /MW/DATA/P folder.
cd MW/DATA/P (you should be in the MS/OPEN-R/MW/DATA/P folder)
cp -rf <path_to_folder>/nets/* .
- Eject the memory stick and insert into the AIBO.
- ERS-7_User's_Guide_(Basic).pdf *
- ERS-7_User's_Guide_(PC-Network).pdf
- ERS-7M2_User's_Guide_(AIBO_Entertainment_Player).pdf
- AIBO_Brochure.pdf
- AIBO_ERS-7_(MIND)_Brochure_II.pdf *
- ERS-7M2_Quick_Guide.pdf
- ERS-7M2_Quick_Guide.pdf
- AIBO_Mind_2_Wireless_LAN_Set_Up_Guide.pdf
- ERS-7M3_User's_Guide_(Basic).pdf from disk.
- ERS-7M3_User's_Guide_(PC-Network).pdf from disk.
- ERS-7M3_User's_Guide_(AIBO_Entertainment_Player_Ver._2.0).pdf from disk.