Skip to main content

SteeringSmoothnessAnalyzer - Circuit Session - Lime Rock MX-5

Steering smoothness analysis: rate, jerk, and overcorrection detection

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, time

When to Use

  • User asks about steering smoothness
  • User wants to know about overcorrection or sawing
  • User asks 'am I smooth with the wheel?'
  • User wants to improve car control

Key Options

OptionDescription
lap_selectionall
sawing_thresholdRolling std threshold for steering rate sawing detection (default: 2.0 rad/s)
window_sizeRolling window size for variation detection in samples (default: 10)
min_correction_duration_secondsMinimum duration for correction event (default: 0.1s)

Sample Output

Subjects Analyzed: 1

Default Threshold

Options: sawing_threshold=2.0, _config_label=Default Threshold Error: Invalid options for analyzer 'SteeringSmoothnessAnalyzer': 1 validation error for SteeringSmoothnessOptions _config_label Extra inputs are not permitted [type=extra_forbidden, input_value='Default Threshold', input_type=str] For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden

Strict Threshold

Options: sawing_threshold=3.0, _config_label=Strict Threshold Error: Invalid options for analyzer 'SteeringSmoothnessAnalyzer': 1 validation error for SteeringSmoothnessOptions _config_label Extra inputs are not permitted [type=extra_forbidden, input_value='Strict Threshold', input_type=str] For further information visit https://errors.pydantic.dev/2.12/v/extra_forbidden


Example Calls

Am I being smooth with the steering?

analyze(analyzers='steering_smoothness', event='...')

Analyzes steering rate and jerk for smoothness


Generated from b4racing.analysis.analyzers.steering_smoothness.SteeringSmoothnessAnalyzer