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

accurateIK() function issue #18

Open
robogeekcanada opened this issue Aug 25, 2021 · 0 comments
Open

accurateIK() function issue #18

robogeekcanada opened this issue Aug 25, 2021 · 0 comments

Comments

@robogeekcanada
Copy link

For the baxter_ik_demo.py, there is a minor issue with the accurateIK(bodyId, ....) function,

numJoints = p.getNumJoints(baxterId) #line 109

it should be:
numJoints = p.getNumJoints(bodyId)

The code works, but not if the function is imported separately.

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