mirror of
https://github.com/modelec/Initialisation.git
synced 2026-01-18 15:57:20 +01:00
estimation des points
This commit is contained in:
12
startup.sh
12
startup.sh
@@ -30,12 +30,12 @@ pids+=($pidLidar)
|
||||
sleep 1
|
||||
|
||||
# Démarrer l'estimation de point
|
||||
echo "Starting the estimation"
|
||||
screen -dmS estimation /home/modelec/Serge/estimation/build/estimation $port
|
||||
pidEstimation=$(screen -ls | grep -o '[0-9]*\.estimation' | grep -o '[0-9]*')
|
||||
echo "estimation pid" $pidEstimation > /home/modelec/Serge/estimation_pid.txt
|
||||
pids+=($pidEstimation)
|
||||
sleep 1
|
||||
#echo "Starting the estimation"
|
||||
#screen -dmS estimation /home/modelec/Serge/estimation_point/build/estimation $port
|
||||
#pidEstimation=$(screen -ls | grep -o '[0-9]*\.estimation' | grep -o '[0-9]*')
|
||||
#echo "estimation pid" $pidEstimation > /home/modelec/Serge/estimation_pid.txt
|
||||
#pids+=($pidEstimation)
|
||||
#sleep 1
|
||||
|
||||
# Démarrer l'IHM
|
||||
echo "Starting the IHM"
|
||||
|
||||
Reference in New Issue
Block a user