We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71b98c2 + f3b9d38 commit 262e200Copy full SHA for 262e200
navlie/lib/imu.py
@@ -4,7 +4,7 @@
4
Note that the treatment of IMU kinematics in this module is different from
5
typical treatments in the sense that it is done directly on :math:`SE_2(3)`. A
6
PDF describing the detailed derivations can be found at the
7
-`following link. <https://decargroup.github.io/navlie/source/_static/imu.pdf>`_
+:download:`following link. <../../../docs/source/_static/imu.pdf>`
8
9
"""
10
@@ -342,8 +342,7 @@ def N_matrix(phi_vec: np.ndarray):
342
343
def M_matrix(phi_vec):
344
345
- The M matrix from `derivation document
346
- <https://decargroup.github.io/navlie/source/_static/imu.pdf>`_
+ The M matrix from the :download:`derivation document <../../../docs/source/_static/imu.pdf>`.
347
348
phi_mat = SO3.wedge(phi_vec)
349
M = np.sum(
0 commit comments