-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into docs/bme-2022-flight-sim
- Loading branch information
Showing
287 changed files
with
47,223 additions
and
60,308 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,2 @@ | ||
# Delete local branches that no longer exists on remote (windows command line) | ||
git branch -vv | Where-Object { $_ -match 'gone\]' } | ForEach-Object { $_.Trim().Split()[0] } | ForEach-Object { git branch -D $_ } |
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
File renamed without changes.
File renamed without changes.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
; per AT announcement 5/8/14 | ||
L1000 54 635 18 1.4000000000000001 2.194 AT | ||
0.004 10.664 | ||
0.011 1268.961 | ||
0.04 1322.279 | ||
0.195 1226.307 | ||
0.249 1268.961 | ||
0.296 1242.303 | ||
0.372 1252.966 | ||
0.416 1215.644 | ||
0.6 1226.307 | ||
0.788 1215.644 | ||
1.066 1183.653 | ||
1.261 1167.658 | ||
1.507 1125.004 | ||
1.746 1087.681 | ||
1.865 1050.359 | ||
1.995 1045.027 | ||
2.093 911.733 | ||
2.158 746.448 | ||
2.263 554.504 | ||
2.389 405.215 | ||
2.577 191.944 | ||
2.693 85.308 | ||
2.761 42.654 | ||
3.0 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,36 @@ | ||
; Based on AT Instruction Sheet by C. Kobel 3/17/2010 | ||
K1000T-P 75 396 P 1.182 2.575 AT | ||
0.0040 895.149 | ||
0.015 1119.762 | ||
0.025 1093.337 | ||
0.095 1096.640 | ||
0.200 1109.853 | ||
0.300 1116.459 | ||
0.400 1123.065 | ||
0.500 1132.975 | ||
0.600 1139.581 | ||
0.700 1136.278 | ||
0.800 1136.278 | ||
0.900 1136.278 | ||
1.000 1139.581 | ||
1.100 1132.975 | ||
1.200 1129.672 | ||
1.300 1126.369 | ||
1.400 1119.762 | ||
1.500 1109.853 | ||
1.600 1096.640 | ||
1.700 1063.609 | ||
1.800 1017.365 | ||
1.900 971.121 | ||
2.000 914.968 | ||
2.100 868.724 | ||
2.180 865.421 | ||
2.200 878.634 | ||
2.218 858.815 | ||
2.269 670.536 | ||
2.300 578.048 | ||
2.332 445.923 | ||
2.356 336.920 | ||
2.389 224.613 | ||
2.436 105.7 | ||
2.500 0.0 |
Oops, something went wrong.