# Kinova Gen3 Description (MJCF) > [!IMPORTANT] > Requires MuJoCo 2.3.3 or later. ## Overview This package contains a simplified robot description (MJCF) of the [Kinova Gen3](https://www.kinovarobotics.com/product/gen3-robots) developed by [Kinova Robotics](https://www.kinovarobotics.com/). It is derived from the [publicly available URDF description](https://github.com/Kinovarobotics/ros_kortex/blob/noetic-devel/kortex_description/robots/gen3.xacro).

## MJCF derivation steps 1. Converted xacro to URDF: `rosrun xacro xacro gen3.xacro > gen3.urdf` 2. Added the following to the URDF's `` clause: ```xml ``` Note `fusestatic="false"` is needed so that base_link is preserved. 3. Converted to MJCF: ```python import mujoco model = mujoco.MjModel.from_xml_path('gen3.urdf') mujoco.mj_saveLastXML('gen3.xml', model) ``` 4. Cleaned up the MJCF file as follows: - Added option: `