Skip to main content

InputHarmonyAnalyzer - Circuit Session - Lime Rock MX-5

Input harmony analysis: coordination between steering, throttle, and brake

Sample Data

AttributeValue
Sourcegarage61
Categorycircuit_lap
File01K451BYJ64G0T2GPQ44AKXC86

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

SettingValue
Slice Typelap
Metadata OnlyFalse
Required Channelssteering, 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

OptionDescription
lap_selectionall
conflict_thresholdSensitivity 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