-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SG1.4 flight-like simulation #58
Open
mpkarpov-ui
wants to merge
9
commits into
main
Choose a base branch
from
flight/sg14flightlike
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e9759c3
flight like nominal looks ok
mpkarpov-ui d917880
converted the tilt lockout changes over, now working on cutting secon…
asrikanth777 5e62a12
rewrote desc for tilt lockout
asrikanth777 0114dba
Added Sustainer Ignition timestamp
AhmedKhan04 b983612
Added Apogee time stamp read
AhmedKhan04 b3078aa
Added Apogee time stamp read
AhmedKhan04 9668a5b
i accidently deleted the drag calc from original commit, mb gng
asrikanth777 7770454
set to cut sustainer from yaml file
asrikanth777 edc84ce
commented stuff, should be good to merge
asrikanth777 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,14 @@ | ||
Time (s),Thrust (N),Theta,Phi | ||
0.10,259.43,0,0 | ||
0.30,278.91,0,0 | ||
0.60,293.07,0,0 | ||
0.90,306.85,0,0 | ||
1.20,319.19,0,0 | ||
1.50,321.10,0,0 | ||
1.80,310.85,0,0 | ||
2.11,279.89,0,0 | ||
2.35,286.70,0,0 | ||
2.40,269.17,0,0 | ||
2.44,178.24,0,0 | ||
2.49,42.80,0,0 | ||
2.54,0.00,0,0 |
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,26 @@ | ||
Time (s),Thrust (N),Theta,Phi | ||
0.017,400.0,0,0 | ||
0.025,501.107,0,0 | ||
0.034,538.745,0,0 | ||
0.069,432.472,0,0 | ||
0.111,440.59,0,0 | ||
0.192,458.303,0,0 | ||
0.328,469.373,0,0 | ||
0.508,473.801,0,0 | ||
0.697,473.801,0,0 | ||
0.899,468.635,0,0 | ||
0.996,461.255,0,0 | ||
1.2,446.494,0,0 | ||
1.401,429.52,0,0 | ||
1.593,415.498,0,0 | ||
1.696,410.332,0,0 | ||
1.739,414.76,0,0 | ||
1.785,354.244,0,0 | ||
1.807,277.491,0,0 | ||
1.83,180.074,0,0 | ||
1.839,145.387,0,0 | ||
1.853,107.749,0,0 | ||
1.885,49.446,0,0 | ||
1.914,19.188,0,0 | ||
1.943,2.952,0,0 | ||
1.963,0.0,0,0 |
Large diffs are not rendered by default.
Oops, something went wrong.
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
66 changes: 66 additions & 0 deletions
66
Simulation/6DOF_RK4/properties/configs/stargazer14_flightlike.yaml
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,66 @@ | ||
<<: *pysim_simulation | ||
rocket: | ||
<<: *simulated_rocket | ||
stages: | ||
- booster: | ||
<<: *simulated_stage | ||
rocket_body: | ||
<<: *simulated_rocket_body | ||
rasaero_lookup_file: "../lookup/RASAero.csv" | ||
C_d: 0.8 | ||
C_d_s: 1.2 | ||
length: 2.338 | ||
dry_mass: 7.189 | ||
radius: 0.0381 | ||
structure_cm: !numpy/array [1.111, 0., 0.] | ||
combined_cm: !numpy/array [1.006, 0., 0.] | ||
combined_cp: !numpy/array [0.792, 0., 0.] | ||
motor: | ||
<<: *motor_J430 | ||
sensors: | ||
high_g: | ||
RMS: 1.9 # milli g | ||
gyro: | ||
RMS: 75 # mdps (millidegrees per second) | ||
barometer: | ||
RMS: .012 # Pascal Conversion | ||
bno: | ||
error: !eval 2.5/3 | ||
flaps: | ||
<<: *simulated_flaps | ||
max_ext_length: 0.001 | ||
max_ext_spd: 0.001 | ||
- sustainer: | ||
<<: *simulated_stage | ||
rocket_body: | ||
<<: *simulated_rocket_body | ||
rasaero_lookup_file: "../lookup/RASAero.csv" | ||
C_d: 0.5 | ||
C_d_s: 1.2 | ||
length: 1.341 | ||
dry_mass: 3.570 | ||
radius: 0.0381 | ||
structure_cm: !numpy/array [0.65, 0., 0.] | ||
combined_cm: !numpy/array [0.526, 0., 0.] | ||
combined_cp: !numpy/array [0.378, 0., 0.] | ||
motor: | ||
<<: *motor_J280 | ||
sensors: | ||
high_g: | ||
RMS: 1.9 # milli g | ||
gyro: | ||
RMS: 75 # mdps (millidegrees per second) | ||
barometer: | ||
RMS: .012 # Pascal Conversion | ||
bno: | ||
error: !eval 2.5/3 | ||
flaps: | ||
<<: *simulated_flaps | ||
max_ext_length: 0.001 | ||
max_ext_spd: 0.001 | ||
desired_apogee: 1824 | ||
meta: | ||
output_file: '../output/simulated_6dof.csv' | ||
monte_carlo_output_folder: '../output/monte_carlo' | ||
|
||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls dont merge with this :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
70 comes from maximum drag experienced by sg1.4 (@mihirshevade )