Closed aalmuzairee closed 1 year ago
Hey @aalmuzairee , Regarding the model selection for each robot:
urdf
model to mjcf mujoco compatible and make a PR to the mujoco_menagerie. Then we can see how to incorporate it to gymnasium-robotics
mujoco_menagerie
. Can you post an issue on their repo specifying the differences?Then to create your custom environment I'm afraid that you'll have to create your own mjcf model and environment class. You can base your environment in the current Franka implementation but there is no utility functions to replace robots in an environment.
Having said this I'm happy to give you a hand creating the Fetch mjcf model from the official fetch repo.
Hi @rodrigodelazcano,
Appreciate your input! This was enlightening. I'm currently working on converting an accurate Fetch model to an mjcf format. If I encounter any roadblocks, I'll be sure to let you know. Thanks for the help.
Adapting Fetch Robot for the FrankaKitchen Task
Hi, I'm trying to add the Fetch Robot from the Fetch Environment into the Franka-Kitchen Task. I noticed that the dynamics (damping, friction) of the Fetch Robot are different from the ones in the urdf supplied by: https://github.com/ZebraDevs/fetch_ros/blob/melodic-devel/fetch_description/robots/fetch.urdf and also different from the Franka Robot. How can I make it as realistic as possible and also make it functional with the inverse kinematics library (similar to the Franka)?
Appreciate any suggestions.