Requires MuJoCo 2.3.3 or later.
This package contains a simplified robot description (MJCF) of the LBR iiwa 14kg developed by KUKA Robotics. It is derived from the publicly available URDF description created by the Drake developers.
- 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.
- Created base body and added its corresponding inertial properties.
- Added a tracking light to the base.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added
<exclude>
clauses to prevent collisions betweenbase
andlink1
. - Added actuators for the arm.
- Added forcelimits to match the torque limits in the spec sheet.
- Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze.
This model is released under a BSD-3-Clause License.