InputHarmonyAnalyzer - Circuit Session - Lime Rock MX-5
Input harmony analysis: coordination between steering, throttle, and brake
Sample Data
| Attribute | Value |
|---|---|
| Source | garage61 |
| Category | circuit_lap |
| File | 01K451BYJ64G0T2GPQ44AKXC86 |
Available Channels (23): LongAccel, VertAccel, YawRate, abs_active, brake, clutch, distance, drs_active, gear, lap_distance_pct, lat_accel, latitude, longitude, position_type, rpm, speed, steering, throttle, time, track_pct, x, y, yaw
Configuration
| Setting | Value |
|---|---|
| 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
Key Options
| Option | Description |
|---|---|
lap_selection | all |
conflict_threshold | Sensitivity for conflict detection (default: 0.3) |
Sample Output
Subjects Analyzed: 1
Default Sensitivity
Options: conflict_threshold=0.3, _config_label=Default Sensitivity
Error: Invalid options for analyzer 'InputHarmonyAnalyzer': 1 validation error for InputHarmonyOptions
_config_label
Extra inputs are not permitted [type=extra_forbidden, input_value='Default Sensitivity', input_type=str]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
Less Sensitive
Options: conflict_threshold=0.5, _config_label=Less Sensitive
Error: Invalid options for analyzer 'InputHarmonyAnalyzer': 1 validation error for InputHarmonyOptions
_config_label
Extra inputs are not permitted [type=extra_forbidden, input_value='Less Sensitive', input_type=str]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
Example Calls
Am I fighting the car?
analyze(analyzers='input_harmony', event='...')
Analyzes input coordination to detect conflicts
Generated from b4racing.analysis.analyzers.input_harmony.InputHarmonyAnalyzer