do not copy the nao_config to the robot when using the copyfiles script
This commit is contained in:
@@ -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:~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user