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
Thanks for your excellent works and repo! But I wonder
Why does the robot arms (e.g. UR5e) hold their initial pose with the grevity in the MuJoCo simulator.
Which labels play a role in holding the pose?
I want to get the MJCF file of my 6-DOF custom robot arm from its URDF file. But it can't hold the initial pose under the grevity. I guess I may miss some xml labels in the MJCF model file. Moreover, it seems that the <visual> and <collision> labels are missing after converting although setting discardvisual="false" in the URDF file.
The robot arm product which I use is Jaka Zu 7, which is similar with the UR5e. This is its introduction if needed. The URDF file is downloaded directly from the company website. The file-convert procedure follows the UR5e README file in this repo.
Besides, my codes are also provided here JakaZu7.zip. After unzip the file, there are mesh files in meshes directory, mjcf file in MJCF directory and urdf file in URDF directoty.
Thank you very much if you could give me some help or guidelines or suggestions!
The text was updated successfully, but these errors were encountered:
Thanks for your excellent works and repo! But I wonder
UR5e
) hold their initial pose with the grevity in theMuJoCo
simulator.I want to get the
MJCF
file of my 6-DOF custom robot arm from itsURDF
file. But it can't hold the initial pose under the grevity. I guess I may miss some xml labels in theMJCF
model file. Moreover, it seems that the<visual>
and<collision>
labels are missing after converting although settingdiscardvisual="false"
in theURDF
file.The robot arm product which I use is
Jaka Zu 7
, which is similar with theUR5e
. This is its introduction if needed. TheURDF
file is downloaded directly from the company website. The file-convert procedure follows the UR5e README file in this repo.Besides, my codes are also provided here JakaZu7.zip. After unzip the file, there are mesh files in
meshes
directory, mjcf file inMJCF
directory and urdf file inURDF
directoty.Thank you very much if you could give me some help or guidelines or suggestions!
The text was updated successfully, but these errors were encountered: