Research Article
Intelligent Optimization Algorithm-Based Path Planning for a Mobile Robot
Algorithm
1 Improved RRT.
Input: Map, , , | Output: A path from to | | (1): .init ; | | (2): for to do | | (3): ← Sample (Map); | | (4): ← Near ; | | (5): ← Random (0, 1.0); | | (6): ifthen | | (7): ← ; | | (8): Else | | (9): ← ; | | (10): ← Steer ; | | (11): ← Edge ; | | (12): if Collision_Free (Map ) then | | (13): .add_Node ; | | (14): .add_Edge ; | | (15): ifthen | | (16): Success () | | (17): Return |
|