local costmap not showing up
Hi everyone, I have used a D435i camera to create a 2D map for navigation with ROS Melodic & RTab-Map. However, after following several tutorials, my local costmap refuse to show up.
I've posted the details of my config here: http://official-rtab-map-forum.206.s1.nabble.com/local-costmap-not-showing-up-td7941.html
Thanks in advance for the help
Asked by Noctis on 2021-05-06 22:30:12 UTC
Comments
Where is the configuation file for the local costmap? I only see a global costmap configuration file and a common costmap configuration file.
Asked by skpro19 on 2021-05-10 04:53:52 UTC
Also, please refrain from posting external links.
Asked by skpro19 on 2021-05-10 04:54:10 UTC
Apologies, was not able to post images here yet hence, the external link.
Here it is @skpro19
Asked by Noctis on 2021-05-11 07:13:38 UTC
It seems that you haven't specified
costmap_2d::ObstacleLayer
andcostmap_2d::InflationLayer
plugins for the local costmap.Also, how are you passing params to the costmaps?
Asked by skpro19 on 2021-05-11 07:19:52 UTC
costmap_2d::ObstacleLayer & costmap_2d::InflationLayer is in my common params
Asked by Noctis on 2021-05-12 22:36:03 UTC
Could you try shifting those to
local_costmap
config file?Asked by skpro19 on 2021-05-13 00:56:21 UTC
Also, why do you say that the
local costmap
refuses to show up? I don't see any error inRviz
for thelocal costmap
.Asked by skpro19 on 2021-05-13 00:58:35 UTC
Change the
global_frame
toodom
for thelocal_costmap
.Asked by skpro19 on 2021-05-13 01:03:09 UTC