We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c46fd commit 212a5d9Copy full SHA for 212a5d9
docs/user/three_dof_simulation.rst
@@ -464,6 +464,15 @@ with 3-DOF simulations using ``PointMassRocket`` and different weathercocking
464
coefficients. This demonstrates the trade-off between computational speed and
465
accuracy.
466
467
+.. note::
468
+
469
+ The thrust curve files used in this example (e.g., ``AeroTech_K828FJ.eng``)
470
+ are included in the RocketPy repository under the ``data/motors/`` directory.
471
+ If you are running this code outside of the repository, you can download the
472
+ motor files from `RocketPy's data/motors folder on GitHub
473
+ <https://github.com/RocketPy-Team/RocketPy/tree/master/data/motors>`_ or use
474
+ your own thrust curve files.
475
476
**Setup the simulations:**
477
478
.. jupyter-execute::
0 commit comments