multi_body_system_to_urdf help #433
The-Odor
started this conversation in
Ask for help
Replies: 1 comment 3 replies
-
Unless you are trying to do soomething very specific, this is an internal function that you should not use. What are you trying to achieve? On Jan 22, 2024 15:57, The-Odor ***@***.***> wrote:
I am trying to use multi_body_system_to_urdf, but I can't find that it is made too clear how to use it. I've followed the tracks of imports up to one of your example files through your github and have tried to replicate how it is called. I ended up making a scene, turning it into a batch, simulating the batch, extracting the scene from the batch, and as far as I can tell from the github examples, there should now be an attribute called scene.multi_body_system, which I should feed into multi_body_system_to_urdf, but I can't find that attribute. I've tried excluding some of the steps, but that didn't work, so I'm trying to make it work by looking at it in a form of call that is as close as I can make it by looking at its main call and following the breadcrumbs up
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use multi_body_system_to_urdf, but I can't find that it is made too clear how to use it. I've followed the tracks of imports up to one of your example files through your github and have tried to replicate how it is called. I ended up making a scene, turning it into a batch, simulating the batch, extracting the scene from the batch, and as far as I can tell from the github examples, there should now be an attribute called scene.multi_body_system, which I should feed into multi_body_system_to_urdf, but I can't find that attribute. I've tried excluding some of the steps, but that didn't work, so I'm trying to make it work by looking at it in a form of call that is as close as I can make it by looking at its main call and following the breadcrumbs up
Beta Was this translation helpful? Give feedback.
All reactions