Mujoco models for the Fetch Robotics Freight robot. In particular, we have integrated a Panda arm from Mujoco Menagerie with the mobile base in support of embodied robotics research.
Mujoco
pip install mujoco
Freight base + Panda arm
python -m mujoco.viewer --mjcf xml/mobile_manipulator.xml
The robot model is organized hierarchically. Our main entrypoint for the file is mobile_manipulator.xml
. Inside the main file, we include the Mujoco files containing the mobile base, the Panda arm, and common attributes like collision, meshes, etc.
The conversion did not handle the wheels very well. Therefore I swapped them for ellipsoids primitives.
You can simply remove the <include>
for the panda arm in freight_panda.xml
.