Open traversaro opened 1 month ago
This is my library: https://github.com/ami-iit/mujoco-urdf-loader
This is my library: https://github.com/ami-iit/mujoco-urdf-loader
So probably a good first pointer is to point ergocub users to https://github.com/ami-iit/mujoco-urdf-loader/blob/main/examples/generate_ergoCub_mjcf.py, not sure if this is enough for what @GiulioRomualdi and @giulero had in mind.
Inside ami-iit/jaxsim we have a jaxsim.mujoco
Python package for visualizing URDF/SDF models.
Refer to the following PRs showing the main features supported by our visualizer:
In particular, the helper for positioning cameras in both the interactive visualizer and the recorder is pretty useful in practice. Also, the support of uneven terrain is nice to have for many applications.
The Python package has been developed without direct JaxSim dependencies to simplify extracting it to a standalone project in the future -- if neeed.
@diegoferigo thanks! Do you have some snippet somewhere (tutorial or test) that just loads a model specified via package:// and simulate it?
A bit of spinoff of https://github.com/robotology/icub-models/issues/155, but as most people in AMI now use ergocub we want to focus on ergocub here.
As first step, we may need to to understand how people are currently loading the ergocub models in mujoco, can you share this @diegoferigo @CarlottaSartore @vpunithreddy @Giulero @giotherobot @xela-95 @flferretti @GiulioRomualdi , also via pointers to existing code? With this, info we can understand possible outcomes: