PedalOverlapAnalyzer - Circuit Session - Lime Rock MX-5
Pedal overlap analysis: left-foot braking detection and scoring
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 | throttle, brake, speed, time |
When to Use
- User asks about left-foot braking
- User wants to know about pedal overlap technique
- User asks 'am I using LFB correctly?'
- User wants to analyze corner entry technique
Key Options
| Option | Description |
|---|---|
lap_selection | all |
throttle_threshold | Minimum throttle to count as 'on' (default: 0.05) |
brake_threshold | Minimum brake to count as 'on' (default: 0.05) |
Sample Output
Subjects Analyzed: 1
Short Duration (Default)
Options: min_overlap_duration_seconds=0.05, _config_label=Short Duration (Default)
Error: Invalid options for analyzer 'PedalOverlapAnalyzer': 1 validation error for PedalOverlapOptions
_config_label
Extra inputs are not permitted [type=extra_forbidden, input_value='Short Duration (Default)', input_type=str]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
Longer Duration
Options: min_overlap_duration_seconds=0.1, _config_label=Longer Duration
Error: Invalid options for analyzer 'PedalOverlapAnalyzer': 1 validation error for PedalOverlapOptions
_config_label
Extra inputs are not permitted [type=extra_forbidden, input_value='Longer Duration', input_type=str]
For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden
Example Calls
Am I using left-foot braking?
analyze(analyzers='pedal_overlap', event='...')
Detects brake+throttle overlap events
Generated from b4racing.analysis.analyzers.pedal_overlap.PedalOverlapAnalyzer