costmap and move_base
Hello everyone,
I would like to use a costmap and movebase package to navigate our robot. To understand how it works and how to set it up, I started to experiment with roombastage (in diamondback version of ros).
Everything seem fine when I am using a static maps. When I try to enable rolling window, I get a problem, that a robot navigates inside this rolling window, but can't reach further than Unknown Space allows. I visualized everything in rviz and it seems like the rolling window doesn't move with the robot accordingly. Laser scans are published, costmap has obstacles but Unknown Space doesn't disappear. I have checked settings for local_costmap several times, tfs are correct, settings also looks fine. Here it is:
localcostmap: globalframe: /odom robotbaseframe: /baselink updatefrequency: 3.0 publishfrequency: 2.0 staticmap: false rolling_window: true width: 4.0 height: 4.0 resolution: 0.05
Can some one point out, where is a problem?
Thanks in advance.
Asked by alexey on 2011-10-10 05:29:40 UTC
Comments
Could you also post the settings for your sensors and the rest of your move_base parameters?
Asked by DimitriProsser on 2011-10-11 01:19:56 UTC