Skip to content

Commit

Permalink
[#298] modified cfs docker launch template in new copying system for …
Browse files Browse the repository at this point in the history
…config to include OnAIR launch
  • Loading branch information
kevincbruce committed Oct 30, 2024
1 parent 81035b5 commit 4a57923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cfs_cosmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a57923

Please sign in to comment.