Skip to content

Can we change joint configuration without reloading URDF? #59

Answered by fbxiang
keiohta asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@keiohta
Comment options

@fbxiang
Comment options

@keiohta
Comment options

Answer selected by keiohta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants