Update example_model.py

This commit is contained in:
keith siilats 2023-04-26 15:17:20 -04:00 committed by GitHub
parent 63c06067ca
commit cb10ce84cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ print(hasIK, '\n')
print('--------------------------ID------------------------') print('--------------------------ID------------------------')
tau = armModel.inverseDynamics(np.zeros(6), np.zeros(6), np.zeros(6), np.zeros(6)) tau = armModel.inverseDynamics(np.zeros(6), np.zeros(6), np.zeros(6), np.zeros(6))
print("The torque required by the z1 arm at the homo position to resist gravity:") print("The torque required by the z1 arm at the home position to resist gravity:")
print(tau, '\n') print(tau, '\n')
print('--------------------------jacobian------------------------') print('--------------------------jacobian------------------------')