You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm very new to pybullet. So please forgive me for my simple question.
I want to modify the 'origin xyz' term of a fixed joint in my urdf file, like this <joint name="l_hip_g" type="fixed"> <origin xyz="0 0.035 0" rpy="0 0 0" /> <parent link="body_link" /> <child link="l_hip_g_link" /> <axis xyz="0 0 0" /> </joint>
I wanna know which API can I use to achieve this during the program is running.
I notice that the pybullet_utils has the urdfEditor.py. But it's kind of complicated to create a lot of urdf files.
So if anyone knows how to achieve this, please let me know. Thank you !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm very new to pybullet. So please forgive me for my simple question.
I want to modify the 'origin xyz' term of a fixed joint in my urdf file, like this
<joint name="l_hip_g" type="fixed"> <origin xyz="0 0.035 0" rpy="0 0 0" /> <parent link="body_link" /> <child link="l_hip_g_link" /> <axis xyz="0 0 0" /> </joint>
I wanna know which API can I use to achieve this during the program is running.
I notice that the pybullet_utils has the urdfEditor.py. But it's kind of complicated to create a lot of urdf files.
So if anyone knows how to achieve this, please let me know. Thank you !
Beta Was this translation helpful? Give feedback.
All reactions