Skip to content

Commit ef3bf7c

Browse files
committed
Deactivate Jacobian computation for now
1 parent 3fc38d5 commit ef3bf7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/demo_planar_hsa_motor2ee_jacobian.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ def jac_phi2chi_static_model(phi: Array) -> Tuple[Array, Dict[str, Array]]:
142142
q, aux = jitted_phi2q_static_model_fn(phi)
143143
print("phi", phi, "q", q)
144144

145-
J_u2chi_autodiff, aux = J_phi2chi_autodiff_fn(phi)
146-
J_u2chi, aux = J_phi2chi_fn(phi)
147-
print("J_u2chi:\n", J_u2chi, "\nJ_u2chi_autodiff:\n", J_u2chi_autodiff)
145+
# J_phi2chi_autodiff, aux = J_phi2chi_autodiff_fn(phi)
146+
# J_phi2chi, aux = J_phi2chi_fn(phi)
147+
# print("J_phi2chi:\n", J_phi2chi, "\nJ_phi2chi_autodiff:\n", J_phi2chi_autodiff)

0 commit comments

Comments
 (0)