Skip to content

Commit

Permalink
DOC: Lince (Team STAR) 2023 flight sim (#752)
Browse files Browse the repository at this point in the history
* DOC: Add data for lince example

* DOC: create simulation file

* DOC: Update simulation file

* DOC: Add euroc_2023 weather data

* DOC: Add flight data

* DOC: Update flight sim

* DOC: Changelog update & Run black

* DOC: Small fixes to fligh sim

* DOC : Run black

* DOC: Simulation fixes and index sim add

* DOC: Update environments in flight documentation

* DOC: fix Lince values in the rst file

---------

Co-authored-by: Gui-FernandesBR <[email protected]>
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
3 people authored Dec 15, 2024
1 parent 5d2fdef commit f407559
Show file tree
Hide file tree
Showing 12 changed files with 45,267 additions and 84 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"Krasser",
"labelrotation",
"linalg",
"Lince",
"linestyle",
"linewidth",
"linspace",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Attention: The newest changes should be on top -->

### Added

- DOC: Lince Flight Example [#752](https://github.com/RocketPy-Team/RocketPy/pull/752)
- DOC: Andromeda Flight Example [#754](https://github.com/RocketPy-Team/RocketPy/pull/754)
- ENH: create a dataset of pre-registered motors. See #664 [#744](https://github.com/RocketPy-Team/RocketPy/pull/744)
- DOC: add Defiance flight example [#742](https://github.com/RocketPy-Team/RocketPy/pull/742)
- ENH: Allow for Alternative and Custom ODE Solvers. [#748](https://github.com/RocketPy-Team/RocketPy/pull/748)


### Changed

-
Expand Down
13 changes: 13 additions & 0 deletions data/motors/cesaroni/Cesaroni_M1101.eng
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0 0
0.003 281.69
0.05 1436.62
0.121 1363.38
0.366 1263.85
0.59 1230.05
1.745 1322.07
2.835 1166.2
4 974.648
4.158 839.437
4.668 82.629
4.736 0

8 changes: 8 additions & 0 deletions data/rockets/lince/drag_coefficient_power_off.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0.1,0.6558
0.25,0.6538
0.5,0.6495
0.75,0.6648
0.85,0.7109
0.9,0.7558
0.98,0.9313
1.0,0.9898
8 changes: 8 additions & 0 deletions data/rockets/lince/drag_coefficient_power_on.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0.1,0.6558
0.25,0.6538
0.5,0.6495
0.75,0.6648
0.85,0.7109
0.9,0.7558
0.98,0.9313
1.0,0.9898
Loading

0 comments on commit f407559

Please sign in to comment.