Want to know Navfn working in details!

asked 2015-01-30 06:21:20 -0500

Mercy gravatar image

updated 2015-02-02 20:05:01 -0500

Hi, I want to change navfn package by modifying the plan method it uses.

Can you explain:

1. how calcNavFnDijkstra is utilized by makePlan()?
 2. how computePotential() helps to design the navigation function?
 3. how does default global planner wrapped around Dijkstra's algorithm?
 4. How does we actually get a global path? What parameters effects in making the global plan?
 5. In which situations  the plan generated by global planner can be bypassed by the TrajectoryPlannerROS ?

I am using ROS fuerte and Ubuntu 10.04

Thanks..

edit retag flag offensive close merge delete