Robotics company FMEAs — failure mode analysis across 6 manufacturers
About this data
35 FMEA records across 6 robotics companies. 490 field entries covering failure modes, effects, causes, severity/occurrence/detection scores, RPN, recommended actions, and verification methods for major robotics manufacturers: Boston Dynamics, FANUC Robotics, Intuitive Surgical, KUKA Robotics, Unitree Robotics, and iRobot. This is a curated selection and does not include all failure modes for these systems — it represents a sample of documented engineering analysis. Sources include public safety reports, technical documentation, and published engineering analysis of commercial robotics systems. Data compiled from publicly available information in the public domain.
Schema
| Name | Type | Description |
|---|---|---|
| company | string | |
| fmea_id | string | |
| failure_mode | string | |
| failure_effect | string | |
| failure_severity | string | |
| failure_cause | string | |
| failure_occurrence | string | |
| failure_detection | string | |
| recommended_action | string | |
| verification_method | string | |
| rpn_severity | string | |
| rpn_occurrence | string | |
| rpn_detection | string | |
| rpn_total | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$10
Fixed price
Have an API key? Use the REST API →
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Robotics company FMEAs — failu" })
// Found: 330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1
buy_now({ dataset_id: "330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1" }) // uses your saved card# Authenticate with your API key:
curl https://api.databazaar.io/datasets/330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1"}'