Skip to main content
Process LiDAR scans of tunnels and bridges, calculate structural displacement in millimetres, generate safety heatmaps, and schedule maintenance — all in one workflow call. Process LiDAR scans of tunnels and bridges, calculate structural displacement in millimetres, generate safety heatmaps, and schedule maintenance — all in one workflow call.
The user submits LiDAR scan data; agents fuse sensors, score structural risk, and flag safety actions.

Quick Start

1

Run the prebuilt monitoring workflow

2

Adapt for bridges, railways, or airports


How It Works


Configuration Options

Pydantic I/O schemas used by this template: Safety levels (used in SafetyHeatmap.overall_safety)

Common Patterns

Predict structural failure probability from displacement history
Optimise maintenance budget across a network
Plan traffic flow during maintenance

Best Practices

DisplacementCalculator computes change relative to a reference_baseline. Capture this baseline during construction or last major rehabilitation, and store it in a versioned database alongside each new scan.
The workflow automatically raises an emergency_alert with immediate_action: close_to_traffic for danger/critical safety levels. Wire this alert to your traffic management system to trigger lane closures without human delay.
Scan accuracy degrades when vehicles pass through the scan envelope. Use TrafficManagementPatterns.optimize_traffic_flow() to identify overnight windows with minimal traffic before dispatching the LiDAR crew.
The network_health_score (0–100) aggregates safety factors across all monitored structures. Report this monthly to asset managers — a score below 70 should trigger a portfolio-level maintenance budget review.

Industry Templates Overview

Hub page — choose the right template and understand cross-industry reuse.

Manufacturing Template

Order processing, inventory management, and quality inspection agents.