do not copy the nao_config to the robot when using the copyfiles script

This commit is contained in:
Jonas
2018-06-04 11:56:34 +02:00
parent 6f79a1b0f1
commit 99bcb5a07a

View File

@@ -11,7 +11,7 @@ else
nao_ip=$1
fi
sshpass -p 'nao' ssh nao@$nao_ip 'cd ~ && rm ball_approach.py utils.py finders.py movements.py imagereaders.py nao_defaults.json || echo "already removed"'
sshpass -p 'nao' ssh nao@$nao_ip 'cd ~ && rm ball_approach.py utils.py finders.py movements.py imagereaders.py || echo "already removed"'
# copy the files with scp
@@ -24,5 +24,5 @@ sshpass -p 'nao' scp imagereaders.py nao@$nao_ip:~
# config ersetzen
sshpass -p 'nao' scp nao_defaults.json nao@192.168.0.11:~
#sshpass -p 'nao' scp nao_defaults.json nao@192.168.0.11:~