From 4a57923e0f3919ba3a816d05d09d6d075df313db Mon Sep 17 00:00:00 2001 From: Kevin Bruce Date: Wed, 30 Oct 2024 15:03:42 -0400 Subject: [PATCH] [nasa/nos3#298] modified cfs docker launch template in new copying system for config to include OnAIR launch --- scripts/cfs_cosmos.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/cfs_cosmos.sh b/scripts/cfs_cosmos.sh index 5033c6d7..f3fb08b8 100755 --- a/scripts/cfs_cosmos.sh +++ b/scripts/cfs_cosmos.sh @@ -92,6 +92,10 @@ do gnome-terminal --tab --title=$SC_NUM" - 42" -- $DFLAGS -e DISPLAY=$DISPLAY -v $USER_NOS3_DIR:$USER_NOS3_DIR -v /tmp/.X11-unix:/tmp/.X11-unix:ro --name $SC_NUM"_fortytwo" -h fortytwo --network=$SC_NETNAME -w $USER_NOS3_DIR/42 -t $DBOX $USER_NOS3_DIR/42/42 NOS3InOut echo "" + echo $SC_NUM " - OnAIR..." + gnome-terminal --window-with-profile=KeepOpen --title=$SC_NUM" - OnAIR" -- $DFLAGS -v $BASE_DIR:$BASE_DIR --name $SC_NUM"_onair" --network=$SC_NETNAME -w $FSW_DIR -t $DBOX $SCRIPT_DIR/onair_launch.sh + echo "" + echo $SC_NUM " - Flight Software..." cd $FSW_DIR # Debugging