GripUtilizationAnalyzer
Position-based grip utilization for track map visualization
Configuration
- Slice Type:
lap - Metadata Only: False
- Required Channels:
lat_accel,long_accel,distance
When to Use
- User wants grip utilization on track map
- User asks where they're not using all the grip
- User wants to see utilization heat map
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 |
max_theoretical_g | float | 1.5 | Theoretical maximum grip in G Constraints: ≥ 0.5, ≤ 5.0 |
sample_interval_m | float | 5.0 | Sample interval in meters (for output smoothing) Constraints: ≥ 1.0, ≤ 50.0 |
lap_selection | str | "best" | Lap selection mode: 'all', 'best', 'n_best' |
n_best_laps | int | None | 1 | Number of best laps when lap_selection='n_best' |
Examples
Example 1
User Query: Show grip utilization on track map
Call:
analyze(analyzers='grip_utilization', event='...', lap_selection='best')
Explanation: Generates position-based utilization data for track map