Skip to content

Commit 15de215

Browse files
DOC : Halcyon Flight Example (#681)
* DOC : Add drag and thrust data for halcyon * DOC : Add flight data for halcyon * DOC : Add jupyter file for halcyon * DOC : Update index for halcyon example * DOC: Fix Environment in Halcyon Example * DOC : Add drag and motor data for polito flight sim * DOC: Add altimeter data for Cavour * DOC: Add polito flight sim,update index * Revert "DOC: Add polito flight sim,update index" This reverts commit 636ac1b. * Revert "DOC: Add altimeter data for Cavour" This reverts commit 27f3f7d. * Revert "DOC : Add drag and motor data for polito flight sim" This reverts commit d635c7e. * DOC: delete halcyon example from index Needed to remove because of conflict with the other flight example * DOC: upload EuRoC 2023 historical ECMWF data * STY: applies black. - I did this changes by running `make format` at the root directory * DOC: Add gnss comparison to halcyon flight example. There was a decrease in the altitude performance. The simulation estimates a faster descent when compared to flight. * DOC: Remove rocket draw from halcyon sim.. * STY: apply black formatting * DEV: Adds #681 to the CHANGELOG --------- Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent ed296d6 commit 15de215

File tree

10 files changed

+68815
-0
lines changed

10 files changed

+68815
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"Kaleb",
170170
"Karman",
171171
"labelrotation",
172+
"Krasser",
172173
"linalg",
173174
"linestyle",
174175
"linewidth",
@@ -293,6 +294,7 @@
293294
"Unidimensional",
294295
"USGS",
295296
"uwyo",
297+
"valetudo",
296298
"vectorize",
297299
"vgrdprs",
298300
"viewcode",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35+
- DOC: Halcyon Flight Example [#681](https://github.com/RocketPy-Team/RocketPy/pull/681)
3536
- ENH: Adds GenericMotor.load_from_eng_file() method [#676](https://github.com/RocketPy-Team/RocketPy/pull/676)
3637
- ENH: Introducing local sensitivity analysis [#575](https://github.com/RocketPy-Team/RocketPy/pull/575)
3738
- ENH: Add STFT function to Function class [#620](https://github.com/RocketPy-Team/RocketPy/pull/620)

data/astg/DragCoeffOR_off.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.15,0.402
2+
0.3,0.406
3+
0.5,0.416
4+
0.7,0.436
5+
0.8,0.45

data/astg/DragCoeffOR_on.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.15,0.402
2+
0.3,0.406
3+
0.5,0.416
4+
0.7,0.436
5+
0.8,0.45

0 commit comments

Comments
 (0)