Skip to content

Commit

Permalink
Merge branch 'dev' into nos3#358-requirements-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Dec 20, 2024
2 parents 22c0b6f + 9e643f4 commit 7d85595
Show file tree
Hide file tree
Showing 21 changed files with 1,959 additions and 38 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@
[submodule "fsw/fprime/fprime-nos3"]
path = fsw/fprime/fprime-nos3
url = https://github.com/nasa-itc/fprime-nos3.git
[submodule "gsw/yamcs"]
path = gsw/yamcs
url = https://github.com/nasa-itc/yamcs-nos3.git
branch = main
14 changes: 7 additions & 7 deletions cfg/nos3-mission.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<nos3-mission-cfg>
<start-time>814048200.0</start-time>
<!-- Note fprime gsw and fsw only operational in sc-minimal-config.xml -->
<!-- Note fprime only operational in sc-minimal-config.xml -->

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

<!-- Flight Software -->
<!-- cfs or fprime -->
<fsw>cfs</fsw>
<fsw>cfs</fsw>

<!-- Number of spacecraft -->
<number-spacecraft>1</number-spacecraft>

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

<!-- Spacecraft N Configuration -->
<!-- <sc-N-cfg>sc-minimal-config.xml</sc-N-cfg> -->
Expand Down
3 changes: 3 additions & 0 deletions cfg/sc-full-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@
<tipoff_y>1.0</tipoff_y>
<tipoff_z>-1.0</tipoff_z>
</orbit>
<sim>
<sim_truth_interface>true</sim_truth_interface>
</sim>
</sc-1-config>
11 changes: 7 additions & 4 deletions cfg/sc-minimal-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<enable>false</enable>
</eps>
<fss>
<enable>false</enable>
<enable>true</enable>
</fss>
<gps>
<enable>false</enable>
Expand Down Expand Up @@ -73,8 +73,11 @@
<enable>false</enable>
</gui>
<orbit>
<tipoff_x>0.1</tipoff_x>
<tipoff_y>1.0</tipoff_y>
<tipoff_z>-1.0</tipoff_z>
<tipoff_x>5.0</tipoff_x>
<tipoff_y>-5.0</tipoff_y>
<tipoff_z>5.0</tipoff_z>
</orbit>
<sim>
<sim_truth_interface>false</sim_truth_interface>
</sim>
</sc-1-config>
4 changes: 2 additions & 2 deletions cfg/sims/nos3-simulator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@
<node-name>star-tracker-command</node-name>
</connection>
<connection><type>usart</type>
<bus-name>usart_29</bus-name>
<node-port>29</node-port>
<bus-name>usart_10</bus-name>
<node-port>10</node-port>
</connection>
</connections>
<data-provider>
Expand Down
2 changes: 1 addition & 1 deletion components/generic_adcs
2 changes: 1 addition & 1 deletion fsw/apps/sc
Submodule sc updated 1 files
+1 −1 CMakeLists.txt
1 change: 1 addition & 0 deletions gsw/yamcs
Submodule yamcs added at 363731
11 changes: 11 additions & 0 deletions gsw/yamcs-studio/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>yamcs-studio</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Loading

0 comments on commit 7d85595

Please sign in to comment.