Closed devarsirawal closed 2 years ago
I don't understand something, the PR comment says bodyIndex
but the change is jointIndex
. Can someone explain?
I can see the confusion and I'm honestly not quite sure where bodyIndex
came from... I think I had handwritten that error message and just made a typo in the PR comment.
Hi all! I noticed there was a small syntax error in sim.py when I was running
python kinematic_mp_sim.py
for the quadruped. I was gettingTypeError: function missing required argument 'bodyIndex' (pos 1)
and noticed that thebodyindex
param did not have the right capitalization, so here's a quick fix.