-
Hello, I wanted to know if there is the possibility to update the origin of each link after loading the URDF? (e.g. visual/collision origin) Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
jcarpent
Aug 11, 2023
Replies: 1 comment 3 replies
-
You can do that by updating the placement values contained in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jcarpent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do that by updating the placement values contained in
model.jointPlacements[joint_id]
, wherejoint_id
is the index of the joint.