Skip to content

Commit

Permalink
Merge pull request #110 from decargroup/fix_imu_pdf_link
Browse files Browse the repository at this point in the history
Fixed link for imu pdf in docs
  • Loading branch information
CharlesCossette authored Jan 18, 2024
2 parents 35b81c6 + 6b8a6d2 commit f3b9d38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions navlie/lib/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Note that the treatment of IMU kinematics in this module is different from
typical treatments in the sense that it is done directly on :math:`SE_2(3)`. A
PDF describing the detailed derivations can be found at the
`following link. <https://decargroup.github.io/navlie/_build/html/_static/imu.pdf>`_
:download:`following link. <../../../docs/source/_static/imu.pdf>`
"""

Expand Down Expand Up @@ -341,8 +341,7 @@ def N_matrix(phi_vec: np.ndarray):

def M_matrix(phi_vec):
"""
The M matrix from `derivation document
<https://decargroup.github.io/navlie/_build/html/_static/imu.pdf>`_
The M matrix from the :download:`derivation document <../../../docs/source/_static/imu.pdf>`.
"""
phi_mat = SO3.wedge(phi_vec)
M = np.sum(
Expand Down

0 comments on commit f3b9d38

Please sign in to comment.