Skip to content

Commit

Permalink
[#381] - Fixed renamed uninstall target. Fixed mission xml to default…
Browse files Browse the repository at this point in the history
… to COSMOS and full config. Fixed minimal config to really be minimal. Update reaction wheel submodule to fix constructor.
  • Loading branch information
msuder committed Dec 20, 2024
1 parent 01caa56 commit 15b9dbf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif

# The "LOCALTGTS" defines the top-level targets that are implemented in this makefile
# Any other target may also be given, in that case it will simply be passed through.
LOCALTGTS := all checkout clean clean-fsw clean-sim clean-gsw config debug fsw gsw launch log prep real-clean sim stop stop-gsw
LOCALTGTS := all checkout clean clean-fsw clean-sim clean-gsw config debug fsw gsw launch log prep sim stop stop-gsw uninstall
OTHERTGTS := $(filter-out $(LOCALTGTS),$(MAKECMDGOALS))

# As this makefile does not build any real files, treat everything as a PHONY target
Expand Down
4 changes: 2 additions & 2 deletions cfg/nos3-mission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Ground Software -->
<!-- cosmos, openc3, fprime, or yamcs -->
<gsw>yamcs</gsw>
<gsw>cosmos</gsw>

<!-- Flight Software -->
<!-- cfs or fprime -->
Expand All @@ -15,7 +15,7 @@

<!-- Spacecraft 1 Configuration -->
<!-- sc-full-config.xml or sc-minimal-config.xml -->
<sc-1-cfg>sc-minimal-config.xml</sc-1-cfg>
<sc-1-cfg>sc-full-config.xml</sc-1-cfg>

<!-- Spacecraft N Configuration -->
<!-- <sc-N-cfg>sc-minimal-config.xml</sc-N-cfg> -->
Expand Down
6 changes: 3 additions & 3 deletions cfg/sc-minimal-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<enable>false</enable>
</radio>
<rw>
<enable>true</enable>
<enable>false</enable>
</rw>
<sample>
<enable>true</enable>
<enable>false</enable>
</sample>
<st>
<enable>false</enable>
Expand All @@ -70,7 +70,7 @@
</thruster>
</components>
<gui>
<enable>false</enable>
<enable>true</enable>
</gui>
<orbit>
<tipoff_x>5.0</tipoff_x>
Expand Down
2 changes: 1 addition & 1 deletion components/generic_reaction_wheel

0 comments on commit 15b9dbf

Please sign in to comment.