Vehicle Speed Control Using Road Segment Jerk Classification
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Autonomous vehicles face challenges in controlling speed on variable road conditions, as existing systems fail to accurately adjust speed based on the varying roughness of road segments, potentially compromising passenger safety.
Innovation Solution
A system that divides the road into segments, captures real-time acceleration data, computes jerk energy values, and uses a statistical equation to predict median jerk energy, classifying segments and sending feedback signals to adjust vehicle speed based on segment roughness, thereby optimizing speed control.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Object-affected harmful factors
If the speed of the vehicle is set to a predefined threshold value to avoid jerk on rough road segments, then passenger comfort is improved, but safety is compromised due to excessive speed reduction on all segments
Solution Approach 1:
The road is divided into multiple segments, and each segment is classified individually based on its roughness characteristics. The controller adjusts speed specifically for vehicles entering rough segments while maintaining normal speed on smooth segments, thereby avoiding unnecessary speed reduction and ensuring passenger safety.
Solution Approach 2:
Different speed control strategies are applied to different road segments based on their local roughness characteristics. Rough segments trigger speed reduction, while smooth segments allow normal speed, ensuring that speed adjustment is localized to where it is actually needed rather than applied uniformly.
2Measurement precision
If the controller adjusts speed based on variance of road conditions in patches of segments, then speed control accuracy is improved, but system complexity increases
Solution Approach 1:
The system pre-classifies road segments into different categories (rough, smooth, transition) based on their characteristics before the vehicle reaches them. This preliminary classification allows the controller to prepare appropriate speed control actions in advance, improving response accuracy without requiring complex real-time calculations during vehicle operation.
Solution Approach 2:
The system uses feedback from acceleration sensors to detect actual vehicle response to road conditions and adjusts speed control accordingly. The controller receives feedback about the vehicle's motion state and modifies speed commands to achieve precise control while maintaining system simplicity through adaptive adjustment rather than complex pre-programming.
Applied Scientific Principles
This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.
Function Achieved in This Case
This approach enables precise speed adjustment based on road roughness, enhancing safety and passenger comfort by classifying road segments and transmitting appropriate feedback signals to the vehicle's controller.
Implementation Method 1
sense vibrations caused to the vehicle and accordingly set the speed of the vehicle
Data Source
Figure 1
Figure 2
Figure 3
AI summary
Acceleration data comprising acceleration samples of the vehicle on a segment of the road is captured. Jerk energy values associated with the vehicle on the segment is computed based upon the acceleration samples. Median jerk energy of the vehicle on the segment may be determined based upon the jerk energy values. Predictive median jerk energy of the vehicle on the segment is computed using a statistical equation. A score associated with the segment is calculated based upon the median jerk energy, the predictive median jerk energy, and a standard deviation (σ). The segment is classified into one of a first set of categories and a second set of categories based upon the score. A feedback signal indicative of controlling the speed of the vehicle is transmitted to a controller based upon the classification.