From 6d58ac9bc324ee8f78d24ffd1555314bb9a48da3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Mar 2026 14:44:28 -0500 Subject: [PATCH] Update pacsat-run.sh for loopback run pacsatsim.sh l --- groundstation/pacsat-run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/groundstation/pacsat-run.sh b/groundstation/pacsat-run.sh index f41f44f7..f4242560 100644 --- a/groundstation/pacsat-run.sh +++ b/groundstation/pacsat-run.sh @@ -59,6 +59,12 @@ sudo killall -9 zenity &>/dev/null elif [ "$ANS" = "3" ] || [ "$profile" = "Loopback" ] ; then echo "You have chosen the Loopback Simulated PacSat Ground Station" + + sleep 1 + + /usr/bin/x-terminal-emulator --geometry=120x40 -e "bash /home/pi/CubeSatSim/pacsatsim.sh l" + + sleep 1 /home/pi/CubeSatSim/groundstation/pacsat.sh l