II.
LibraryProcess JSON
Structured · livelib-process:automotive-engineering--perception-system-development
perception-system-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:automotive-engineering--perception-system-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "perception-system-development",
"description": "Perception System Development - Develop perception systems using camera, radar, lidar, and\nultrasonic sensors for object detection, classification, and tracking in autonomous driving applications.",
"libraryPath": "library/specializations/domains/science/automotive-engineering/perception-system-development.js",
"specialization": "automotive-engineering",
"references": [
"- ISO 21448 SOTIF\n- ISO 26262 Functional Safety\n- Euro NCAP Assessment Protocol\n- SAE J3016 Levels of Driving Automation"
],
"example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/perception-system-development', {\n projectName: 'ADAS-Perception-L2Plus',\n sensorSuite: ['front-camera', 'corner-radars', 'ultrasonic'],\n oddDefinition: { speedRange: [0, 130], roadTypes: ['highway', 'urban'] },\n safetyRequirements: { asilLevel: 'ASIL-B' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "domain:automotive-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--perception-system-development",
"to": "specialization:automotive-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}