A new dynamic path planning method in high dimensional workspace, radial based probabilistic roadmap motion (RBPRM) planning method, is presented. Different from general probabilistic roadmap motion planning methods, ...A new dynamic path planning method in high dimensional workspace, radial based probabilistic roadmap motion (RBPRM) planning method, is presented. Different from general probabilistic roadmap motion planning methods, it uses straight lines as long as possible to construct a path graph, so the final path obtained from the graph is relatively shorter and straighter. Experimental results show the efficiency of the algorithm in finding shorter paths in sparse environment.展开更多
This paper presents a 3D path planning algorithm for an unmanned aerial vehicle (UAV) in complex environments. In this algorithm, the environments are divided into voxels by octree algorithm. In order to satisfy the...This paper presents a 3D path planning algorithm for an unmanned aerial vehicle (UAV) in complex environments. In this algorithm, the environments are divided into voxels by octree algorithm. In order to satisfy the safety requirement of the UAV, free space is represented by free voxels, which have enough space margin for the UAV to pass through. A bounding box array is created in the whole 3D space to evaluate the free voxel connectivity. The probabilistic roadmap method (PRM) is improved by random sampling in the bounding box array to ensure a more efficient distribution of roadmap nodes in 3D space. According to the connectivity evaluation, the roadmap is used to plan a feasible path by using A* algorithm. Experimental results indicate that the proposed algorithm is valid in complex 3D environments.展开更多
We present a method to improve the execution time used to build the roadmap in probabilistic roadmap planners. Our method intelligently deactivates some of the configurations during the learning phase and allows the p...We present a method to improve the execution time used to build the roadmap in probabilistic roadmap planners. Our method intelligently deactivates some of the configurations during the learning phase and allows the planner to concentrate on those configurations that axe most likely going to be useful when building the roadmap. The method can be used with many of the existing sampling algorithms. We ran tests with four simulated robot problems typical in robotics literature. The sampling methods applied were purely random, using Halton numbers, Gaussian distribution, and bridge test technique. In our tests, the deactivation method clearly improved the execution times. Compared with pure random selections, the deactivation method also significantly decreased the size of the roadmap, which is a useful property to simplify roadmap planning tasks.展开更多
Current studies on cable harness layouts have mainly focused on cable harness route planning.However,the topological structure of a cable harness is also extremely complex,and the branch structure of the cable harness...Current studies on cable harness layouts have mainly focused on cable harness route planning.However,the topological structure of a cable harness is also extremely complex,and the branch structure of the cable harness can affect the route of the cable harness layout.The topological structure design of the cable harness is a key to such a layout.In this paper,a novel multi-branch cable harness layout design method is presented,which unites the probabilistic roadmap method(PRM)and the genetic algorithm.First,the engineering constraints of the cable harness layout are presented.An obstacle-based PRM used to construct non-interference and near to the surface roadmap is then described.In addition,a new genetic algorithm is proposed,and the algorithm structure of which is redesigned.In addition,the operation probability formula related to fitness is proposed to promote the efficiency of the branch structure design of the cable harness.A prototype system of a cable harness layout design was developed based on the method described in this study,and the method is applied to two scenarios to verify that a quality cable harness layout can be efficiently obtained using the proposed method.In summary,the cable harness layout design method described in this study can be used to quickly design a reasonable topological structure of a cable harness and to search for the corresponding routes of such a harness.展开更多
Path planning is a crucial concern in the field of mobile robotics,particularly in complex scenarios featuring narrow passages.Sampling-based planners,such as the widely utilized probabilistic roadmap(PRM),have been e...Path planning is a crucial concern in the field of mobile robotics,particularly in complex scenarios featuring narrow passages.Sampling-based planners,such as the widely utilized probabilistic roadmap(PRM),have been extensively employed in various robot applications.However,PRM’s utilization of random node sampling often results in disconnected graphs,posing a significant challenge when dealing with narrow passages.In order to tackle this issue,we present equipotential line sampling strategy for probabilistic roadmap(EPL-PRM),a novel approach derived from PRM.This paper initially proposes a sampling potential field,followed by the construction of equipotential lines that are denser in the proximity of obstacles and narrow passages.Random sampling is subsequently conducted along these lines.Consequently,the sampling strategy enhances the likelihood of sampling nodes around obstacles and narrow passages,thereby addressing the issue of sparsity encountered in traditional sampling-based planners.Furthermore,we introduce a nodal optimization method based on an artificial repulsive field,which prompts sampled nodes to move in the direction of repulsion.As a result,nodes around obstacles are distributed more uniformly,while nodes within narrow passages gravitate toward the middle of the passages.Finally,extensive simulations are conducted to evaluate the proposed method.The results demonstrate that our approach achieves path planning with superior efficiency,lower cost,and higher reliability compared with traditional algorithms.展开更多
Two new heuristic models are developed for motion planning of point robots in known environments.The first model is a combination of an improved particle swarm optimization (PSO) algorithm used as a global planner and...Two new heuristic models are developed for motion planning of point robots in known environments.The first model is a combination of an improved particle swarm optimization (PSO) algorithm used as a global planner and the probabilistic roadmap (PRM) method acting as a local obstacle avoidance planner.For the PSO component,new improvements are proposed in initial particle generation,the weighting mechanism,and position-and velocity-updating processes.Moreover,two objective functions which aim to minimize the path length and oscillations,govern the robot’s movements towards its goal.The PSO and PRM components are further intertwined by incorporating the best PSO particles into the randomly generated PRM.The second model combines a genetic algorithm component with the PRM method.In this model,new specific selection,mutation,and crossover operators are designed to evolve the population of discrete particles located in continuous space.Thorough comparisons of the developed models with each other,and against the standard PRM method,show the advantages of the PSO method.展开更多
文摘A new dynamic path planning method in high dimensional workspace, radial based probabilistic roadmap motion (RBPRM) planning method, is presented. Different from general probabilistic roadmap motion planning methods, it uses straight lines as long as possible to construct a path graph, so the final path obtained from the graph is relatively shorter and straighter. Experimental results show the efficiency of the algorithm in finding shorter paths in sparse environment.
基金supported by National Natural Science Foundation of China(No.61305128)Fundamental Research Funds for the Central Universities,and U.S.Army Research Ofce(No.W911NF-091-0565)
文摘This paper presents a 3D path planning algorithm for an unmanned aerial vehicle (UAV) in complex environments. In this algorithm, the environments are divided into voxels by octree algorithm. In order to satisfy the safety requirement of the UAV, free space is represented by free voxels, which have enough space margin for the UAV to pass through. A bounding box array is created in the whole 3D space to evaluate the free voxel connectivity. The probabilistic roadmap method (PRM) is improved by random sampling in the bounding box array to ensure a more efficient distribution of roadmap nodes in 3D space. According to the connectivity evaluation, the roadmap is used to plan a feasible path by using A* algorithm. Experimental results indicate that the proposed algorithm is valid in complex 3D environments.
文摘We present a method to improve the execution time used to build the roadmap in probabilistic roadmap planners. Our method intelligently deactivates some of the configurations during the learning phase and allows the planner to concentrate on those configurations that axe most likely going to be useful when building the roadmap. The method can be used with many of the existing sampling algorithms. We ran tests with four simulated robot problems typical in robotics literature. The sampling methods applied were purely random, using Halton numbers, Gaussian distribution, and bridge test technique. In our tests, the deactivation method clearly improved the execution times. Compared with pure random selections, the deactivation method also significantly decreased the size of the roadmap, which is a useful property to simplify roadmap planning tasks.
基金Supported by National Natural Science Foundation of China(Grant No.51675050).
文摘Current studies on cable harness layouts have mainly focused on cable harness route planning.However,the topological structure of a cable harness is also extremely complex,and the branch structure of the cable harness can affect the route of the cable harness layout.The topological structure design of the cable harness is a key to such a layout.In this paper,a novel multi-branch cable harness layout design method is presented,which unites the probabilistic roadmap method(PRM)and the genetic algorithm.First,the engineering constraints of the cable harness layout are presented.An obstacle-based PRM used to construct non-interference and near to the surface roadmap is then described.In addition,a new genetic algorithm is proposed,and the algorithm structure of which is redesigned.In addition,the operation probability formula related to fitness is proposed to promote the efficiency of the branch structure design of the cable harness.A prototype system of a cable harness layout design was developed based on the method described in this study,and the method is applied to two scenarios to verify that a quality cable harness layout can be efficiently obtained using the proposed method.In summary,the cable harness layout design method described in this study can be used to quickly design a reasonable topological structure of a cable harness and to search for the corresponding routes of such a harness.
基金supported by the National Key R&D Program of China(2018YFB1307400).
文摘Path planning is a crucial concern in the field of mobile robotics,particularly in complex scenarios featuring narrow passages.Sampling-based planners,such as the widely utilized probabilistic roadmap(PRM),have been extensively employed in various robot applications.However,PRM’s utilization of random node sampling often results in disconnected graphs,posing a significant challenge when dealing with narrow passages.In order to tackle this issue,we present equipotential line sampling strategy for probabilistic roadmap(EPL-PRM),a novel approach derived from PRM.This paper initially proposes a sampling potential field,followed by the construction of equipotential lines that are denser in the proximity of obstacles and narrow passages.Random sampling is subsequently conducted along these lines.Consequently,the sampling strategy enhances the likelihood of sampling nodes around obstacles and narrow passages,thereby addressing the issue of sparsity encountered in traditional sampling-based planners.Furthermore,we introduce a nodal optimization method based on an artificial repulsive field,which prompts sampled nodes to move in the direction of repulsion.As a result,nodes around obstacles are distributed more uniformly,while nodes within narrow passages gravitate toward the middle of the passages.Finally,extensive simulations are conducted to evaluate the proposed method.The results demonstrate that our approach achieves path planning with superior efficiency,lower cost,and higher reliability compared with traditional algorithms.
文摘Two new heuristic models are developed for motion planning of point robots in known environments.The first model is a combination of an improved particle swarm optimization (PSO) algorithm used as a global planner and the probabilistic roadmap (PRM) method acting as a local obstacle avoidance planner.For the PSO component,new improvements are proposed in initial particle generation,the weighting mechanism,and position-and velocity-updating processes.Moreover,two objective functions which aim to minimize the path length and oscillations,govern the robot’s movements towards its goal.The PSO and PRM components are further intertwined by incorporating the best PSO particles into the randomly generated PRM.The second model combines a genetic algorithm component with the PRM method.In this model,new specific selection,mutation,and crossover operators are designed to evolve the population of discrete particles located in continuous space.Thorough comparisons of the developed models with each other,and against the standard PRM method,show the advantages of the PSO method.