You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+29-17
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
# RocketPy
18
18
19
-
RocketPy is the next-generation trajectory simulation solution for High-Power Rocketry. The code is written as a [Python](http://www.python.org) library and allows for a complete 6 degrees of freedom simulation of a rocket's flight trajectory, including highfidelity variable mass effects as well as descent under parachutes. Weather conditions, such as wind profile, can be imported from sophisticated datasets, allowing for realistic scenarios. Furthermore, the implementation facilitates complex simulations, such as multi-stage rockets, design and trajectory optimization and dispersion analysis.
19
+
RocketPy is the next-generation trajectory simulation solution for High-Power Rocketry. The code is written as a [Python](http://www.python.org) library and allows for a complete 6 degrees of freedom simulation of a rocket's flight trajectory, including high-fidelity variable mass effects as well as descent under parachutes. Weather conditions, such as wind profiles, can be imported from sophisticated datasets, allowing for realistic scenarios. Furthermore, the implementation facilitates complex simulations, such as multi-stage rockets, design and trajectory optimization and dispersion analysis.
20
20
21
21
<br>
22
22
@@ -78,7 +78,7 @@ RocketPy is the next-generation trajectory simulation solution for High-Power Ro
78
78
<summary>Flexible and modular</summary>
79
79
<ul>
80
80
<li>Straightforward engineering analysis (e.g. apogee and lifting off speed as a function of mass)</li>
81
-
<li>Non-standard flights (e.g. parachute drop test from helicopter)</li>
81
+
<li>Non-standard flights (e.g. parachute drop test from a helicopter)</li>
82
82
<li>Multi-stage rockets</li>
83
83
<li>Custom continuous and discrete control laws</li>
84
84
<li>Create new classes (e.g. other types of motors)</li>
@@ -125,15 +125,15 @@ Check out documentation details using the links below:
125
125
126
126
# Join Our Community!
127
127
128
-
RocketPy is growing fast! Many university groups and rocket hobbyist have already started using it. The number of stars and forks for this repository is skyrocketing. And this is all thanks to a great community of users, engineers, developers, marketing specialists, and everyone interested in helping.
128
+
RocketPy is growing fast! Many university groups and rocket hobbyists have already started using it. The number of stars and forks for this repository is skyrocketing. And this is all thanks to a great community of users, engineers, developers, marketing specialists, and everyone interested in helping.
129
129
130
130
If you want to be a part of this and make RocketPy your own, join our [Discord](https://discord.gg/b6xYnNh) server today!
131
131
132
132
<br>
133
133
134
134
# Previewing
135
135
136
-
You can preview RocketPy's main functionalities by browsing through a sample notebook in [Google Colab](https://colab.research.google.com/github/RocketPy-Team/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb). No installation required!
136
+
You can preview RocketPy's main functionalities by browsing through a sample notebook in [Google Colab](https://colab.research.google.com/github/RocketPy-Team/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb). No installation is required!
137
137
138
138
When you are ready to run RocketPy locally, you can read the *Getting Started* section!
139
139
@@ -229,24 +229,36 @@ A sample code to create a Rocket is:
You may want to add parachutes to your rocket as well:
@@ -297,7 +309,7 @@ To see all available results, use:
297
309
TestFlight.allInfo()
298
310
```
299
311
300
-
Here is just a quick taste of what RocketPy is able to calculate. There are hundred of plots and data points computed by RocketPy to enhance your analyses.
312
+
Here is just a quick taste of what RocketPy is able to calculate. There are hundreds of plots and data points computed by RocketPy to enhance your analyses.
@@ -323,7 +335,7 @@ The easiest way to help RocketPy is to demonstrate your support by starring our
323
335
324
336
If you are actively using RocketPy in one of your projects, reaching out to our core team via [Discord](https://discord.gg/b6xYnNh) and providing feedback can help improve RocketPy a lot!
325
337
326
-
And if you are interested in going one step further, please read [CONTRIBUTING.md](https://github.com/RocketPy-Team/RocketPy/blob/master/CONTRIBUTING.md) for details on our code of conduct and learn more on how you can contribute with the development of this next-gen trajectory simulation solution for rocketry.
338
+
And if you are interested in going one step further, please read [CONTRIBUTING.md](https://github.com/RocketPy-Team/RocketPy/blob/master/CONTRIBUTING.md) for details on our code of conduct and learn more about how you can contribute to the development of this next-gen trajectory simulation solution for rocketry.
327
339
328
340
<br>
329
341
@@ -335,4 +347,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](https://gi
335
347
336
348
## Release Notes
337
349
338
-
Want to know which bugs have been fixed and new features of each version? Check out the [release notes](https://github.com/RocketPy-Team/RocketPy/releases).
350
+
Want to know which bugs have been fixed and the new features of each version? Check out the [release notes](https://github.com/RocketPy-Team/RocketPy/releases).
0 commit comments