Closed zichunxx closed 1 year ago
Hi @QUIlToT, fyi we have a kuka 14 model that will be released very soon in menagerie so stay on the lookout for that!
Great, I will keep following the update of menagerie! Thanks!
This is now available at https://github.com/deepmind/mujoco_menagerie/tree/main/kuka_iiwa_14
@saran-t Thanks for your sharing and work!
Hi!
I am trying to get a finely tuned KUKA LBR IIWA 14 R820 model (.xml) from the urdf file.
However, due to the lack of official documentation, I have to start from scratch to get the adjusted joint damping, inertia, and other relevant dynamics parameters. I get a basic kuka model through
mujoco200 complie command
to convert the urdf to xml.Currently, the problem I am experiencing is that there is a significant gap between the input joint angle (rad) and the actual joint position (rad), which is not allowed.
Here is a figure to briefly illustrate my situation:
where there is a difference of about 0.1 rad between
qpos[1]
andjoint_a2_T (actuator)
.In my XML file, the actuators are set with
Could you give me a hint or some help on how to solve this problem and get a fine-tuned model?
Thanks in advance!