-
Hi author, I would like to change a joint configuration without loading different URDFs. Can we do that? I understand we can do that by changing the joint configuration ( Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
After an articulation is created, only the joint limit can be changed. |
Beta Was this translation helpful? Give feedback.
After an articulation is created, only the joint limit can be changed.
If you do not want to create multiple URDF files, an option is to recreate the URDF loader in python. SAPIEN allows building articulations from scratch, so you can always write your own URDF (or any other format) parser. (See https://sapien.ucsd.edu/docs/latest/tutorial/basic/create_articulations.html)
Also reloading files should not be a big problem since the slowest and memory intensive part (rendering resources) is cached and will only load once.