cc8589d750a6c5f562dfec946b4d7991ae38833a
Some minor refactoring on photo capturing script, also.
Kicker project
Prerequisites
- (L)ubuntu 14.04 32-bit
- Git installed:
sudo apt install git -y
How to start working
- Install the software:
cd ~/Documents
git clone https://gitlab.lrz.de/robocupss18-blue3/kick-it.git
cd kick-it
setup/install_ros.sh
setup/install_nao_ros.sh
-
Check if ROS is working properly by typing
roscoreand finishing it withctrl-cif it doesn't throw errors. -
Check if NAOQi binding for Python works by launching Python and running there
from naoqi import ALProxy. The installation was successful if it imports without errors. You can finish Python withctrl-dthen.
Description
Languages
Python
99.2%
Shell
0.4%
Dockerfile
0.4%