Skip to content

Commit

Permalink
DOC: fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
giovaniceotto committed Nov 7, 2023
1 parent 25190b8 commit 8fde43f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user/positions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ And with ``coordinate_system_orientation = nose_to_tail``:

.. important::

- The coordinate system origin is the point where the axis intersect. This
- The coordinate system origin is the point where the axes intersect. This
point is not explicitly specified and can be chosen by the user. All
positions given by the user must be relative to this point.
- The coordinate system origin does not need to be inside the rocket. It can
Expand Down Expand Up @@ -226,15 +226,15 @@ an arbitrary point and the

.. note::

Liquid motors are do not have the ``grains_center_of_mass_position`` parameter.
Liquid motors do not have the ``grains_center_of_mass_position`` parameter.

.. figure:: ../static/positions/nozzletocomb.png
:align: center
:alt: Rocket coordinate system origin

.. note::

We have, in this case:
In this case:

- ``nozzle_position`` is negative.
- ``grains_center_of_mass_position`` is negative.
Expand All @@ -248,15 +248,15 @@ And with ``coordinate_system_orientation = combustion_chamber_to_nozzle``:

.. note::

We have, in this case:
In this case:

- ``nozzle_position`` is positive.
- ``grains_center_of_mass_position`` is positive.
- ``center_of_dry_mass_position`` is positive.

.. important::

- The coordinate system origin is the point where the axis intersect. This
- The coordinate system origin is the point where the axes intersect. This
point is not explicitly specified and can be chosen by the user. All
positions given by the user must be relative to this point.
- The coordinate system origin does not need to be outside the motor. It can
Expand Down

0 comments on commit 8fde43f

Please sign in to comment.