Important
Requires MuJoCo 3.1.3 or later.
This package contains a simplified robot description (MJCF) of the Franka Research 3 (aka FR3) developed by Franka Robotics (formerly Franka Emika). It is derived from the publicly available URDF description.
- Ran the URDF generation script in franka_description.
- Command used:
./scripts/create_urdf.sh fr3
- Command used:
- Converted the DAE visual meshes to OBJ using Blender.
- Removed license headers in the DAE files to properly load in Blender.
- When exporting, ensure "up axis" is +Z, and "forward axis" is +Y.
- Processed OBJ files with
obj2mjcf
. - Added
<mujoco> <compiler discardvisual="true" strippath="false" fusestatic="false" balanceinertia="true"/> </mujoco>
to the URDF's<robot>
clause. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Lightened the black color used on the robot to better match the real world.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added position-controlled actuators for the arm.
- Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze.
This model is released under an Apache-2.0 License.