Skip to content

Commit 9413bc2

Browse files
committed
Formatting
1 parent ae2032e commit 9413bc2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/jsrm/systems/planar_pcs.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,12 @@ def operational_space_dynamical_matrices_fn(
458458
J @ B_inv @ J.T
459459
) # inertia matrix in the operational space
460460
mu = Lambda @ (
461-
J @ B_inv @ C - J_d
461+
J @ B_inv @ C - J_d
462462
) # coriolis and centrifugal matrix in the operational space
463463

464464
JB_pinv = (
465-
B_inv @ J.T @ Lambda
465+
B_inv @ J.T @ Lambda
466466
) # dynamically-consistent pseudo-inverse of the Jacobian
467-
# apply TODO: remove
468-
# JB_pinv = B_xi.T @ JB_pinv
469467

470468
return Lambda, mu, J, J_d, JB_pinv
471469

0 commit comments

Comments
 (0)