Data Downloads

This page provides access to robot models, mesh files, and configuration data used in SRMP examples and tutorials.

Complete Download

Download the complete archive containing all Panda robot description files and mesh assets:

data.zip - Full robot descriptions and meshes

Robot Models

Panda Robot Configurations

The following files contain URDF and SRDF configurations for the Franka Panda robot in various setups:

Single Panda Robot:

Multi-Robot Configurations:

Rail-Mounted Configuration:

Mesh Files

Panda Robot Mesh Files

Environment Mesh Files

  • crate.stl - Crate mesh for environment setup

The Panda robot mesh archive contains all necessary STL files for collision detection and visualization. Extract the archive to access individual mesh files organized in the standard franka_description directory structure.

Usage

To use these files in your SRMP projects:

  1. Download the required URDF/SRDF files for your robot configuration

  2. Place them in your project’s robot description directory

  3. Update your SRMP configuration to point to the downloaded files

  4. Ensure the mesh file paths in the URDF correctly reference your mesh directory

For detailed usage instructions, see the examples section.