Skip to content
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

local costmap with two inflation layers or inflation_radius #1241

Open
minghaohsu410168 opened this issue May 29, 2023 · 1 comment
Open
Labels

Comments

@minghaohsu410168
Copy link

Hi everyone,

I have tried using the move_base packages for robot navigation, and I want to set two obstacles to local costmap but different inflation radius. e.g. I have two sensors, one is LiDAR and the other is sonar. How to set the LiDAR layer costmap with inflation_radius=0.5 and sonar layer with inflation_radius=0.25?

@mikeferguson
Copy link
Contributor

I don't think this is actually a supported configuration - the inflation radius is designed to be a robot-specific parameter - not really a sensor specific one. Further, by the time the inflation layer runs, it really doesn't have any information about which sensor was involved in marking a cell in the costmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants