Difference between path_distance_bias and pdist_scale
I noticed that in base_local_planner there are parameters pdist_scale
and gdist_scale
.
In dwa_local_planner there are parameters path_distance_bias
and goal_distance_bias
.
These parameters seem the same. Is there any difference? (If not, what is the reason for different names).