You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
Multiplying the inverse of the jacobian with the end eff. vel should give us the joint velocities directly. Why do we need to divide this by publish time period? I am probably misunderstanding something.
Thank you!
The text was updated successfully, but these errors were encountered:
I think what you propose sounds like a decent option.
I believe the way it's implemented now is more efficient, though. Since we already have delta_theta, and dividing by a scalar is much more efficient than a matrix multiplication.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for the great repository and clean code!
I was going through the code for educational purposes, and had a question about the following line.
jog_arm/jog_arm/src/jog_arm/jog_arm_server.cpp
Line 552 in c88847c
Multiplying the inverse of the jacobian with the end eff. vel should give us the joint velocities directly. Why do we need to divide this by publish time period? I am probably misunderstanding something.
Thank you!
The text was updated successfully, but these errors were encountered: