Back to Prompt Library
implementation
Multi-Sensor Fusion & Object Tracking Implementation
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Real-time C-UAS Threat Assessment & Countermeasure Planning with Claude 3.5 Haiku
Format
Text-first
Lines
1
Sections
1
Linked challenge
Real-time C-UAS Threat Assessment & Countermeasure Planning with Claude 3.5 Haiku
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Implement the multi-sensor fusion module using Python. This module should take simulated raw sensor data (radar tracks, EO/IR detections, acoustic signatures) and fuse them into a coherent, tracked object state for each identified UAS. Utilize a Kalman filter or similar state estimation technique for robust tracking. Explain your choice of fusion algorithm and demonstrate its effectiveness with sample simulated data.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.