DWA Implementation in ROS ?
hi, recently i'm using global planner(A*) and local planner(DWA). But there is one thing strange.
According to this official page: http://wiki.ros.org/navigation/Tutori...
global planner(A) send path to local planner(DWA), so can i say DWA is not implemented in its original way? In DWA's paper, DWA should calculate many path and give scores to these path then choose the highest one to go, but we just follow global planner(A)'s path?
I was confused by how they co-work in path-planning and obstacle avoidance. Could someone tell me? Thanks in advnce !