Rhoban / onshape-to-robot

Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API
MIT License
235 stars 54 forks source link

Support for MuJoCo (MJCF) #30

Open Gregwar opened 4 years ago

Gregwar commented 4 years ago

Good point: MuJoCo seems to outperform other physics engine Bad point: license is paid, so less reproductibility

But supporting MJCF (MuJoCo XML description format) would be feasible

@SammyRamone : do you use MuJoCo?

SammyRamone commented 4 years ago

No, my team was mostly using Gazebo due to it's nice ROS integration, but it has some issues (mostly speed). I'm now starting to use PyBullet for reinforcement learning (many MuJoCo openai gym envs are also available for PyBullet). Until now I'm very happy with PyBullet and I also prefer open source, even if it is a bit slower. I'm also not sure if MuJoCo is faster because it is programmed better, or if they simplify the simulation to gain speed while spending accuracy.

renaudponcelet commented 8 months ago

Any news regarding integrating MuJoCo ? At the moment I am doing onshape -> urdf -> MuJoCo. But for each step I lose information, and it needs a lot of modifications by hand. So I would be very interested in any information on this point :smile: