Skip to content
2 changes: 1 addition & 1 deletion cfg/spacecraft/sc-fprime-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</applications>
<components>
<adcs>
<enable>false</enable>
<enable>true</enable>
</adcs>
<cam>
<enable>true</enable>
Expand Down
4 changes: 3 additions & 1 deletion scripts/fsw/fsw_fprime_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ do
gnome-terminal --tab --title=$SC_NUM" - CryptoLib GSW" -- $DFLAGS -v $BASE_DIR:$BASE_DIR --name $SC_NUM"_cryptolib_gsw" --network=$SC_NETNAME --network-alias=cryptolib -w $BASE_DIR/gsw/build $DBOX ./support/standalone
echo ""

sleep 5 #sleeping to give time for containers to intialize for fprime to connect successfully

echo $SC_NUM " - Flight Software..."
# cd $FSW_DIR
gnome-terminal --window-with-profile=KeepOpen --title="FPrime" -- $DFLAGS -v $BASE_DIR:$BASE_DIR --name $SC_NUM"-fprime" --network=$SC_NETNAME -h nos-fsw -w $BASE_DIR --sysctl fs.mqueue.msg_max=10000 --ulimit rtprio=105 --cap-add=sys_nice $DBOX $SCRIPT_DIR/fsw/start_fprime.sh
Expand All @@ -153,7 +155,7 @@ done
echo ""


sleep 1
sleep 3

urlIP=$(docker container inspect sc01-fprime | grep -i IPAddress | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b")

Expand Down