Skip to content
Discussion options

You must be logged in to vote

Hi @d-kleine thank you for sharing the USD asset. After reviewing it here are a couple of notes on the two separate issues here:

  1. Gripper collapses at the origin — a closed loop can't be a URDF tree. A parallel gripper is a closed kinematic loop, but URDF is strictly a tree (one root link, one parent per link). To emit a tree the exporter has to break the loops, dropping the loop-closure joints, which leaves some gripper links with no valid parent — so they fall back to the origin. Mimic joints don't save it: a URDF only couples a joint that's already in the tree. Fix: keep one spanning-tree path (wheel → driven finger) as a normal chain with a on the second finger, and drop the loop-clo…

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@d-kleine
Comment options

@michaellin6
Comment options

@d-kleine
Comment options

@michaellin6
Comment options

Answer selected by michaellin6
@d-kleine
Comment options

@michaellin6
Comment options

@d-kleine
Comment options

@d-kleine
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment