This repository was archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Nico Kratky edited this page Dec 19, 2017
·
1 revision
Disclaimer: This guide assumes that you are using a notebook running macOS or a Linux distribution.
git clone https://github.com/robot0nfire/libbotball ~/Desktop/libbotballConnect your notebook and your Wallaby with a micro-USB cable and wait for a few seconds for your notebook to join the Wallaby's network.
scp -r ~/Desktop/libbotball root@192.168.124.1:/home/root/make
make installThis step is a bit tricky. First, open /harrogate/apps/compiler/compiler-environments/c/gcc.js in your favorite editor. Approx. two thirds down the file you will find a line with gcc ... -lwallaby .... Insert -lbotball so that this line looks like gcc ... -lwallaby -lbotball .... Save and exit.
The last step is to simply reboot your controller.
DONE \(^-^)/