InputHarmonyAnalyzer
Input harmony analysis: coordination between steering, throttle, and brake
Configuration
- Slice Type:
lap - Metadata Only: False
- Required Channels:
steering,throttle,brake,time
When to Use
- User asks about input coordination
- User wants to know if they're fighting the car
- User asks 'how smooth are my inputs?'
- User wants to improve flow through corners
Options
| Option | Type | Default | Description |
|---|---|---|---|
granularity | Literal[coarse, normal, detailed] | "normal" | Level of detail in analysis output |
comparison_mode | Literal[absolute, relative, percentage] | "absolute" | How to compare metrics across subjects |
conflict_threshold | float | 0.3 | Rate change threshold for conflict detection Constraints: ≥ 0.1, ≤ 1.0 |
min_conflict_duration_seconds | float | 0.1 | Minimum duration for conflict zone Constraints: ≥ 0.0 |
lap_selection | str | "all" | Lap selection mode: 'all', 'best', 'n_best' |
n_best_laps | int | None | 5 | Number of best laps when lap_selection='n_best' |
Examples
Example 1
User Query: Am I fighting the car?
Call:
analyze(analyzers='input_harmony', event='...')
Explanation: Analyzes input coordination to detect conflicts