Skip to content

Commit 262e200

Browse files
Merge remote-tracking branch 'origin/main' into add_tutorial
2 parents 71b98c2 + f3b9d38 commit 262e200

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

navlie/lib/imu.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Note that the treatment of IMU kinematics in this module is different from
55
typical treatments in the sense that it is done directly on :math:`SE_2(3)`. A
66
PDF describing the detailed derivations can be found at the
7-
`following link. <https://decargroup.github.io/navlie/source/_static/imu.pdf>`_
7+
:download:`following link. <../../../docs/source/_static/imu.pdf>`
88
99
"""
1010

@@ -342,8 +342,7 @@ def N_matrix(phi_vec: np.ndarray):
342342

343343
def M_matrix(phi_vec):
344344
"""
345-
The M matrix from `derivation document
346-
<https://decargroup.github.io/navlie/source/_static/imu.pdf>`_
345+
The M matrix from the :download:`derivation document <../../../docs/source/_static/imu.pdf>`.
347346
"""
348347
phi_mat = SO3.wedge(phi_vec)
349348
M = np.sum(

0 commit comments

Comments
 (0)