-
Notifications
You must be signed in to change notification settings - Fork 2
86 propagate set target velocity and set target torque #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
86 propagate set target velocity and set target torque #88
Conversation
|
I've tested the axis inversion support in the code and it seems to work. |
Sorry... It was not trivial. |
89 torque current conversion
|
Merged along with hwi update |
…get_velocity-and-set_target_torque
So I've gone through the velocity kinematics equations and made a few corrections
I've verified that they calculate good values and implemented a closed-loop example in python
numerical_ik.ipynb.The set target vecloity and torque are implemented and propagated to the python code and C code:
The only thing left is to propagate them to the HWI.
IMPORTANT: the torque values are still in milliamps not in Nm (we should provide a way to configure this relationship - maybe in the config files)