Custom settings for the Wombat. The Ethernet port on the Wombat makes it trivial to attach the Wombat to wifi, and therefore to pull code down from GitHub.
Before you start, you're going to want a USB keyboard, and maybe a mouse.
- Connect the Wombat to internet using the Ethernet port.
- Open the terminal in the Wombat: Use
Alt+F2
and then typex-terminal-emulator
and hit the green checkmark. - Clone this repository if it is not already on the Wombat:
git clone https://github.com/rockvillerobotics/IncredibotsWombat.git
If the repo is already on the Wombat, enter the IncredibotsWombat
directory and run:
git pull origin master
- Run the setup script:
cd IncredibotsWombat/
./setup_wombat.sh
When prompted to continue, hit Y
.
- When you are finished, exit the terminal with
Ctrl+D
- OS:
Raspbian GNU/Linux 8 (jessie)
- Kernel:
Linux 4.1.19-v7+
- Architecture:
arm
- USB Ports:
4
- Ethernet Port:
1
- Wireless IP: http://192.168.125.1:8888
- Wired w/ Ethernet Cable IP: http://169.254.169.94:8888
- The home directory
~
is located at/home/pi
- Code is stored in
/home/root/Documents/KISS/
user/project/ - Within the project, user/project/
bin/botball_user_program
is a symbolic link to the main file inbin/
. In Python, this would bebin/main.py
- Source code exists in both user/project/
bin/
and user/project/src/
directories. We are not sure which of these is essential at the moment, so upload to both just in case.