Open access peer-reviewed chapter

Application of Sampling-Based Motion Planning Algorithms in Autonomous Vehicle Navigation

Written By

Weria Khaksar, Khairul Salleh Mohamed Sahari and Tang Sai Hong

Submitted: 11 March 2016 Reviewed: 27 June 2016 Published: 07 September 2016

DOI: 10.5772/64730

From the Edited Volume

Autonomous Vehicle

Edited by Andrzej Zak

Chapter metrics overview

2,627 Chapter Downloads

View Full Metrics

Abstract

With the development of the autonomous driving technology, the autonomous vehicle has become one of the key issues for supporting our daily life and economical activities. One of the challenging research areas in autonomous vehicle is the development of an intelligent motion planner, which is able to guide the vehicle in dynamic changing environments. In this chapter, a novel sampling-based navigation architecture is introduced, which employs the optimal properties of RRT* planner and the low running time property of low-dispersion sampling-based algorithms. Furthermore, a novel segmentation method is proposed, which divides the sampling domain into valid and tabu segments. The resulted navigation architecture is able to guide the autonomous vehicle in complex situations such as takeover or crowded environments. The performance of the proposed method is tested through simulation in different scenarios and also by comparing the performances of RRT and RRT* algorithms. The proposed method provides near-optimal solutions with smaller trees and in lower running time.

Keywords

  • autonomous vehicle
  • motion planning
  • sampling-based planning
  • optimality
  • low runtime

1. Introduction

As information technology and artificial intelligence develop rapidly, it is becoming possible to use computers to assist daily driving, even to make the driving process entirely autonomous. Due to the recent research advances in robotics and intelligent transportation systems, autonomous vehicles have attracted dramatic attentions in the past decades [1].

An important milestone has been reached in the field of autonomous driving on the urban road, which can be seen in DARPA Urban Challenge (DUC) [2]. As an important achievement in the progress of autonomous vehicle, the suggested vehicle navigation systems in DUC have been well accepted as the instruction for the design process of autonomous vehicle systems [3, 4]. The majority of the available architectures for autonomous vehicle focused on autonomous driving in structured roads and unstructured parking environments, and thus the performance of these proposals for more complicated driving scenarios is not clear, and despite interesting solutions for this problem in the literature, it is still a basic challenge to design an efficient motion planner for navigation in dynamic and cluttered environments where high number of obstacles, extensive effects of failure and safety considerations make it even more challenging [1].

One of the challenging research areas in autonomous vehicle is the development of an intelligent motion planner that is able to guide the vehicle in dynamic changing environments. Motion planning is an essential and fundamental part of autonomous vehicle [5], which can find solutions for the problem of finding a set of control values or feasible motion states for the vehicle to manoeuvre among obstacles from a given initial configuration towards a final one, taking into account the vehicle’s kinematic and dynamic systems [6]. Furthermore, the traffic regulations and the available information on the geometric structures of roads are also included in the motion planning for autonomous driving.

Motion planning can be considered as one of the basic challenges within robotics sciences which have been studied by many researchers over the past few decades resulting in different algorithms with various specifications. Motion planning for an autonomous vehicle is a procedure to find a path from an initial position to a final state, while avoiding any collision with obstacles. In the simplest form of motion planning problem, which is called the piano mover’s problem, the running time of each algorithm is exponentially the degrees of freedom, which indicates that the path-planning problem is NP-Complete. It is also shown that the motion planner needs memory exponential in the degrees of freedom, which proves that the problem is PSPACE-Complete [7].

When the environment is not known for the robot, the path planning is called online, local or sensor-based. During the past few decades, online path planning has been a challenging but attractive field for many robotic researchers. In unknown environments, there are two main aspects. First, the motion decisions are based on local information, and second, sensing is contemporaneous to the decision-making process. In this class of path planning, the robot acquires the information via its sensors that could be touch or vision sensors [8].

The field of sensor-based path planning has been studied by many researchers resulting in various algorithms with different characteristics. One of the earliest and simplest online path-planning algorithms is the Bug algorithm [9] that acquires information from touch sensors and guides the robot to the goal through the boundaries of obstacles. An extension of the classic Bug algorithm is Tangent Bug [10], which incorporates vision sensor information with the algorithm. A performance comparison between different Bug-like algorithms can be found in [11]. Despite interesting performances of the conventional motion planning methods in robotics, their efficiency in navigation of autonomous vehicle is considerably low due to the complex and unstable dynamics of such systems.

Another well-known class of path-planning algorithms is sampling-based path planning. In this class of algorithms, the only source of information is a collision detector, and hence, there is no need to characterize all possible collision situations. Sampling-based methods operate several strategies for creating samples in free space and for connecting them with collision-free paths in order to provide a solution for path-planning problem. Three of the more popular sampling-based approaches include probabilistic roadmap (PRM) [12], randomized potential fields (RPFs) [13] and rapidly exploring random trees (RRTs) [14]. PRM approach finds collision-free samples in the environment and adds them to a roadmap graph. Afterwards, by using a cost function, best samples are chosen in the graph and a simple local path planner is used to connect them together. RPFs approach builds a graph by connecting the local minimums of the potential function defined in the environment. Then, the planner searches this graph for paths. RRTs are specially proposed to deal with non-holonomic constraints and high degrees of freedom. This approach builds a tree by randomly choosing a node in the free space and finding the nearest node in the tree. Next, the planner expands this nearest node in the direction of the random node. Several extension of RRT for solving sensor-based path-planning problems has been proposed. In [15], a new data structure called sensor-based random tree (SRT) is proposed, which represents a roadmap of the visited area. Similar to the RRT, the SRT is a tree of already visited nodes with a local safe region. The tree is increasingly expanded towards a random direction. An improvement of RRT is proposed in [16]. This method directs the robot in an RRT-derived direction while avoiding collision. In [17], two heuristics are added to the RRT to handling unknown environments. The first heuristic checks if the goal is reachable from the current position of the robot. The second heuristic tries to avoid the robot from getting close to the obstacles. Despite interesting solutions for this problem in the literature, it is still a basic challenge to design an efficient motion planner for navigation in dynamic and cluttered environments where high number of obstacles, extensive effects of failure and safety considerations make it even more challenging. Due to the interesting advantages and properties of sampling-based motion planning algorithms, they seem to be efficient and powerful tools for autonomous vehicle navigation. In this chapter, a novel motion planning architecture is proposed for autonomous vehicle navigation, which employs recent advances in sampling-based motion planning. The resulted approach is capable of planning safe and efficient motions in different situations such as following the course of the road, overtaking the front vehicle and following the front vehicles while overtaking is not possible. The proposed architecture employs the optimal strategy proposed in RRT* planner [18] to avoid meandering paths. The proposed planner also utilizes a unique low-dispersion strategy [19] to reduce the running time of the planner which is essential in autonomous vehicle navigation. The rest of the chapter is organized as follows. In Section 2, the category of sampling-based motion planning algorithms is summarized. The existing applications of sampling-based planners in autonomous vehicle navigation are reviewed in Section 3. Then, the proposed architecture is introduced in Section 3, supported by the simulation studies in Section 4. Finally, discussion and conclusion is provided in Section 5.

Advertisement

2. Sampling-based motion planning

Naturally, offline path-planning algorithms need a complete map of the configuration space which usually increases the cost and runtime of the search in most problems. Sampling-based motion planning was proposed to solve navigation queries without trying to construct the map of the entire configuration space. Instead, they only depend on a procedure that decides on whether a given configuration of the robot is in collision with obstacles or not. The available sampling-based path-planning algorithms can be categorized into two main classes, namely, roadmap-based or multi-query algorithms and tree-based or single-query algorithms [19]. Roadmap-based algorithms are normally applicable in multi-query scenarios as they form a graph that later will be used to solve different navigation problems. The graph is the main structure used for saving the environmental information, where the nodes represent different configurations in the robot’s configuration space. An edge exist between any two configurations if the corresponding geometrical properties satisfy a set of conditions such as vicinity, and the autonomous agent can navigate from one point to another without any collision. A typical algorithm consists of two main stages: learning or observation stage and search stage. In the first stage, the graph structure is constructed. Collision-free positions or samples are chosen randomly and considered as the vertices of the graph. In the search stage, each vertex is tested to be connected to the closest neighbour configurations, and the resulted successful connection will be an edge in the roadmap. To answer a given planning task, the initial and final configurations are added to the existing graph and a normal search technique is considered for finding the shortest path. The most important factor in the efficiency of the algorithm is how effectively the roadmap can learn the free-space connectivity of the configuration space. In addition, the main problem in the performance of such algorithm is the construction of the graph because the search algorithms usually perform satisfactory in terms of speed and runtime. The original form of PRM planner consists of the following steps. First, a random configuration is selected from the configuration space and is tested if it lies in the free configuration space. If the sample passes this, it will be included in the roadmap structure as a vertex or a node. Second, a search technique takes place to find the closest neighbours in the graph to the new node. Finally, a local planner attempts to connect the closest neighbour and the new configurations based on criteria posed by the planning query. This connection will be added to the graph as a new edge if it is collision free. In several situations, quickly finding a solution for a particular problem is the main objective. In these situations, single-query algorithms can be implemented. In these algorithms, the base of the data structure is normally a tree. The basic idea is to find an initial configuration (the starting configuration) that is the root of the tree and all incrementally generated configurations will be connected to other configurations already included in the tree. The initial tree-based algorithm is the rapidly exploring random tree (RRT) planner [20]. Started to grow from the start configuration, a tree continuously grows in the free configuration space until it gets close enough to the final configuration. An essential feature of this planner is that configurations with larger Voronoi regions (i.e. the part of the free configuration space that is closer to that node than to other members of the tree) have higher chances to be selected in the process of tree expansion. Therefore, the tree normally grows towards yet unknown parts of the environment, circumfusing rapidly in the free configuration space. The initial version of the RRT consists of the following steps. First, a random sample is generated in the free search environment. Then, the planner searches the tree for a particular configuration, which is the nearest node to this newly generated sample. Next, a new node is created by moving a predefined distance from in the direction of the selected node using a local planner or an interpolation technique that relies on the robotic system. And, finally, if the new node is a valid point that falls in free configuration space, and if the local path between it and the nearest node is collision free, then, the new node is added to the tree as a new node and an edge is created between the tree and the new node. This process is repeated until the goal configuration can be connected to the tree or a maximum number of iterations are reached.

One of the key issues in sampling-based planners is that they usually result in undesirable lengthy resulted paths that stray within the free configuration space. Recently, the RRT planner has been proven not to be able to find the optimum answer [18]. Thus, the optimal improved forms of original sampling-based algorithms, i.e. PRM* and RRT*, have been proposed and proven to possess the asymptotical optimality in which the chance of generating the optimum path approaches unity as the cardinality of the generated structure approaches infinity. The RRT* planner contains a unique ability which is the sufficiency to find the optimal path from the start position to any configuration within the free space [18]. Figure 1 shows the performance of PRM* and RRT* algorithms in a 2D indoor environment.

Figure 1.

Performances of (a) PRM* and (b) RRT* algorithms in a simple 2D environment. Start and goal configurations are shown by yellow and green squares, respectively.

Advertisement

3. Related work

Over the past two decades, sampling-based motion planning algorithms have attracted the attention of researchers in the field of autonomous vehicle resulting in various approaches with different advantages and drawbacks. In this section, some of the well-known past applications of sampling-based methods in autonomous vehicle navigation is summarized.

In one of the first reports of such applications, a probabilistic planning process has been proposed to deal with dynamic systems in dealing with static and dynamic obstacles [21]. This planner evaluates the dynamic limitations of the vehicle’s movement and provides a steady and solid decoupling between low-level control and motion planning at the same time. This planning method maintains the convergence characteristics of its kinematic peers. The safety of the system is also considered in the form of finite running times by checking the behaviour of the planner when the existed embedded computational resources are moderate, and the motion generation process must take place in real time. This method is capable of dealing with vehicles if their dynamics are defined by ordinary differential equations or even by other hybrid complex representations [22].

A detailed analysis of the motion planning subsystem for the MIT DARPA Urban Challenge [2] vehicle based on the rapidly exploring random tree (RRT) algorithm has been provided [22]. The purpose was to present the numerous extensions made to the standard RRT algorithm that enables the online use of RRT on robotic vehicles with complex, unstable dynamics and significant drift, while preserving safety in the face of uncertainty and limited sensing.

A real-time motion planning algorithm has been introduced based on the rapidly exploring random tree (RRT) approach for autonomous vehicle operating in an urban environment [23]. For several motivations, such as the need to generate dynamically feasible plans in real time, safety requirements and the constraints dictated by the uncertain operating (urban) environment, several extensions to the standard RRT planner have been considered.

A rapidly exploring random tree (RRT) based on path planner has been implemented for autonomous vehicle parking problem, which treats all the situations in a unified manner [24]. As the RRT method sometimes generates some complicated paths, a smoothing sub-process has also been implemented for smoothing generated paths.

The use of rapidly exploring random trees (RRT) for the planning of multiple vehicles in traffic scenarios has been proposed [25]. According to this method, the controller for each car uses RRT to produce a navigation plan. Spline curves are used for smoothing the route resulted from the RRT, which includes non-holonomic constraints. Priority is taken into consideration as a coordination method where a vehicle with higher priority attempts to avoid all lower priority vehicles. This algorithm attempts to find the maximum possible velocity at which the vehicle can travel and the corresponding path.

Time-efficient manoeuvres for an off-road vehicle taking tight turns with high speed on a loose surface have been studied using the RRT* planner [26]. The experimental results have shown that the aggressive skidding manoeuvre, normally known as the trail-braking manoeuvre, naturally rises from the RRT* planner as the minimum-time path. Along the way, the RRT* planner has been extended to deal with complicated dynamical systems, such as systems that are explained by nonlinear differential equations and include high-dimensional state spaces, which may be of independent interest. The RRT* has also been exploited as an anytime computation framework for nonlinear optimization problems.

An efficient motion planning method for on-road driving of the autonomous vehicle has been reported based on the rapidly exploring random tree (RRT) algorithm [27]. To address the issue and taking into account the realistic context of on-road autonomous driving, they have proposed a fast RRT planner that utilizes a rule-template set according to the traffic scenes and an aggressive extension strategy for searching the tree. Both justification result in a faster and more accurate RRT planner towards the final state compared with the original RRT algorithm. Meanwhile, a model-based post-process estimation approach has been taken into account, where the resulted paths can be more smoothed and a feasible control sequence for the vehicle would be prepared. Furthermore, in the cases with moving obstacles, a combined method of the time-efficient RRT algorithm and the configuration-time space has been used to improve the quality of the resulted path and the re-planning.

A human-RRT (rapidly exploring random tree) collaborative algorithm has been presented for path planning in urban environments [28]. The well-known RRT algorithm has been modified for efficient planning in cluttered yet structured urban environments. To engage the expert human knowledge in dynamic re-planning of autonomous vehicle, a graphical user interface has been developed that enables interaction with the automated RRT planner in real time. The interface can be used to invoke standard planning attributes such as way areas, space constrains and waypoints. In addition, the human can draw desired trajectories using the touch interface for the RRT planner to follow. Based on new information and evidence collected by human, state-dependent risk or penalty to grow paths based on an objective function can also be specified using the interface.

An online motion planner has been proposed based on the drivers’ visual behaviour-guided rapidly exploring random tree (RRT) approach that is valid for on-road driving of autonomous vehicle [29]. The main contribution of this work is the implementation of a guidance system for drivers’ visual search behaviour in the form of the RRT navigation algorithm. RRT usually performs poorly in various planning situations such as on-road driving of autonomous vehicles because of the uncanny trajectory, wasteful sampling and low-speed exploration strategy. In order to overcome these drawbacks, they have proposed an extension of the RRT planner that utilizes a powerful supervised sampling strategy according to the drivers’ on-road behaviour in visual search and a continuous-curvature smoothing technique based on B-spline.

A sampling-based planning technique for planning manoeuvring paths for semi-autonomous vehicle has been reported where the autonomous driving system may be taking over the driver operation [30]. They have used rapidly exploring random tree star (RRT*) and have proposed a two-stage sampling strategy and a particular cost function to adjust RRT* to semi-autonomous driving, where, besides the standard goals for autonomous driving such as collision avoidance and lane maintenance, the deviations from the estimated path planned by the driver are accounted for. They have also proposed an algorithm to remove the redundant waypoints of the path returned by RRT*, and, by applying a smoothing technique, our algorithm returns a G-squared continuous path that is suitable for semi-autonomous vehicles.

Despite the great effort that has been put to employ sampling-based methods for autonomous vehicle navigation, there are still some problems with the performance of the current methods. For instance, there is no proper method for takeover which is one of the most common behaviours in driving. Takeover is a complicated and critical task that sometimes is not avoidable and the motion planner should be able to plan takeovers while considering the safety issues. Furthermore, the running time of the planner is usually too high which makes the method less practical. Finally, the quality of the generated solutions, i.e. paths, is a critical issue. The quality of the resulted paths from sampling-based methods is normally low and finding the optimal path is usually a challenging task in randomized algorithms.

Advertisement

4. Proposed approach

In this work, a new sampling-based motion planner is introduced for autonomous vehicle navigation. The proposed method is based on the optimality concept of the RRT* algorithm [18] and the low-dispersion concept of the LD-RRT algorithm [19]. Furthermore, this planner utilizes a novel procedure that divides the sampling domain based on the updates received from the vehicle’s sensory system.

Algorithm 1.

RRT* Planner

The first component of the proposed planner is the RRT* algorithm that can be described in Algorithm 1.

Figure 2.

The implementation of the boundary sampling in a simple 2D environment with three obstacles. The new sample (orange circle) will be generates on the boundary of the union of forbidden region after the occurrence of the first rejection.

In the RRT* algorithm, the important recoveries can be seen in Algorithm 1, where an edge is added to the tree only if it can be connected to the latest generated point through a set of path segments with minimal cost. Then, if other nodes exist in the vicinity of the current node with better costs, these nodes will take the position of the parent for the current node. These improvements facilitate the RRT* algorithm with the unique capability of finding the optimal solution. Figure 2 shows the optimality behaviour of the RRT* algorithm in an empty environment.

The second component of the proposed method is the low-dispersion properties of the LD-RRT planner. This component utilizes the poison disk sampling strategy to reduce the number of samples required to capture the connectivity of the sampling domain. The proposed method performance is similar to the PRM*/RRT* algorithms with a basic different in the sampling technique. Unlike the original planners that would let any collision-free samples to be included in the tree, the proposed method contains an extra checking procedure that makes sure that the samples possess the Poisson-disk distribution property.

There are various efficient techniques for creating fast Poisson-disk structures. In this research, the boundary sampling technique [31] is selected for generating the Poisson-disk samples for its simplicity and implementation facility. In this method, the existing neighbourhood of all samples reduces to a set of spheres located at the sample’s position with the radius of rs. The first result of such arrangement is that the existing neighbourhood can be represented by a set of spherical ranges at which a point can be placed on the boundary. Figure 3 shows the sampling phase as proposed in [31] where the Poisson disks and the forbidden sampling areas are illustrated by grey and green circles, respectively. After the first rejection, the boundary of the union of the forbidden areas will be selected and a random sample is generated accordingly as shown by the orange circle. The sampling radius is defined as follows:

Figure 3.

The optimal behaviour of RRT* algorithm in a planar empty environment.

Algorithm 2.

The proposed asingle–uery algorithm

rsnτQfree/nE1

where τ is a scaling coefficient ranging within (0, 1]. The main idea behind this radius is that the volume of the space should be approximately equal to n(rs)2 in order to fill an obstacle-free square space with n disks with radius rs. Compelling the samples to follow the Poisson-disk distribution usually decreases the cardinality of the resulted graph. In other words, it is almost impossible to find n samples with τQfree/n distance from one another with a randomized sample generator. Upon the generation of the Poisson-disk samples, the algorithm will follow normal steps in the original PRM*/RRT*. The pseudo code of the proposed algorithms can be seen in Algorithm 2.

As can be seen in Algorithm 2, the Poisson-disk sampling takes place at line 4 by forcing the generated samples to satisfy the sampling radius rule. The rest of both algorithms are same as the originals. The relevance between the neighbourhood and sampling radii is an important index about the performance of the proposed algorithm. It is essential for the sampling radius to be smaller than the connection radius. Otherwise, it will not be possible to connect any two samples and the resulted structure will be a set of separate configurations. Figure 4 shows the relation between these two radii along with the ratio of rs(n) over r*(n).

Figure 4.

Different values for neighbourhood and sampling radii and the corresponding ratio for μ(Qfree) = 1 and τ = 1. For n ≥ 4, the neighbourhood radius is always greater than the sampling radius.

According to the definitions of neighbourhood and sampling radii, the cardinality of the graph/tree should follow the following rule:

n10πτ2/6E2

This requirement ensures that there will be at least one eligible sample within the neighbourhood region of the current sample. Considering the acceptable range of τ, i.e. (0, 1], the sampling radius in a 2D configuration space is smaller than the neighbourhood radius if and only if the number of samples exceeds four.

Another important property of the proposed planner takes place in the RRT* algorithm where the steering factor in the original RRT*, which is 'step', will be automatically replaced by the sampling radius. As stated before, the samples will be created randomly from the perimeter of the current Poisson disks. As a result, the highest distance between any two samples exactly equals the sampling radius rs(n). As stated before, the cost of the final optimum solution can be calculated as the total Euclidean distance between all members (nodes) of the optimum path which can be calculated as follows:

cω*=i=1n*||ωi+1*-ωi*||E3

where n* is the number of nodes in the optimal path resulted from the algorithm. Considering the fact that ωi+1*-ωi*<rsn, now it is possible to find an upper bound for the path of the optimal solution:

cω*n*r*nE4

This upper bound merely depends on the size of the final graph/tree structure. On the other hand, reducing the total number of samples (n), will reduce the number of samples in any solution. Therefore, it can be concluded that using a Poisson-disk distribution as the sampling domain will improve the cost of the final solution and maintains the asymptotic optimality property of the proposed algorithm. Figure 5 illustrates the graph construction phase for the PRM* planner.

Figure 5.

The connection strategy in the proposed algorithm.

The next component of the proposed method is a novel procedure that divides the sampling domain into different sampling segments based on the information received online from the sensory system of the vehicle. The proposed approach divides the sampling domain into two regions namely tabu region and valid region. The sampling procedure takes place only in the valid region and the tabu region is forbidden to be included in the sampling. Figure 6 shows different possibilities of tabu and valid segments in a sampling domain.

Figure 6.

The performance of the segmentation procedure. The sampling domain is divided into different valid or tabu segments.

Three different scenarios have been considered in the simulation studies. In the first one, there is no vehicle in front of the autonomous car and the sampling domain is only the current lane. In the second situation, there is a vehicle in front but takeover is possible and the valid sampling region is expanded to include proper space for the takeover. Finally, when takeover is not possible, the valid sampling domain is restricted to the available space between the two vehicles.

Advertisement

5. Simulation studies

According to the properties of the proposed algorithm, three different situations have been designed for simulation studies. Figure 7 depicts an instance of the solutions in these scenarios. The proposed method is able to plan difficult motions for the vehicle such as following or takeover. As can be seen in Figure 7, when there are no other vehicles, the planner restricts the sampling domain to the current lane and other parts of the road are not included in the sampling procedure. When there is another car in front but takeover is not an option, the generated rapidly exploring random tree just follows the front vehicle with a proper distance. Finally, when takeover is possible, the sampling domain will be expanded to include suitable space.

Figure 7.

Simulation results in different scenarios. The initial and final positions of the vehicle are shown by yellow and green, respectively.

The average results of the performance of the proposed planner as well as the performances of RRT and RRT* planners are shown in Table 1.

Scenario Variable RRT RRT* Proposed algorithm
Free drive Average number of samples 314.2 203.7 138.8
Average optimality (%) 63.4 93.8 93.9
Average runtime (s) 87.6 114.0 48.3
Takeover Average number of samples 627.2 808.5 316.4
Average optimality (%) 50.7 91.4 91.4
Average runtime (s) 134.2 168.9 93.5
Follow Average number of samples 223.1 418.5 108.8
Average optimality (%) 68.6 93.5 93.4
Average runtime (s) 73.5 108.6 46.4

Table 1.

Simulation average results for the proposed algorithm, RRT and RRT* planners.

As can be seen, the proposed planner provides optimal solutions with surprisingly smaller set of samples. The runtime of the planner is also less than other planners. Figure 8 shows the variations of performance variables for 1000 iterations of each planner.

Figure 8.

Variation of the results over 1000 iterations for the proposed algorithm (green), RRT (red) and RRT* (blue) in terms of the number of nodes, optimality (%) and runtime (s).

Advertisement

6. Conclusion

In this chapter, a novel sampling-based navigation architecture has been introduced that is capable of driving autonomous vehicles in crowded environments. The proposed planner utilizes the optimal behaviour of the RRT* algorithm combined with the low runtime requirements of low-dispersion sampling-based motion planning. Furthermore, a novel segmentation procedure is introduced which differentiates between valid and tabu segments of the sampling domain in different situations.

Simulation results show the robust performance of this planner in different scenarios such as following the front car and takeover. This method also outperforms the classical RRT and RRT* planners in terms of runtime and the size of the generated tree while maintaining the same optimality rate as RRT*.

Advertisement

Acknowledgments

This research was supported by the Malaysia Fundamental Graduate Research Scheme (FRGS) under grant no. FRGS/2/2014/TK06/UNITEN/02/7.

References

  1. 1. W. Liu, Z. Weng, Z. Chong, X. Shen, S. Pendleton, and B. Qin, et al., “Autonomous vehicle planning system design under perception limitation in pedestrian environment,” in 2015 IEEE 7th International Conference on Cybernetics and Intelligent Systems (CIS) and IEEE Conference on Robotics, Automation and Mechatronics (RAM), 2015, pp. 159–166.
  2. 2. C. Urmson, J. Anhalt, D. Bagnell, C. Baker, R. Bittner, and M. Clark, et al., “Autonomous driving in urban environments: boss and the urban challenge,” Journal of Field Robotics, 25, 425–466, 2008.
  3. 3. J. Markoff, “Google cars drive themselves, in traffic,” The New York Times, 10, 9, 2010.
  4. 4. A. Broggi, P. Medici, E. Cardarelli, P. Cerri, A. Giacomazzo, and N. Finardi, “Development of the control system for the vislab intercontinental autonomous challenge,” in 2010 13th International IEEE Conference on Intelligent Transportation Systems (ITSC), 2010, pp. 635–640.
  5. 5. H. Cheng, Autonomous Intelligent Vehicles: Theory, Algorithms, and Implementation. Springer-Verlag London, 2011.
  6. 6. T. M. Howard, M. Pivtoraiko, R. A. Knepper, and A. Kelly, “Model-predictive motion planning: Several key developments for autonomous mobile robots,” IEEE Robotics & Automation Magazine, 21, 64–73, 2014.
  7. 7. J. Canny, The Complexity of Robot Motion Planning. MIT Press, Cambridge, Massachusetts, 1988.
  8. 8. N. S. Rao, S. Kareti, W. Shi, and S. S. Iyengar, Robot Navigation in Unknown Terrains: Introductory Survey of Non-heuristic Algorithms. Technical Report ORNL/TM-12410, Oak Ridge National Laboratory, 1993.
  9. 9. A. V. J. Lumelsky and A. A. Stepanov, “Path-planning strategies for a point mobile automaton moving amidst unknown obstacles of arbitrary shape,” Algorithmica, 2, 403–430, 1987.
  10. 10. A. Kamon, E. Rimon, and E. Rivlin, “Tangentbug: a range-sensor-based navigation algorithm,” The International Journal of Robotics Research, 17, 934–953, 1998.
  11. 11. J. Ng and T. Bräunl, “Performance comparison of bug navigation algorithms,” Journal of Intelligent and Robotic Systems, 50, 73–84, 2007.
  12. 12. L. E. Kavraki, P. Švestka, J.-C. Latombe, and M. H. Overmars, “Probabilistic roadmaps for path planning in high-dimensional configuration spaces,” IEEE Transactions on Robotics and Automation, 12, 566–580, 1996.
  13. 13. J. Barraquand and J.-C. Latombe, “Robot motion planning: a distributed representation approach,” The International Journal of Robotics Research, 10, 628–649, 1991.
  14. 14. S. M. LaValle, “Rapidly-exploring random trees: a new tool for path planning, 1998.. Technical Report TR 98-11, Department of Computer Science; Iowa State University, 1993.
  15. 15. G. Oriolo, M. Vendittelli, L. Freda, and G. Troso, “The SRT method: randomized strategies for exploration,” in 2004 IEEE International Conference on Robotics and Automation, 2004. Proceedings. ICRA'04, 2004, pp. 4688–4694.
  16. 16. L. Chang-an, C. Jin-Gang, L. Guo-Dong, and L. Chun-Yang, “Mobile robot path planning based on an improved rapidly-exploring random tree in unknown environment,” in IEEE International Conference on Automation and Logistics, 2008. ICAL 2008, 2008, pp. 2375–2379.
  17. 17. J. Nieto, E. Slawinski, V. Mut, and B. Wagner, “Online path planning based on rapidly-exploring random trees,” in 2010 IEEE International Conference on Industrial Technology (ICIT), 2010, pp. 1451–1456.
  18. 18. S. Karaman and E. Frazzoli, “Sampling-based algorithms for optimal motion planning,” The International Journal of Robotics Research, 30, 846–894, 2011.
  19. 19. W. Khaksar, T. S. Hong, M. Khaksar, and O. Motlagh, “A low dispersion probabilistic roadmaps (LD-PRM) algorithm for fast and efficient sampling-based motion planning,” International Journal of Advanced Robotic Systems, 10, 397, pp. 1-10, 2013.
  20. 20. J. J. Kuffner and S. M. LaValle, “RRT-connect: an efficient approach to single-query path planning,” in IEEE International Conference on Robotics and Automation, 2000 Proceedings, ICRA'00, 2000, pp. 995–1001.
  21. 21. E. Frazzoli, M. A. Dahleh, and E. Feron, “Real-time motion planning for agile autonomous vehicles,” Journal of Guidance, Control, and Dynamics, 25, 116–129, 2002.
  22. 22. Y. Kuwata, G. A. Fiore, J. Teo, E. Frazzoli, and J. P. How, “Motion planning for urban driving using RRT,” in IEEE/RSJ International Conference on Intelligent Robots and Systems, 2008. IROS 2008, 2008, pp. 1681–1686.
  23. 23. Y. Kuwata, S. Karaman, J. Teo, E. Frazzoli, J. P. How, and G. Fiore, “Real-time motion planning with applications to autonomous urban driving,” IEEE Transactions on Control Systems Technology, 17, 1105–1118, 2009.
  24. 24. L. Han, Q. H. Do, and S. Mita, “Unified path planner for parking an autonomous vehicle based on RRT,” in 2011 IEEE International Conference on Robotics and Automation (ICRA), 2011, pp. 5622–5627.
  25. 25. R. Kala, and K. Warwick, “Planning of multiple autonomous vehicles using RRT,” in 2011 IEEE 10th International Conference on Cybernetic Intelligent Systems (CIS), 2011, pp. 20–25.
  26. 26. J. H. Jeon, S. Karaman, and E. Frazzoli, “Anytime computation of time-optimal off-road vehicle maneuvers using the RRT*,” in 2011 50th IEEE Conference on Decision and Control and European Control Conference (CDC-ECC), 2011, pp. 3276–3282.
  27. 27. L. Ma, J. Xue, K. Kawabata, J. Zhu, C. Ma, and N. Zheng, “Efficient sampling-based motion planning for on-road autonomous driving,” IEEE Transactions on Intelligent Transportation Systems, 16, 2015, 1961–1976.
  28. 28. S. S. Mehta, C. Ton, M. J. McCourt, Z. Kan, E. Doucette, and W. Curtis, “Human-assisted RRT for path planning in urban environments,” in 2015 IEEE International Conference on Systems, Man, and Cybernetics (SMC), 2015, pp. 941–946.
  29. 29. M. Du, T. Mei, H. Liang, J. Chen, R. Huang, and P. Zhao, “Drivers’ visual behavior-guided RRT motion planner for autonomous on-road driving,” Sensors, 16, 102, 2016.
  30. 30. X. Lan and S. Di Cairano, “Continuous curvature path planning for semi-autonomous vehicle maneuvers using RRT,” in 2015 European Control Conference (ECC), 2015, pp. 2360–2365.
  31. 31. D. Dunbar, and G. Humphreys, “A spatial data structure for fast Poisson-disk sample generation,” ACM Transaction Graphic, 25(3), 503–508, 2006.

Written By

Weria Khaksar, Khairul Salleh Mohamed Sahari and Tang Sai Hong

Submitted: 11 March 2016 Reviewed: 27 June 2016 Published: 07 September 2016