-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#298] Merge branch 'dev' into nos3#298 for testing to prep for final PR
- Loading branch information
Showing
82 changed files
with
1,255 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Build | ||
|
||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
fsw: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ivvitc/nos3-64:20241010 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Update | ||
run: apt-get update | ||
- name: Install dependencies | ||
run: apt-get install -y python3 docker docker.io | ||
- name: prep | ||
run: make prep | ||
- name: config | ||
run: make config | ||
- name: build directory | ||
run: mkdir ./fsw/build | ||
- name: build | ||
run: make build-fsw | ||
|
||
sim: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ivvitc/nos3-64:20241010 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
- name: Update | ||
run: apt-get update | ||
- name: Install dependencies | ||
run: apt-get install -y python3 docker docker.io | ||
- name: prep | ||
run: make prep | ||
- name: config | ||
run: make config | ||
- name: build directory | ||
run: mkdir ./sims/build | ||
- name: build | ||
run: make build-sim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,8 @@ core.* | |
# Misc | ||
# | ||
onair_wireshark_capture.pcapng | ||
|
||
.cdskeyfile | ||
.reservedkeyfile | ||
.resetkeyfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<<<<<<<<<<<<<<<< Body Node Inputs for 42 >>>>>>>>>>>>>>>>>>>>> | ||
Simple Nodes ! Description | ||
4 ! Number of Nodes | ||
******************* Node Location, Comment ********************* | ||
0.1 -0.4 0.25 "Thrusters" | ||
0.1 -0.1 0.25 "Thrusters" | ||
0.1 -0.4 0.15 "Thrusters" | ||
0.1 -0.1 0.15 "Thrusters" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<nos3-mission-cfg> | ||
<start-time>814048200.0</start-time> | ||
<gsw>cosmos</gsw> | ||
<number-spacecraft>1</number-spacecraft> | ||
<sc-1-cfg>sc-minimal-config.xml</sc-1-cfg> | ||
</nos3-mission-cfg> | ||
<start-time>814048200.0</start-time> | ||
<!-- Note fprime gsw and fsw only operational in sc-minimal-config.xml --> | ||
|
||
<!-- Ground Software --> | ||
<!-- cosmos, openc3, or fprime --> | ||
<gsw>cosmos</gsw> | ||
|
||
<!-- Flight Software --> | ||
<!-- cfs or fprime --> | ||
<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> | ||
|
||
<!-- Spacecraft N Configuration --> | ||
<!-- <sc-N-cfg>sc-minimal-config.xml</sc-N-cfg> --> | ||
</nos3-mission-cfg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.