Skip to content

Commit 44afa35

Browse files
committed
updated doc
1 parent 1998993 commit 44afa35

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_typos.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/opentau/scripts/RecordHuman_to_lerobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def quat_to_rotation_matrix(q):
125125
def rotation_matrix_to_quat(R):
126126
"""Convert a 3x3 rotation matrix to an (x, y, z, w) quaternion.
127127
128-
Uses Shepperd's method, which selects the numerically stable branch
128+
Selects the numerically stable branch
129129
based on the matrix diagonal.
130130
131131
Note:

0 commit comments

Comments
 (0)