Skip to content

Commit 153ad48

Browse files
docstrign
1 parent 088aeae commit 153ad48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/smsfusion/_coning_sculling.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ class ConingScullingAlg:
1111
Integrates an IMU's specific force and angular rate measurements to coning and
1212
sculling corrected velocity (dvel) and attitude (dtheta) changes.
1313
14-
For use in a strapdown algorithm as:
14+
Can be used in a strapdown algorithm as:
1515
1616
vel[m+1] = vel[m] + R(q[m]) @ dvel[m] + dvel_corr
1717
q[m+1] = q[m] ⊗ h(dtheta[m])
1818
1919
where,
2020
21-
dvel_corr = [0, 0, g] (if NED)
22-
dvel_corr = [0, 0, -g] (if ENU)
21+
dvel_corr = [0, 0, g] (if 'NED')
22+
dvel_corr = [0, 0, -g] (if 'ENU')
2323
2424
and,
2525

0 commit comments

Comments
 (0)