Skip to content

accurateIK() function issue #18

@robogeekcanada

Description

@robogeekcanada

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions