Next Article in Journal
Instrumented Compliant Wrist with Proximity and Contact Sensing for Close Robot Interaction Control
Next Article in Special Issue
A New Filtering and Smoothing Algorithm for Railway Track Surveying Based on Landmark and IMU/Odometer
Previous Article in Journal
An LMS Programming Scheme and Floating-Gate Technology Enabled Trimmer-Less and Low Voltage Flame Detection Sensor
Previous Article in Special Issue
Review on the Traction System Sensor Technology of a Rail Transit Train
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dynamic Speed Adaptation for Path Tracking Based on Curvature Information and Speed Limits †

by
Citlalli Gámez Serna
*,‡ and
Yassine Ruichek
Le2i FRE2005, CNRS, Arts et Métiers, University Bourgogne Franche-Comté, UTBM, F-90010 Belfort, France
*
Author to whom correspondence should be addressed.
This paper is an expanded version of our paper published in Gámez Serna, C.; Lombard, A.; Ruichek, Y.; Abbas-Turki, A. Gps-based curve estimation for an adaptive pure pursuit algorithm. In Proceedings of the 15th Mexican International Conference on Artificial Intelligence, Cancún, Mexico, 23–29 October 2016.
These authors contributed equally to this work.
Sensors 2017, 17(6), 1383; https://doi.org/10.3390/s17061383
Submission received: 30 May 2017 / Revised: 8 June 2017 / Accepted: 8 June 2017 / Published: 14 June 2017
(This article belongs to the Special Issue Sensors for Transportation)

Abstract

:
A critical concern of autonomous vehicles is safety. Different approaches have tried to enhance driving safety to reduce the number of fatal crashes and severe injuries. As an example, Intelligent Speed Adaptation (ISA) systems warn the driver when the vehicle exceeds the recommended speed limit. However, these systems only take into account fixed speed limits without considering factors like road geometry. In this paper, we consider road curvature with speed limits to automatically adjust vehicle’s speed with the ideal one through our proposed Dynamic Speed Adaptation (DSA) method. Furthermore, ‘curve analysis extraction’ and ‘speed limits database creation’ are also part of our contribution. An algorithm that analyzes GPS information off-line identifies high curvature segments and estimates the speed for each curve. The speed limit database contains information about the different speed limit zones for each traveled path. Our DSA senses speed limits and curves of the road using GPS information and ensures smooth speed transitions between current and ideal speeds. Through experimental simulations with different control algorithms on real and simulated datasets, we prove that our method is able to significantly reduce lateral errors on sharp curves, to respect speed limits and consequently increase safety and comfort for the passenger.

1. Introduction

Autonomous vehicle navigation has been a challenging field of study where today the main goal is to provide safety. In order to accomplish that, vehicle control has to perform accurate path tracking; in other words, it should minimize the lateral distance between the vehicle’s position and the defined path.
In real driving scenarios, speeding is one of the main causes for traffic accidents [1], which has been considered for Advance Driver Assistance Systems (ADAS). The correlation between speeding and lateral errors is positive, and as a consequence, safety-related issues will depend on vehicle’s speed control.
Intelligent Speed Adaptation (ISA) systems have been proven in several studies [2,3,4,5] to reduce accidents by respecting speed limits. However, there are several other factors that need to be considered for precise speed control. One of the major ones involves road geometry.
Analyzing road structure will permit the identification of straight and curved segments ahead while driving, allowing the lateral control system to adjust the vehicle’s speed accordingly. Curve detection is of vital importance since the crash rate is at least 1.5-times higher than in tangent (straight) segments [6]. In addition, when a curve becomes sharper, the number of accidents increases [7,8]. Hence, different studies have focused on analyzing how processing road structure [9,10,11] may benefit control systems.
Using speed limit information, systems like ISA will inform the driver when exceeding speed limits. On the other hand, approaches considering curvature information [9,10] will emit warnings when approaching the curve too fast. In any case, control systems require precise knowledge of the vehicle’s global position. This location information is usually provided by Global Positioning Systems (GPS), but its main drawback is that it suffers from big positioning errors. These errors are caused by different factors like blockage, multipath, etc., specially in urban environments. In order to overcome these big errors, different solutions proposed the use of additional sensors such stereo vision, IMU, radar or LiDAR [11,12,13,14]. For example, vision-based solutions together with digital maps are capable of estimating the ego motion of the vehicle and correct the vehicle’s global position using a map-matching algorithm [13]. In [14], the use of cameras, an accurate digital map, GPS and inertial measurements improve the ego-localization of the vehicle using a variant of the Kalman filter [15]. The main limitation of vision approaches is visibility, since shadows, highlights, occlusions or weather conditions affect the accuracy of data analysis. Moreover, IMU sensors are able to estimate the current position of the vehicle. Fusing GPS and IMU with the typically Kalman filter [15] provides absolute position and orientation, even if GPS data are not available all of the time [16].
Road map databases (GIS maps) together with GPS data provide accurate road geometry and localization [6,17]. An approach to analyze road geometry identifying critical curves where accidents occur frequently was proposed in [6]. Wang et al. [17] calculated the road ahead of the vehicle through a flexible road model. Nevertheless, GIS information is not always available, and GPS is starting to be accessible or will be soon for the general public. For this reason, the choice of GPS data for tracking approaches is convenient. Our work is based on Real-Time Kinematics GPS (RTK-GPS), which has the highest absolute position accuracy (up to a few centimeters), to implement an automatic approach that goes beyond warnings for adjusting the vehicle speed depending on the upcoming road characteristics, e.g., curves or speed limit zones.
This paper proposes a Dynamic Speed Adaptation (DSA) method for control systems, which together with speed limits database creation and curve extraction, adjusts automatically the vehicle’s speed (see Figure 1). These two approaches, speed limits database creation and curve extraction, are performed off-line including the preprocessing step. Their output provides the main parameters to be analyzed by the speed negotiation algorithm of DSA in order to compute the ideal speed. The identification of sharp curves is performed using GPS positions to define segments that belong to a curve or a tangent line. This is in order to estimate the convenient driving speed for the detected high curvature segments. The speed limit database is created for the traveled paths identifying the positions where speed limits change. As the tracking performance is evaluated through lateral errors, our DSA is tested in simulations with different steering control algorithms. On the modeling level, our proposed work would:
  • preprocess the GPS path,
  • extract position information of sharp curves and speed limit zones,
  • compute the recommended speed for each sharp curve,
  • obtain the speed limits for the path,
  • analyze the current vehicle position in the traveled GPS path,
  • compute the triggered distance at which the vehicle needs to start decelerating to ensure smooth speed transitions,
  • adjust speed during triggered distance to respect sharp curved speed or speed limits,
  • control the vehicle’s speed automatically.
The rest of this paper is organized as follows. Section 2 presents a review of related works. Section 3 provides an overview of the steering control algorithms that we used to test our approach. Section 4 explains our DSA method. In Section 5, we discuss and analyze the results obtained with and without considering automatic speed adaptation in the different steering control algorithms. The last section presents conclusions and highlights the main contributions to continue with future work directions.

2. Literature Overview

As our DSA method estimates the speed based on either curvature information or speed limits, works related to these two problems are considered.

2.1. Intelligent Speed Adaptation Systems

Intelligent Speed Adaptation (ISA) systems have been proven to reduce the number of injuries and fatal accidents as shown in studies conducted in the UK [2,5], Sweden [18], Belgium [4], Denmark [19,20], Australia [21], France [3], as well as in a study made by the European Union with the project Road Safety Data, Collection, Transfer and Analysis (DaCoTA) [1].
Utilizing ISA systems not only helps to reduce tragic crashes or injuries, but also: (1) gives the control system more time to identify and respond to hazards (unexpected events) [22]; and (2) reduces the driver’s need to monitor the speedometer with external speed limit signs. For young drivers, it increases their safety since their inexperience of sharing their attention while driving and respecting the information of the ISA system could lead to accidents [21].
It is also known that in order to take advantage of fully-controlled ISA systems, the speed limit information and the positioning system must be accurate [20]. For this reason, speed limit databases up to date with possible variations (time of the day, weather conditions, type of vehicle) are necessary. An approach to develop and use a speed limit database in the ISA warning system was implemented as a mobile application software for Australian roads [23].
Even though Google Maps’ application provides speed limits, it does not contain information regarding temporal situations (i.e., weather conditions, timing, construction areas) since it is an exhaustive work to maintain an updated database worldwide. Our speed limit database is based on static speed limits defined by the traffic speed regulations in France [24].

2.2. Curve Speed Estimation

The analysis of traffic accidents on curves has been a major concern of vehicle safety for several years [8]. No matter the efforts made to highlight dangerous curves with traffic signs [25], drivers are still surprised with the speed they need to reach to have an appropriate control over the steering wheel.
Nowadays, in the era of autonomous navigation, various solutions have been proposed to try to overcome this problem. One of them focused on analyzing human behavior while driving in curves. Lehtonen et al. [26] examined how drivers anticipate their eyes look-ahead fixations on curves to provide visual guidance for steering. Zhang et al. [27] proposed a driver speed model for curved roads based on the recorded behavior of the driver.
Other works based their curve speed computation on the road shape estimation, either for implementing it in semi-autonomous or autonomous solutions. Related to road geometry analysis, identification of curved or straight segments has been performed either by analyzing vehicle’s ahead motion [28,29,30] or by measuring physically-related parameters like curve radius, length and angle [6,7] using GPS and GIS information. Once these curves are identified, their corresponding speeds are calculated considering road friction and super-elevation angles [9,11,31].
Curve speed warning systems correspond to semi-autonomous solutions, which consist of informing the driver, through sound or display, about the recommended speed [9,18,32,33], e.g., Varhelyi [18] proposed a system that goes beyond curves, considering also factors such as wet roads and visibility conditions (darkness) to compute the appropriate speed and inform the driver visually or audibly. Alternatively, the warning signal may come through some force applied to the throttle (accelerator) to prevent speeding. That is the case of Huth et al. [34], who proposed a curve warning system for motorcyclists through a force feedback throttle or a haptic glove.
Adaptive Cruise Control (ACC) systems, which are another type of semi-autonomous solution, have also considered curve speeds together with speed limits to adjust velocity respecting headway distance to the lead vehicle [10].
Concerning autonomous solutions, it is not a surprise that the automotive industry is trying to develop control systems that consider every possible situation to drive safely. Nevertheless, user acceptance is still a factor to overcome in order to bring autonomous vehicles to reality [18,21]. Through simulations, Park et al. [11] calculated curve speeds and applied them in a path-tracking algorithm.
Even though curve speed estimation has been considered in several works, only a few of them have been actually implemented and tested either in simulations or real environments [9,10,11]. Glaser et al. [9], as well as Park et al. [11] have computed the ideal speed for curves based on the analysis of geometric information, but no speed limits have been contemplated. On the other hand, Lee et al. [10] considered speed limits and curve speeds, but their implementation is made for an ACC, which is a semi-autonomous solution where the driver is able to take control of the vehicle and override appropriate speeds. Our work is targeted to be implemented as an autonomous solution for path-tracking algorithms.

3. Steering Control Algorithms for Path Tracking

Path tracking has been one of the main challenges for autonomous navigation for the last 30 years. Its functionality resides in computing the appropriate commands for the vehicle to track a reference trajectory as accurately as possible. One of these commands is the desired vehicle orientation ( θ ), which together with speed (v), will seek to achieve good performance.
This section provides a review of some steering control algorithms used in already tested autonomous vehicles. These methods will be evaluated in Section 5 through simulations in order to prove that their performance can be improved significantly with our proposed dynamic speed adaptation method.

3.1. Pure Pursuit

Geometric-based pure pursuit is one of the most basic and simple methods to compute steering wheel angle ( δ ) for a lateral controller. Its calculation relies on defining a goal point in a reference path according to a certain distance called the look-ahead distance ( l d ), to try to reach it at every time step t through a circular arc.
The pure pursuit control law is given as [35]:
δ ( t ) = arctan 2 L sin ( α ( t ) ) l d
where L is the distance between the front axle and rear axle (wheelbase) and α is the angle between the vehicle heading vector and the look-ahead vector.
This algorithm suffers mainly from cutting corners (neglects curvature information) if look-ahead distance is big and severe oscillations if it is defined as too small.

3.2. Stanley Method

The Stanley steering controller was developed by the Stanford Racing Team and implemented in their autonomous vehicle (Stanley) for the DARPA Grand Challenge. Their controller is based on a non-linear feedback function based on lateral errors [12] measured from the front wheel axle.
Four parameters are considered for the steering angle ( θ ) computation at each time step (t): lateral error ( ε ), vehicle speed (v), a gain value (k) and the angle difference ( ψ ) between the vehicle and the nearest path segment orientation. Its equation is given by:
θ ( t ) = ψ ( t ) + arctan k ε ( t ) v ( t )
This method is a simple basic approach that proved to be efficient in the DARPA race with an average lateral offset of ±74 cm.

3.3. Alice Method

The Caltech Team developed a control strategy for trajectory tracking based on a nonlinear control law [36]. The method was implemented in the Alice autonomous car, which took part in the DARPA Urban Challenge.
The vehicle was assumed to have Ackermann steering dynamics leading to the use of an approximation of the bicycle model. The steering wheel angle ( Φ ) is computed with the following formula at each time step t:
tan ( Φ ( t ) ) = cos ( e θ ( t ) ) e ( t ) ( l 1 + l 2 ) sin ( e θ ( t ) ) l 1 ( l 1 + l 2 ) cos ( e θ ( t ) ) + sin ( e θ ( t ) ) e ( t )
where e is the lateral rear axle error (cross-track error), e θ is the angle between the vehicle direction and the tangent of the projected vehicle position in the path (yaw error), l 1 is the vehicle wheelbase and l 2 is the distance to the target point.
The aim of this method is to reduce e and e θ , which is equivalent to measuring the lateral error from the vehicle center line. For our purposes, the results presented in Section 5 will show only the lateral error from the center of the car. This to provide a common comparison indicator when evaluating all of the considered steering wheel methods.

3.4. Lombard Method

Lombard et al. [37] proposed a steering controller based on the well-known pure pursuit algorithm. Their method was implemented in a Renault Scenic car and shown at the Intelligent Transportation System World Congress (2015).
The computation of the steering angle introduces a coefficient k, defined as 1 α S (see Equation (4)), with the aim to reduce the cutting corners effect without changing the target point distance or vehicle’s speed. In other words, this coefficient tries to attenuate the area surface (S) between the reference path and the arc drawn from pure pursuit. The steering angle parameter ( δ ) is defined as follows:
δ = arctan ( 1 α S ) E R
where E is the distance between the axles of the car, R is radius of the circle drawn to follow the target point and α is a coefficient set to 0.02.
Lombard’s method provides lateral errors smaller than 1 m when the speed is set to 36 km/h.

4. Dynamic Speed Adaptation

It is well known in the path-tracking literature that vehicle speed may increase or decrease lateral errors. In the ideal case, a good definition should lead the vehicle to track the trajectory accurately (with no errors) [38]. For this reason, most of the works have focused on defining a maximum speed (which is usually a small value [11,39]) to tune the best performance with their algorithms. Nevertheless, speed variations in different situations need to be considered to simulate human driving behavior. The objective of our proposed DSA method is to simulate this behavior.
Our DSA approach defines the speed to be applied (through a speed negotiation algorithm) by the lateral control system in order to travel a safe trajectory. First, GPS information is preprocessed in order to remove noise and reduce the number of points. Second, road speed limits together with their corresponding positions are detected in the traveled GPS path and saved in a database. Third, sharp curves are identified along with their positions, radius and length in order to compute their convenient speeds and send them to the speed negotiation algorithm (see Figure 2). A more detailed description is presented in the following sub-sections.

4.1. GPS Preprocessing

Real-Time Kinematic (RTK) refers to a technique able to correct positioning information (GPS) with centimeter-level accuracy. This correction is carried out by a base station that reduces or removes positioning errors [40] caused by environmental surroundings or weather conditions.
RTK-GPS was used during data collections in order to have reliable GPS paths. Nevertheless, due to different circumstances like the loss of connection between the base and receiver, noise appeared in the GPS data. This noise was removed manually in our datasets in order to have reliable learning routes. We identified the noisy points and interpolated their new positions based on the previous and following points.
Once GPS noisy points are removed, we computed the Euclidean distance between each pair of points to keep GPS positions at an approximately 3.5-m distance between each other; this with the aim to reduce the amount of data for further processing, i.e., road curvature estimation and speed limits extraction.

4.2. Speed Limit Database

Speed limits vary between countries, types of roads, areas, vehicles and inclusive timing [23]. They may also be affected by certain circumstances like construction or special events around a zone (i.e., fairs, carnivals, street markets, etc.). Even though it is important to consider all possible scenarios for the speed limit database, it is very hard to maintain updated zones where temporary situations occur.
Digital maps contain speed limit information, but most of them are not free. OpenStreetMaps [41], on the other hand, provide open data with fixed speed limits (without considering temporary data), but for our traveled paths, the information is not included.
We created our own speed limits database, based on the typical manual driving situations and considering the code regulations established by the French government [24]. In France, urban areas have speed limits of 50 km/h varying to 30 or even 20 km/h in agglomeration areas, residential areas or school zones [24].
According to the recorded RTK-GPS information, we:
  • Define start and end points.
  • Identify positions where speed limits change.
  • Compute the distance ( d l ) from the speed limit change point to the reference starting point in the path.
  • Save the distance ( d l ) for every speed limit change position identified together with its respective speed limit value ( v l ).
We identified positions where speed limits change from 50 km/h to 30 km/h and vice versa. By default, the speed limit at the starting point is set to 50 km/h if no other speed limit is identified. An illustration of the procedure is presented in Figure 3.
The creation of the speed limits database is performed off-line and only after GPS information is preprocessed. The description of the datasets and their speed limits identified is provided in Section 5.

4.3. Curve Speed Estimation

Driving through an unknown sharp curve is always risky if the speed is not adapted to control the vehicle. In real life, the driver should be able to maneuver the steering wheel and reduce speed simultaneously in order to stay in the lane and pass the curve with comfort and safety. The same principle should be applied for autonomous control systems (reduce speed before going through a curve).
In order to control the vehicle’s speed appropriately, curve identification needs to be performed for the traveled GPS path to proceed with the computation of convenient speeds for each curve. Li et al. [6] extracted and classified curves considering road data from Geographic Information Systems (GIS). GIS store different types of information providing very accurate road geometry, but this is not always available. In our work, curvature analysis is performed using GPS data following the technique in [6] with minor modifications and extending its curve estimation to identify sharp curves.
Curve analysis is a very important step for intelligent vehicle systems [42] since it will keep lateral errors as small as possible, and at the same time, it will reduce the number of crash accidents.

4.3.1. Sharp Curve Estimation

Sharp curves are defined as dangerous curves if their radii are small or central angles are big [6]. This type of curve deserves special attention due to the fact that they correspond to locations where the vehicle needs to decrease speed in order to take the curve as if a human were driving, keeping small lateral errors [31].
In order to identify sharp curves, we first localized all possible curves in the traveled GPS path based on Li et al.’s [6] work. Localizing curves means identifying their start and end points, which are also called points of tangency ( P T ) and points of curvature ( P C ), respectively. Once these points are identified, their curve characteristics can be computed: point of intersection ( P I ), curve length (L), radius (R) and central angle ( θ ). An illustration of all these characteristics is shown in Figure 4a.
Classifying points as being part of a curve or of a straight segment is the first step to be able to identify start and end points ( P T and P C ) in a curve. This procedure is performed by computing the bearing angle ( α ) between two consecutive segments formed with three points ( A , B , C ), as seen in Figure 4b, using Equation (5).
α = c o s 1 ( x B x A ) ( x C x B ) + ( y B y A ) ( y C y B ) ( x B x A ) 2 + ( y B y A ) 2 × ( x C x B ) 2 + ( y C y B ) 2 × 180 π
Once the bearing angle is computed, a threshold value is assigned to determine if the point B is considered as part of a curve or not. If the angle α is bigger than the defined threshold, the center point B is described as being part of a curve. Choosing the right threshold is a very important step, since curvature identification depends on this value. In this work, a threshold value of 1.25 was chosen as proposed in [6] after evaluating curvature identification with different values. It is worth mentioning that values smaller than 1.25 gave us false positives, as almost every point was considered as being part of a curve, and values bigger than 1.25 discarded long and smooth curves.
Based on Li et al.’s work [6], curves were classified as simple or compound. A compound curve is a curve formed with at least two consecutive curves separated by a certain distance between each other. In our datasets, this distance was set to 10.5 m, which is the approximation of considering three consecutive points in our preprocessed GPS path. An example of the two types of curves is illustrated in Figure 5.
After each curve is defined by its start and end points ( P T and P C ), its geometric information, consisting of its radius (R), length (L) and central angle ( θ ), is computed through Equations (6) to (8). In order to perform these computations, the center point of the curve (O) is identified following the work [6].
R = ( x P C x O ) 2 + ( y P C y O ) 2
C = ( x P T x P C ) 2 + ( y P T y P C ) 2
θ = 2 × s i n 1 C 2 R × 180 π
Curve length (L) was estimated by summing up the Euclidean distances between the segments that form the curve.
As we are interested in considering only dangerous curves, sharp curves were categorized if their angle ranges from 30 to 180 , or their radius is between 5 and 18 m according to the American Association of State Highway and Transportation Officials’ (AASHTO’s) “A Policy on Geometric Design of Highways and Streets” [43]. Figure 6 shows an example of the curve classification according to [6], and marked in red circles are the sharp curves identified with our method. In this work, only sharp curves are considered to adjust the speed in path-tracking simulations.

4.3.2. Speed Computation for Sharp Curves.

Curve speed estimation depends on centripetal and centrifugal forces. Centripetal force, which relies on the friction between tires and the roadway, is the one that makes the vehicle follow the curve, while centrifugal force tries to move the vehicle outwards from the curve. In order to compensate this last force, road curves are designed with an inclination known as a banked angle ( θ ) or super-elevation angle (e). In other words, ideal speed in curves will be computed depending on the curvature of the path (k), friction coefficient ( μ ) and super-elevation angle (e), as shown in Figure 7, where N is the normal force, f is the friction force, μ is the friction coefficient, m is the vehicle mass, g is the gravity and F n e t is the net force.
Through the normal force (N), friction force (f) and weight force ( m g ) vectors, the centripetal force is defined as:
F C = m v 2 r
where m represents vehicle mass, v vehicle speed and r the curve radius.
Summing up the vertical components, normal force can be described following Equation (10).
N cos θ = m g + f sin θ
N = m g cos θ μ sin θ
The net force is calculated through the horizontal components:
F n e t = N sin θ + N μ cos θ
Substituting the normal force in Equation (12),
F n e t = m g cos θ μ sin θ ( sin θ + μ cos θ ) = tan θ + μ 1 μ tan θ m g
Since the friction coefficient ( μ ) usually varies from 0.1 to 0.16 [11], the value in the denominator tends to be around one, so it can be discarded. Now, the net force can be defined as the centripetal force ( F n e t = F c e n t r i p e t a l ), obtaining the following equation:
( tan θ + μ ) g = v 2 r
Using super-elevation e = tan θ and curvature information r = 1 k , we substitute both terms into Equation (14). The ideal speed will be given by Equation (15), which is exactly the same definition as in [11].
v = ( e + μ ) g k
Following this equation, convenient speeds for each sharp curve ( v c ) were estimated considering a super-elevation value between 6% and 12%, which, according to the American Association of State Highway and Transportation Officials (AASHTO) [43], is the value defined for rural and urban roads. k is the curvature information computed as the reciprocal of the radius, k = 1 r .
Finally, given a sharp curve detected in the traveled GPS path, we computed the distance ( d c ) from the reference start point of the path to each curve starting point ( P T ) as shown in Figure 8. This distance together with its respective curve lengths ( l c ) and the convenient speed ( v c ) are the parameters passed to the speed negotiation algorithm, detailed in the next subsection.

4.4. Speed Negotiation Algorithm

In typical manual driving situations, drivers notice the upcoming speed limit sign or curve and slow down or accelerate (depending on the current driving speed) to handle the road properly. Automating this procedure in ground vehicles requires knowledge ahead to adjust the vehicle’s speed before entering a sharp curve or arriving at a new speed limit zone. Our work covered this knowledge extraction in Section 4.2 and Section 4.3.
The speed negotiation algorithm tries to simulate human driving behavior based on the knowledge extracted from curves and speed limits to decide the ideal speed ( v i d e a l ) at which the vehicle should be traveling. This negotiation depends mainly on the actual vehicle position in the GPS path, and the analysis of the input parameters coming from curve and speed limits as shown in Figure 2.
Initially, the lateral control system computes the lateral error ( ε ) and the current vehicle traveled distance ( d c u r r e n t ) in the path (see Figure 9). This computation is estimated by projecting the current vehicle position on the reference path through spline interpolation to match the GPS points.
Once the projected vehicle position is known, the speed negotiation algorithm analyses which type of road segment (curve or speed limits) is closer to the current vehicle position and computes a trigger distance. This trigger distance ( d t r i g ) has the objective to take into account a smooth deceleration behavior to reach the ideal speed with comfort. It is calculated with the following equation:
d t r i g = v t a r g e t 2 v c u r r e n t 2 2 a
where:
  • v t a r g e t is either the speed limit ( v l ) or curve speed ( v c ),
  • v c u r r e n t is the current vehicle’s speed and
  • a is the deceleration value to be applied.
An appropriate deceleration value is considered according to a study made by Maurya et al. [44], which compares several deceleration behaviors at different speeds in various vehicle types. In our case, we set a maximum acceleration ( a m a x ) and deceleration ( a n e g ) of 2 m/ s 2 to provide a comfortable transition between speeds and avoid longitudinal jerks.
If sharp curved positions overlap with zones where a speed limit is lower than 50 km/h, our algorithm gives priority to the lower speed, which is usually the curve speed.
Considering all aspects discussed above, the speed negotiation algorithm works as follows:
At each time step, an ideal speed ( v i d e a l ) results from the speed negotiation algorithm. This speed is used by the lateral control system to calculate an appropriate angle ( θ ) to be applied by the vehicle steering wheel. During every control cycle, the lateral control system sends to the vehicle speed and angle parameters to provide a smooth tracking performance.
The goal of reducing the speed before arriving at a curve or a speed limit zone will provide the passenger comfort, avoiding abrupt rapid decelerations. At the same time, respecting the ideal speed definition will increase safety and provide more time in case hazardous situations occur. As a result, lateral errors will decrease, which is the aim of path-tracking algorithms (shown in Algorithm 1).
Algorithm 1: Speed negotiation pseudo-algorithm.
Sensors 17 01383 i001

5. Results

In this section, we perform simulations with different lateral control algorithms on a simulated path and real datasets. This is with the aim to show how tracking accuracy is improved if correct speed definitions are taken into account for each segment in the traveled path. Consequently, a sense of comfort and safety will be provided to the passenger, reducing traffic accidents and severe injuries [1].
Three paths (one created and two real) were considered for the simulations. Each path has different length, curve characteristics and speed limits. The real datasets (traveled paths) were acquired by Qiao et al. [45] with the experimental platform shown in Figure 10 in Belfort, France. The data of the paths are based only on GPS information captured by GPS and RTK-GPS receivers. The simulated path was created with the aim to compare how noise affects the tracking performance of lateral control algorithms.
A visual representation of the considered paths can be seen in Figure 11. They are briefly presented below.
  • Simulated path: This path is composed of 210 continuous points in a figure eight shape form. Its total distance is about 374 m with four sharp curves identified. Since it is a virtual path, we set the speed limit for the entire track to 50 km/h, as this is the default speed limit in urban areas in France [24].
  • UTBM-2 dataset: The traveled path contains 541 points after the preprocessing step performed as described in Section 4.1. The distance of this track is about 2.2 km with detected speed limits of 30 km/h in school zones. Six sharp curves were identified with different geometric characteristics.
  • UTBM-3 dataset: This path is the longest one with a distance of about 4.5 km. It is represented by 1136 points after the preprocessing step. The number of sharp curves (dangerous curves) detected was 17. The speed limits for this path are 30 km/h in residential areas and 50 km/h otherwise.
Different path tracking simulations were performed through the tool developed by Lombard et al. [37]. These simulations include the analysis of different lateral control algorithms with and without considering the ideal speeds obtained by our DSA method.
In order to compare the performance of our proposed DSA method between the different steering control algorithms, (1) Pure Pursuit (PP), (2) Stanley, (3) Alice and (4) Lombard, we compute the root mean square error ( e r m s ) per each dataset for each of the four algorithms as follows:
e r m s = ( p d ( t ) p c ( t ) ) 2 m
where p d and p c represent the desired and current vehicle position, respectively. The difference between p d and p c is the lateral error, while m is the total number of sampling results every 400 ms (latency of the system). Then, the average error on the total number of datasets per each method is calculated as:
e r m s ¯ = 1 N e r m s
where N is the number of datasets per algorithm to be evaluated. In the case of curve evaluation, N equals three (two real and one simulated datasets), while for speed limits, N equals two (the two real datasets).
In France, the speed limit in urban areas is defined as 50 km/h [24], which is the maximum speed assigned in the simulations. Other than that, in our datasets, speed limit zones of 30 km/h were identified and considered to adjust vehicle’ speed. Regarding curve speeds, they vary from 14 to 36 km/h depending on the sharpness detected for each curve.
We analyzed lateral errors produced when speed limits change from 50 to 30 km/h in the UTBM-2 and UTBM-3 datasets (see Table 1). In other words, we analyzed lateral errors in segments of 30 km/h (green zones as seen in Figure 11) and compare the results for each lateral control method. The speed limit zone of 30 km/h in UTBM-2 is a straight segment, and even if lateral errors in all methods are similar (15 to 20 cm error), the performance of all methods is improved considering our DSA method (see Figure 12a). Lateral errors in the UTBM-3 dataset vary more due to its road geometry; therefore, improvements with our DSA method are more noticeable, as shown in Figure 12b.
On average, the evaluation of speed limits in segments of 30 km/h improved all of the methods with our DSA, but not more than 5 cm, as seen in Figure 13. It is worth mentioning that the literature has proven that respecting speed limits increases safety [2,3,4,19]. Autonomous vehicles capable of adjusting automatically speed limits will be preferred, since, in real scenarios, drivers go beyond the authorized speeds, being prone to cause accidents.
Now, we will focus our analysis on the most dangerous segments, which are the sharp curves. Table 2, Table 3 and Table 4 show lateral error results obtained by the different steering control algorithms in the detected curves for each path.
We will start comparing the simulations performed between paths that contain or not noisy information. Regarding tracking error results obtained in the simulated path (Table 2), we can see that most of the lateral errors are the smallest (except for the Alice method) compared to errors obtained in real datasets (Table 3 and Table 4). A visual representation of this comparison can be seen in Figure 14a. We can confirm that noise is an important factor for tracking algorithms, and it deserves special attention to reduce it before controlling autonomous cars. In the literature, the authors have combined different information to deal with noise, e.g., taking into account the dynamics of the car (position, orientation, speed) [20].
The improvements of each method, with and without considering speed regulations in curves, range from 22% to 88% depending on the path. For example, in the simulated path (see Figure 14b), tracking error is reduced by 19 cm in the Alice method (22% improvement). In UTBM-2, the method with the largest root mean square error is pure pursuit (1.2 m), reduced by 72 cm with our DSA (see Figure 14c). A visual representation of lateral errors on the UTBM-2 dataset with Pure Pursuit method is shown in Figure 15, which illustrates how our DSA method is able to reduce errors significantly in sharp curves. At the same time, it is clearly noticeable that the biggest lateral errors are present in sharp curves confirming the need to adapt vehicle’ speed. Furthermore, in the UTBM-3 dataset (see Figure 14d), tracking error is reduced by about 45 cm in the pure pursuit method, while for the Lombard method, it is 69 cm (88% improvement).
In general, the performance of our DSA method in sharp curves showed significant (at least 10-cm error) improvements for most of the methods (see Figure 16), except for the Stanley method (improvement of around 5 cm). The reason behind this behavior is the definition of its goal point. Since the Stanley method is based on Pure Pursuit (PP) and the goal point is defined with a short distance, it does not suffer greatly from the “cutting corners” effect.
As tracking errors for speed limits decrease, but not significantly (1 cm for Stanley, 5 cm for Alice and 3 cm for pure pursuit and Lombard), we will base our final conclusion on the results obtained in sharp curves. Tracking errors with our DSA method improved three methods significantly, Pure Pursuit (PP), Alice and Lombard. Even though the improvements for the Stanley method are not considered significant, there is an improvement of about 5 cm when speed adaptation is used. The two methods that benefit the most with DSA are pure pursuit and Lombard (as seen in Figure 16) with about a 50- and a 47-cm difference respectively for sharp curves. For the Alice method, the difference is about 30 cm, which is also a very good improvement. These results prove that, having the adapted speeds to pass through sharp curves certainly leads to provide the passenger confidence and safety for taking a ride in an autonomous vehicle.
One of the main limitations for our proposed method resides in GPS noise. Nevertheless, this limitation can be treated combining more information, for example vehicle dynamics [20], to analyze position, orientation and speed. Inaccurate curvature geometry extraction is another limitation when noisy GPS information is present. Nonetheless, this last problem can be overcome extracting curve parameters from digital maps.

6. Conclusions

We have proposed a real-time Dynamic Speed Adaptation (DSA) method based on the analysis of speed limits and curvature information. A speed limit database of the traveled paths was created and considered as input for our DSA. Curvature information extraction allowed DSA to identify sharp curves and to compute the recommended speed for each one. The speed limit database and curve geometric information are extracted off-line from GPS paths in order to provide knowledge ahead of the road while traveling in it.
The tracking performance using our approach showed significant reduction of lateral errors. This improvement may potentially prevent accidents and reduce severe injuries in real driving scenarios, which is exactly the aim of any autonomous vehicle.
The main advantage of our proposed DSA method is its adaptability, since it can be implemented in the vehicle lateral control system independently of the steering wheel angle computation. Besides, it enables the car to drive with recommended speeds through straight and curved segments respecting traffic regulations. Furthermore, it is smart enough to localize upcoming sharp curves and apply a comfortable deceleration value before arriving at them, reaching their ideal speeds to traverse them.
Future works will include the collection and analysis of vehicle dynamics in order to deal with GPS noise. This information will correct noisy points in the path by comparing the vehicle’ speed and orientation with the GPS data.
Furthermore, we will incorporate the information of a stereo system in order to bring perception capabilities to the autonomous vehicle. The information of this sensor together with a semantic segmentation approach will allow us to: (1) detect the road if GPS is not available; (2) identify speed limit traffic signs in case no speed limit database is accessible; (3) recognize lane markings on the road to guide the algorithm for road boundary detection and shape estimation; and (4) prevent the vehicle from turning if the lane where it is driving has some curved arrows painted. Detecting and recognizing lane markings on the road are a potential source of information for the autonomous car, since they provide very useful knowledge to learn driving behaviors.

Acknowledgments

This research was supported by the National Council of Science and Technology (CONACYT). Special thanks to Alexandre Lombard and Abdeljalil Abbas-Turki for providing us the code of the control system simulator.

Author Contributions

Citlalli Gámez Serna conceived of the work, realized the algorithms, performed the experiments, analyzed the data and wrote the manuscript. Yassine Ruichek provided many suggestions for the work and made great efforts with respect to the paper revision.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Vehicle Safety, Deliverable 4.8 u of the EC FP7 Project DaCoTA. 2012. Available online: http://www.dacota-project.eu/ (accessed on 14 March 2017).
  2. Carsten, O.M.; Tate, F. Intelligent speed adaptation: Accident savings and cost–benefit analysis. Accid. Anal. Prev. 2005, 37, 407–416. [Google Scholar] [CrossRef] [PubMed]
  3. Driscoll, R.; Page, Y.; Lassarre, S.; Ehrlich, J. LAVIA–an evaluation of the potential safety benefits of the French intelligent speed adaptation project. Annu. Proc. Assoc. Adv. Automot. Med. 2007, 51, 485–505. [Google Scholar] [PubMed]
  4. Vlassenroot, S.; Broekx, S.; De Mol, J.; Panis, L.I.; Brijs, T.; Wets, G. Driving with intelligent speed adaptation: Final results of the Belgian ISA-trial. Trans. Res. Part A Policy Pract. 2007, 41, 267–279. [Google Scholar] [CrossRef]
  5. Lai, F.; Carsten, O.; Tate, F. How much benefit does Intelligent Speed Adaptation deliver: An analysis of its potential contribution to safety and environment. Accid. Anal. Prev. 2012, 48, 63–72. [Google Scholar] [CrossRef] [PubMed]
  6. Li, Z.; Chitturi, M.; Bill, A.; Noyce, D. Automated identification and extraction of horizontal curve information from geographic information system roadway maps. Transp. Res. Rec. J. Transp. Res. Board 2012, 2291, 80–92. [Google Scholar] [CrossRef]
  7. Hans, Z.; Souleyrette, R.; Bogenreif, C. Horizontal Curve Identification and Evaluation; Technical Report; Iowa State University: Ames, IA, USA, 2012. [Google Scholar]
  8. Neuman, T.R.; Glennon, J.C.; Saag, J.B. Accident Analyses for Highway Curves; Number 923; National Academy of Sciences: Washington, DC, USA, 1983. [Google Scholar]
  9. Glaser, S.; Nouveliere, L.; Lusetti, B. Speed limitation based on an advanced curve warning system. Pronceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, 13–15 June 2007; pp. 686–691. [Google Scholar]
  10. Lee, J.W.; Prabhuswamy, S. A Unified Framework of Adaptive Cruise Control for Speed Limit Follower and Curve Speed Control Function; Technical Report; SAE Technical Paper: Detroit, MI, USA, 2013. [Google Scholar]
  11. Park, M.; Lee, S.; Han, W. Development of steering control system for autonomous vehicle using geometry-based path tracking algorithm. ETRI J. 2015, 37, 617–625. [Google Scholar] [CrossRef]
  12. Thrun, S.; Montemerlo, M.; Dahlkamp, H.; Stavens, D.; Aron, A.; Diebel, J.; Fong, P.; Gale, J.; Halpenny, M.; Hoffmann, G.; et al. Stanley: The robot that won the DARPA Grand Challenge. J. Field Robot. 2006, 23, 661–692. [Google Scholar] [CrossRef]
  13. Alonso, I.P.; Llorca, D.F.; Gavilán, M.; Pardo, S.Á.; García-Garrido, M.Á.; Vlacic, L.; Sotelo, M.Á. Accurate global localization using visual odometry and digital maps on urban environments. IEEE Trans. Intell. Transp. Syst. 2012, 13, 1535–1545. [Google Scholar] [CrossRef]
  14. Gruyer, D.; Belaroussi, R.; Revilloud, M. Map-aided localization with lateral perception. In Proceedings of the 2014 IEEE Intelligent Vehicles Symposium, Ypsilanti, MI, USA, 8–11 June 2014; pp. 674–680. [Google Scholar]
  15. Welch, G.; Bishop, G. An Introduction to the Kalman Filter; University of North Carolina at Chapel Hill: Chapel Hill, NC, USA, 1995. [Google Scholar]
  16. Wang, S.; Deng, Z.; Yin, G. An Accurate GPS-IMU/DR Data Fusion Method for Driverless Car Based on a Set of Predictive Models and Grid Constraints. Sensors 2016, 16, 280. [Google Scholar] [CrossRef] [PubMed]
  17. Wang, C.; Hu, Z.; Uchimura, K. Precise curvature estimation by cooperating with digital road map. In Proceedings of the 2008 IEEE Intelligent Vehicles Symposium, Eindhoven, The Netherlands, 4–6 June 2008; pp. 859–864. [Google Scholar]
  18. Varhelyi, A. Dynamic speed adaptation in adverse conditions: A system proposal. IATSS Res. 2002, 26, 52–59. [Google Scholar] [CrossRef]
  19. Agerholm, N.; Waagepetersen, R.; Tradisauskas, N.; Harms, L.; Lahrmann, H. Preliminary results from the Danish intelligent speed adaptation project pay as you speed. IET Intell. Transp. Syst. 2008, 2, 143–153. [Google Scholar] [CrossRef]
  20. Tradišauskas, N.; Juhl, J.; Lahrmann, H.; Jensen, C.S. Map matching for intelligent speed adaptation. IET Intell. Transp. Syst. 2009, 3, 57–66. [Google Scholar] [CrossRef]
  21. Young, K.L.; Regan, M.A.; Triggs, T.J.; Jontof-Hutter, K.; Newstead, S. Intelligent speed adaptation—Effects and acceptance by young inexperienced drivers. Accid. Anal. Prev. 2010, 42, 935–943. [Google Scholar] [CrossRef] [PubMed]
  22. Walker, G.H.; Stanton, N.A.; Young, M.S. The ironies of vehicle feedback in car design. Ergonomics 2006, 49, 161–179. [Google Scholar] [CrossRef] [PubMed]
  23. Spichkova, M.; Simic, M.; Schmidt, H.; Cheng, J.; Dong, X.; Gui, Y.; Liang, Y.; Ling, P.; Yin, Z. Formal models for intelligent speed validation and adaptation. Procedia Comput. Sci. 2016, 96, 1609–1618. [Google Scholar] [CrossRef]
  24. French Government, Code de la Route. Article R413-1, R413-2, R413-3, R413-4. 2001. Available online: https://www.legifrance.gouv.fr (accessed on 04 April 2017).
  25. Cleret, J.; Chauvin, P.; Bernard, G.; Dupre, G.; Floris, O. Méthode de sélection des virages à signaler et niveau de signalisation à implanter. In Guide Pratique, Conseil Général de la Seine-Maritime; DocPlayer.fr: Normandie, France, 2001. (In French) [Google Scholar]
  26. Lehtonen, E.; Lappi, O.; Koirikivi, I.; Summala, H. Effect of driving experience on anticipatory look-ahead fixations in real curve driving. Accid. Anal. Prev. 2014, 70, 195–208. [Google Scholar] [CrossRef] [PubMed]
  27. Zhang, D.; Xiao, Q.; Wang, J.; Li, K. Driver curve speed model and its application to ACC speed control in curved roads. Int. J. Automot. Technol. 2013, 14, 241–247. [Google Scholar] [CrossRef]
  28. Eidehall, A.; Pohl, J.; Gustafsson, F. Joint road geometry estimation and vehicle tracking. Control Eng. Pract. 2007, 15, 1484–1494. [Google Scholar] [CrossRef]
  29. Lundquist, C.; Schon, T.B. Road geometry estimation and vehicle tracking using a single track model. In Proceedings of the 2008 IEEE Intelligent Vehicles Symposium, Eindhoven, The Netherlands, 4–6 June 2008; pp. 144–149. [Google Scholar]
  30. Lundquist, C.; Schön, T.B. Joint ego-motion and road geometry estimation. Inf. Fusion 2011, 12, 253–263. [Google Scholar] [CrossRef]
  31. Gámez Serna, C.; Lombard, A.; Ruichek, Y.; Abbas-Turki, A. Gps-Based Curve Estimation for an Adaptive Pure Pursuit Algorithm. In Proceedings of the Mexican International Conference on Artificial Intelligence, Cancún, Mexico, 23–29 October 2016; Springer: Berlin, Germany, 2016. [Google Scholar]
  32. Bonneson, J.; Pratt, M.; Miles, J. Evaluation of Alternative Procedures for Setting Curve Advisory Speed. Transp. Res. Record J. Transp. Res. Board 2009, 2122, 9–16. [Google Scholar] [CrossRef]
  33. Chowdhury, M.A.; Warren, D.L.; Bissell, H.; Taori, S. Are the criteria for setting advisory speeds on curves still relevant? Inst. Transp. Eng. ITE J. 1998, 68, 32. [Google Scholar]
  34. Huth, V.; Biral, F.; Martín, Ó.; Lot, R. Comparison of two warning concepts of an intelligent Curve Warning system for motorcyclists in a simulator study. Accid. Anal. Prev. 2012, 44, 118–125. [Google Scholar] [CrossRef] [PubMed]
  35. Snider, J.M. Automatic Steering Methods for Autonomous Automobile Path Tracking; Technical Report CMU-RITR-09-08; Robotics Institute Carnegie Mellon University: Pittsburgh, PA, USA, 2009. [Google Scholar]
  36. Linderoth, M.; Soltesz, K.; Murray, R.M. Nonlinear lateral control strategy for nonholonomic vehicles. In Proceedings of the 2008 American Control Conference, Seattle, WA, USA, 11–13 June 2008; pp. 3219–3224. [Google Scholar]
  37. Lombard, A.; Hao, X.; Abbas-Turki, A.; El Moudni, A.; Galland, S.; Yasar, A.-U.-H. Lateral Control of an Unmaned Car Using GNSS Positionning in the Context of Connected Vehicles. Procedia Comput. Sci. 2016, 98, 148–155. [Google Scholar] [CrossRef]
  38. Szepe, T.; Assal, S.F. Pure Pursuit Trajectory Tracking Approach: Comparison and Experimental Validation. Int. J. Robot. Autom. 2012, 27, 355. [Google Scholar] [CrossRef]
  39. Liu, R.; Duan, J. A path tracking algorithm of intelligent vehicle by preview strategy. In Proceedings of the 2013 32nd Chinese Control Conference (CCC), Xi’an, China, 26–28 July 2013; pp. 5630–5635. [Google Scholar]
  40. Takasu, T.; Yasuda, A. Evaluation of RTK-GPS performance with low-cost single-frequency GPS receivers. In Proceedings of the 2008 International Symposium on GPS/GNSS, Tokyo, Japan, 11–14 November 2008; pp. 852–861. [Google Scholar]
  41. Haklay, M.; Weber, P. OpenStreetMap: User-generated street maps. IEEE Pervasive Comput. 2008, 7, 12–18. [Google Scholar] [CrossRef]
  42. Kannan, S.; Thangavelu, A.; Kalivaradhan, R. An intelligent driver assistance system (i-das) for vehicle safety modelling using ontology approach. Int. J. Ubicomp 2010, 1, 15–29. [Google Scholar] [CrossRef]
  43. AASHTO (American Association of State Highway and Transportation Officials). A Policy on Geometric Design of Highways and Streets, 5th ed.; American Association of State Highway and Transportation Officials: Washington, DC, USA, 2004. [Google Scholar]
  44. Maurya, A.K.; Bokare, P.S. Study of deceleration behaviour of different vehicle types. Int. J. Traffic Transp. Eng. 2012, 2, 253–270. [Google Scholar] [CrossRef]
  45. Qiao, Y.; Cappelle, C.; Ruichek, Y. Place recognition based visual localization using LBP feature and SVM. In Proceedings of the 14th Mexican International Conference on Artificial Intelligence, Cuernavaca, Mexico, 25–31 October 2015; Springer: Berlin, Germany, 2015; pp. 393–404. [Google Scholar]
Figure 1. Overall workflow of the vehicle path tracking system. The blue dotted bounding box highlights our contributions.
Figure 1. Overall workflow of the vehicle path tracking system. The blue dotted bounding box highlights our contributions.
Sensors 17 01383 g001
Figure 2. Overall data-flow of the dynamic speed adaptation module.
Figure 2. Overall data-flow of the dynamic speed adaptation module.
Sensors 17 01383 g002
Figure 3. Speed limit driving scenario.
Figure 3. Speed limit driving scenario.
Sensors 17 01383 g003
Figure 4. Curve parameters representation.
Figure 4. Curve parameters representation.
Sensors 17 01383 g004
Figure 5. Curve classification.
Figure 5. Curve classification.
Sensors 17 01383 g005
Figure 6. Curve classification of UTBM-2 dataset (see Section 5 for reference). Sharp curves are marked with red circles.
Figure 6. Curve classification of UTBM-2 dataset (see Section 5 for reference). Sharp curves are marked with red circles.
Sensors 17 01383 g006
Figure 7. Centripetal force diagram.
Figure 7. Centripetal force diagram.
Sensors 17 01383 g007
Figure 8. Curve driving scenario.
Figure 8. Curve driving scenario.
Sensors 17 01383 g008
Figure 9. Curve driving scenario projecting vehicle position in the reference path.
Figure 9. Curve driving scenario projecting vehicle position in the reference path.
Sensors 17 01383 g009
Figure 10. Equipped experimental platform.
Figure 10. Equipped experimental platform.
Sensors 17 01383 g010
Figure 11. Datasets with sharp curves and speed limits marked. The normal black line represents a speed limit of 50 km/h, the green line a speed limit of 30 km/h and the sharp curves in red.
Figure 11. Datasets with sharp curves and speed limits marked. The normal black line represents a speed limit of 50 km/h, the green line a speed limit of 30 km/h and the sharp curves in red.
Sensors 17 01383 g011
Figure 12. Root mean square error ( e r m s ) comparison of lateral errors obtained in 30 km/h speed limit segments.
Figure 12. Root mean square error ( e r m s ) comparison of lateral errors obtained in 30 km/h speed limit segments.
Sensors 17 01383 g012
Figure 13. Average root mean square error ( e r m s ¯ ) of lateral error comparison between methods for 30 km/h speed limit segments.
Figure 13. Average root mean square error ( e r m s ¯ ) of lateral error comparison between methods for 30 km/h speed limit segments.
Sensors 17 01383 g013
Figure 14. Root mean square error ( e r m s ) comparison of lateral errors obtained in sharp curves for each dataset.
Figure 14. Root mean square error ( e r m s ) comparison of lateral errors obtained in sharp curves for each dataset.
Sensors 17 01383 g014
Figure 15. Speed (top graph) and lateral error (bottom graph) comparison in the UTBM-2 dataset using the PP method with and without DSA.
Figure 15. Speed (top graph) and lateral error (bottom graph) comparison in the UTBM-2 dataset using the PP method with and without DSA.
Sensors 17 01383 g015
Figure 16. Average root mean square error ( e r m s ¯ ) of the lateral error comparison between methods for sharp curves.
Figure 16. Average root mean square error ( e r m s ¯ ) of the lateral error comparison between methods for sharp curves.
Sensors 17 01383 g016
Table 1. Error comparison in zones of 30 km/h with different lateral control methods. Results are expressed in meters. DSA, Dynamic Speed Adaptation; PP, Pure Pursuit.
Table 1. Error comparison in zones of 30 km/h with different lateral control methods. Results are expressed in meters. DSA, Dynamic Speed Adaptation; PP, Pure Pursuit.
DatasetStanleyStanley DSAAliceAlice DSAPPPP DSALombardLombard DSA
UTBM-20.01820.01580.04520.04160.10050.05540.08450.0550
UTBM-30.02100.01120.28400.19340.33460.28230.33740.2817
Average0.01960.01350.16460.11750.21750.16880.21090.1683
Table 2. Error comparison in sharp curves of different Lateral Control methods for the simulated path. Results are expressed in meters.
Table 2. Error comparison in sharp curves of different Lateral Control methods for the simulated path. Results are expressed in meters.
CurveStanleyStanley DSAAliceAlice DSAPPPP DSALombardLombard DSA
10.05990.03880.76370.62490.19350.22570.18540.0613
20.07620.03020.82860.61280.79720.06030.17520.04807
30.10290.05081.21950.93230.43510.22390.22230.09659
40.04930.03150.57570.47260.21070.12040.15310.04335
Average0.07210.03780.84690.66070.40910.15760.18400.06233
Table 3. Error comparison in sharp curves of different lateral control methods for the UTBM-2 dataset. Results are expressed in meters.
Table 3. Error comparison in sharp curves of different lateral control methods for the UTBM-2 dataset. Results are expressed in meters.
CurveStanleyStanley DSAAliceAlice DSAPPPP DSALombardLombard DSA
10.07220.02880.57470.33080.86570.24510.42310.0552
20.07430.02450.65720.49450.71350.23720.50500.0589
30.25860.17971.21320.78151.58470.69400.90280.1292
40.05740.02650.57240.25910.55280.23960.26160.0382
50.12140.04491.04850.56501.09090.36270.53470.0751
60.10010.04410.91090.45281.43460.70750.75630.0687
Average0.1140.05810.82950.48071.04040.41430.56390.0709
Table 4. Error comparison in sharp curves of different lateral control methods for the UTBM-3 dataset. Results are expressed in meters.
Table 4. Error comparison in sharp curves of different lateral control methods for the UTBM-3 dataset. Results are expressed in meters.
CurveStanleyStanley DSAAliceAlice DSAPPPP DSALombardLombard DSA
10.07630.03280.69840.35890.50120.20070.48400.0574
20.09100.03110.77110.43420.59340.11410.59590.0530
30.05450.02580.34090.26190.44620.14090.44980.0337
40.04210.01960.34090.19120.40560.09750.38570.0218
50.08930.02960.74010.44220.61620.09480.62250.0519
60.45700.42091.44651.07171.39361.38651.40990.2663
70.16970.10541.05960.62940.85540.5650.87690.0835
80.17810.07051.10310.72690.96030.30070.96400.0818
90.07180.02970.37650.33311.19180.38021.20840.0523
100.07530.02780.56340.36941.03660.15661.04260.0488
110.03440.01830.24410.16710.57540.40240.58250.0240
120.04720.02470.43760.21230.20390.12480.20530.0306
130.02090.01930.21670.08850.11040.13120.11010.0145
140.15730.06690.93940.62680.98730.14310.99730.0613
150.10270.03890.90340.46980.55580.22500.55890.0651
160.11710.04240.79640.44650.97380.34900.87100.0706
170.15050.06150.55310.65940.9340.25740.82120.0813
Average0.11380.06270.67830.44050.72590.29820.71680.0646

Share and Cite

MDPI and ACS Style

Gámez Serna, C.; Ruichek, Y. Dynamic Speed Adaptation for Path Tracking Based on Curvature Information and Speed Limits. Sensors 2017, 17, 1383. https://doi.org/10.3390/s17061383

AMA Style

Gámez Serna C, Ruichek Y. Dynamic Speed Adaptation for Path Tracking Based on Curvature Information and Speed Limits. Sensors. 2017; 17(6):1383. https://doi.org/10.3390/s17061383

Chicago/Turabian Style

Gámez Serna, Citlalli, and Yassine Ruichek. 2017. "Dynamic Speed Adaptation for Path Tracking Based on Curvature Information and Speed Limits" Sensors 17, no. 6: 1383. https://doi.org/10.3390/s17061383

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop