renamed scripts folder to pykick

This commit is contained in:
2018-06-10 12:40:02 +02:00
parent 86b071f36a
commit 86b75c0504
17 changed files with 23 additions and 18 deletions

17
pykick/copyfiles.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
# Exit immediately if something fails
set -e
if [ -z "$1" ]
then
nao_ip=192.168.0.11
else
nao_ip=$1
fi
destination="$nao_ip:/home/nao/kicker_scripts/"
# copy the files with scp
sshpass -p 'nao' scp ball_approach.py utils.py finders.py \
movements.py imagereaders.py $destination