Global Planner Parameters in Navigation
Hello,
I was wondering what the parameters below are exactly doing in the global planner (Reference Tutorial). The description is not very clear to me. I tried different values for the parameters in my yaml file, but it didn't seem to be affecting the global planner:
~<name>/planner_window_x (double, default: 0.0)
Specifies the x size of an optional window to restrict the planner to. This can be useful for restricting NavFn to work in a small window of a large costmap.
~<name>/planner_window_y (double, default: 0.0)
Specifies the y size of an optional window to restrict the planner to. This can be useful for restricting NavFn to work in a small window of a large costmap.
and I was wondering if they are visualizable in RViz?
Here is my yaml file
NavfnROS:
allow_unknown: false
planner_window_x: 0.0
planner_window_y: 0.0
default_tolerance: 0.05
visualize_potential: true # false
planner_costmap_publish_frequency: 0.2
Thanks