You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: