Skip to content

Commit

Permalink
Fix error in the rotatio angle of the bicycle fork inertia example.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Mar 22, 2024
1 parent da5179a commit 89244ea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mass.rst
Original file line number Diff line number Diff line change
Expand Up @@ -806,15 +806,16 @@ about this transform):
.. admonition:: Solution
:class: dropdown

Create a new reference frame that is aligned with the steer axis.
Create a new reference frame that has :math:`\hat{h}_z` aligned with the
steer axis.

.. jupyter-execute::

H = me.ReferenceFrame('H')
H.orient_axis(N, 68.0*sm.pi/180, N.y)
H.orient_axis(N, sm.pi/2 - 68.0*sm.pi/180, N.y)

Dot the inertia dyadic twice with :math:`\hat{h}_z` (which is aligned with
the steer axis) to get the moment of inertia about the steer axis:
Dot the inertia dyadic twice with :math:`\hat{h}_z` to get the moment of
inertia about the steer axis:

.. jupyter-execute::

Expand Down

0 comments on commit 89244ea

Please sign in to comment.