Replies: 2 comments
-
It is a bit complicated, the URDF link indices start with 0 while PyBullet native 'link index' starts at -1 for base, and 0 for links. Need to look into it later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it's best to use loadURDF.
erwincoumans <[email protected]> schrieb am Do., 21. Mai 2020, 18:53:
… It is a bit complicated, the URDF link indices start with 0 while PyBullet
native 'link index' starts at -1 for base, and 0 for links. Need to look
into it later.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2807 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6B2RYDGYMBAKSUCKTPZVDRSVL7FANCNFSM4NC5N46A>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
might be a bug, in the guide in createMultiBody it states "0 for the base" in linkParentIndices and here the links actually seem to start with 0 instead of -1 like with the other linkIndex parameters.
I guess the numbering is shifted by 1.
Regards
Beta Was this translation helpful? Give feedback.
All reactions