Description
Hi all,
Ubuntu : 18.04 and 20.04 (testing on both)
Ros version : ROS1 Melodic and Noetic (testing on both)
I am working on generating the local costmap (rolling window) using 2d lidar data. For generating it I am only using oblacle layer plugin and inflation layer plugin. I have make sure to configure the tf properly for all the 2d lidars. But still at some time the costmap get freezes as shown in below gif.
As shown in gif above, the lower right pixels and even in middle pixels got freezed and are not updating. In gif the coloured data is lidar data, and black is costmap data obstacle + inflation to differentiate between realtime costmap data and freezed data in costmap. Moreover, sometimes the full costmap gets freezes.
Ros params :
marking : true
clearing : true
inf_is_valid : true
obstacle_range: 15.0
raytrace_range: 20.0
combination_method: 0
track_unknown_space: false
So, I am unable to resolve the above issues, and would really appreciate if someone could suggest how to resolve it or related pointer to this issue.
Activity