Journals
Publish with us
Publishing partnerships
About us
Blog
Complexity
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Complexity
/
2021
/
Article
/
Alg 1
/
Research Article
NPQ-RRT
:
An Improved RRT
Approach to Hybrid Path Planning
Algorithm 1
PQ-RRT
[
25
].
Input
:
;
Output
:
(1)
for
i
= 1 to
n
do
(2)
;
(3)
;
(4)
;
(5)
;
(6)
if
CollisionFree(
)
then
(7)
;
(8)
;
(9)
(
)
ChooseParent(
);
(10)
;
(11)
;
(12)
;
(13)
end
(14)
end