ai-winter / ros_motion_planning

Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
GNU General Public License v3.0
2.3k stars 348 forks source link

There is a problem with "core/global_planner/sample_planner/src/rrt_star.cpp" #80

Closed LMumu1 closed 6 months ago

LMumu1 commented 6 months ago

what is the problem?

If we update the parent of a node, we need to update the cost of all the child nodes of that node

Where is the problem?

【core/global_planner/sample_planner/src/rrt_star.cpp】

How to solve the problem?