Exactly. This is what I was trying out the other day after checking about the global planner [Here](http://wiki.ros.org/global_planner) on the Wiki page.
https://answers.ros.org/question/198255/set-unknown_cost_value-in-costmap/
The above discussion is the one I was referring.
The robot `costmap_common_params.yaml` is as follows
obstacle range: 2.5
raytrace_range: 3.0
footprint: [[0.35, -0.3], [0.35, 0.3], [-0.35, 0.3], [-0.35, 0.3]]
inflation_raduis: 0.05
obstacle_layer:
observation_sources: hokuyo_laser
hokuyo_laser: {sensor_frame: hokuyo_laser_link, data_type: LaserScan, topic: /hokuyo_base/scan, marking: true, clearing: true}
So, as the `track_unknown_space` parameter wasn't present earlier, i thought adding it under the `obstacle layer` would suffice. But it didn't change anything.
@jordan any suggestion on this? I appreciate the help provided.
↧