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

The constructor of the class IkJoint should also work with joints that are not created by urdf-loader. #30

Open
pinglu85 opened this issue May 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pinglu85
Copy link
Owner

Currently, the constructor of the class IkJoint only accepts joints that are created by urdf-loader or null. It should also work with hard coded joints, for instance,

const firstJoint = {
  localPosition: [0, 0.11, 0],
  axis: [0, 1, 0],
  limit: [-170, 170],
};
@pinglu85 pinglu85 added the enhancement New feature or request label May 20, 2021
@pinglu85 pinglu85 self-assigned this May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant