-
Notifications
You must be signed in to change notification settings - Fork 44
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
Feature request: coupled joints #6
Comments
Hey it'd be great if you could submit a PR since you've already made it for yourself! |
I mean this is all did so far:
Doing the general case will be a different story. |
If we wanted to implement this more generally, one approach might be to get them from the robot specification file ("mimic" for urdf or "equality/joint" for mujoco XML). |
This feature could be useful for Val, since it has this for its grippers. |
wonder if this feature is planned, it will be super useful! |
Hi,
I think it would be great if one could specify that certain joints are mechanically coupled together. It is really quite common to run into this problem. I had to implement it (for a simple 1:1 coupling) myself. Let me know if you are interested in adding this feature. I might be able to send a PR if I find some free time, but of course I wouldn't mind if you add it before I get to it :D
After loading the urdf one could specify with a matrix which joints are linked together, and what gear ratios are used.
And then the
forward_kinematics
andjacobian
function would simply expect/return fewer inputs/outputs.The text was updated successfully, but these errors were encountered: