File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,18 @@ echo "Checkout..."
86
86
# gnome-terminal --tab --title=$SC_NUM" - FSS Sim" -- $DFLAGS -v $SIM_DIR:$SIM_DIR --name $SC_NUM"_fss_sim" --network=$SC_NETNAME -w $SIM_BIN $DBOX ./nos3-single-simulator $SC_CFG_FILE generic_fss_sim
87
87
# gnome-terminal --title="FSS Checkout" -- $DFLAGS -v $BASE_DIR:$BASE_DIR --name $SC_NUM"_fss_checkout" --network=$SC_NETNAME -w $BASE_DIR $DBOX ./components/generic_fss/fsw/standalone/build/generic_fss_checkout
88
88
89
+ # #
90
+ # # Magnetometer
91
+ # #
92
+ rm -rf $USER_NOS3_DIR /42/NOS3InOut
93
+ cp -r $BASE_DIR /cfg/build/InOut $USER_NOS3_DIR /42/NOS3InOut
94
+ xhost +local:*
95
+ 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
96
+ echo " "
97
+ gnome-terminal --tab --title=" Mag Sim" -- $DFLAGS -v $SIM_DIR :$SIM_DIR --name $SC_NUM " _generic_mag_sim" --network=$SC_NETNAME -w $SIM_BIN $DBOX ./nos3-single-simulator $SC_CFG_FILE generic_mag_sim
98
+ gnome-terminal --title=" Mag Checkout" -- $DFLAGS -v $BASE_DIR :$BASE_DIR --name $SC_NUM " _sample_checkout" --network=$SC_NETNAME -w $BASE_DIR $DBOX ./components/generic_mag/fsw/standalone/build/generic_mag_checkout
99
+
100
+
89
101
# #
90
102
# # Electrical Power System (EPS)
91
103
# #
You can’t perform that action at this time.
0 commit comments