Add return to the starting position if SERGE crash

This commit is contained in:
2024-03-30 12:31:32 +01:00
parent 2f9cad927c
commit dd667fdb32
3 changed files with 11 additions and 0 deletions

View File

@@ -39,3 +39,7 @@ monitor_ihm &
# Attendre que tous les programmes se terminent
wait
# Retourner à la position de départ
echo "Put SERGE back in the starting position"
/mnt/win/Users/BreizhHardware/Nextcloud/Programation/C++/Modelec/Initialisation/test/test5.sh

View File

@@ -39,3 +39,7 @@ monitor_ihm &
# Attendre que tous les programmes se terminent
wait
# Retourner à la position de départ
echo "Put SERGE back in the starting position"
/home/modelec/serge/starting-position

3
test/test5.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Return to the starting position"
wait 1
echo "SERGE is back in the starting position"