-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Costmap_2d : Local Costmap Freezes #1205
Comments
hello, i also encounter this question, did you work out it? |
Hi @sun421-cloud , |
Thank you very much for your answer, and may I know that you always clear the whole local costmap before updating every incoming 2d lidar scan data? Are your lidar datas 360 degrees? no shielding Angle? |
This can be done using the parameters in the costmap2d package, please see the wiki (see here) |
ok, i get it, thanks! |
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.
The text was updated successfully, but these errors were encountered: