Skip to content
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

Consider locking the joint when servo is locked #75

Closed
ZiwKerman opened this issue Mar 9, 2016 · 1 comment
Closed

Consider locking the joint when servo is locked #75

ZiwKerman opened this issue Mar 9, 2016 · 1 comment

Comments

@ZiwKerman
Copy link
Contributor

Something like

                    joint.xMotion = ConfigurableJointMotion.Locked;
                    joint.yMotion = ConfigurableJointMotion.Locked;
                    joint.zMotion = ConfigurableJointMotion.Locked;
                    joint.angularXMotion = ConfigurableJointMotion.Locked;
                    joint.angularYMotion = ConfigurableJointMotion.Locked;
                    joint.angularZMotion = ConfigurableJointMotion.Locked;

and then unlock what is needed.

@ZiwKerman
Copy link
Contributor Author

This will not work well with planned maxTorque settings for motors. Will be handled differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant