global path effect on local planning
hi everyone
I am interseted in pathplanning and i try to build my robot. As i understood, we can use navfn package for global pathplanning which means a path from the current robot state to the goal state. Another package that we should use is base_local_planner or something like it that works in velocity space and publishes messages for base controller. Something that i can not understand is relationship between these two planners. How a planner like DWA or Trajectory Rollout or other local planners considers this path? I mean does this path effect the calculation for our local commands? Is there any reference which discusses this subject in a mathematical manner??
thanks:))