if(confirm("Are you sure you want to FORCE KILL CarlaUE4?\n\nThis will terminate the engine immediately. Any unsaved simulation data or unsynced frames will be lost.")){
@ -129,6 +129,8 @@ After 30 iterations of parameter tuning, we identified the fundamental reason fo
- **Calibration**: Finalized the **Antenna Gain LUT Integration** (Separable Az/El patterns) in `Sceneset.py`.
- **Organization**: Reorganized the `intel/radar` directory into structured subfolders (`core`, `research`, `diagnostics`, `archive`) to maintain documentation scalability.
- **Physics**: Validated the pure physical $1/R^4$ power law and removed all legacy scaling multipliers.
- **Dashboard**: Implemented a **Smart Auto-Idle Toggle** with clear visual feedback (Success-Green background and 'AUTO' text overlay). Redefined toggle logic to serve as a master switch that immediately pauses CARLA when enabled and disables the auto-timer when disabled.
- **UX Optimization**: Resolved a critical 10s UI hang during simulator shutdown by reducing the backend status ping timeout from 10.0s to 5.0s and implementing immediate frontend feedback for the 'Kill' action.
### **April 14**
- **Task**: Physics "De-Hacking" & Root Cause Analysis.