This package contains a simplified robot description (MJCF) of the UR5e developed by Universal Robots. It is derived from the publicly available URDF description.
- Converted the DAE mesh files to OBJ format using Blender.
- Processed
.obj
files withobj2mjcf
. - Added
<mujoco> <compiler discardvisual="false"/> </mujoco>
to the URDF's<robot>
clause in order to preserve visual geometries. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Added a tracking light to the base.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added position-controlled actuators and joint damping and armature. Note that these values have not been carefully tuned -- contributions are more than welcome to improve them.
- Added home joint configuration as a
keyframe
. - Manually designed collision geometries.
- Added
scene.xml
which includes the robot, with a textured ground plane, skybox and haze.
This model is released under a BSD-3-Clause License.