costmap and move_base [closed]

asked 2011-10-10 05:29:40 -0500

alexey gravatar image

Hello everyone,

I would like to use a costmap and move_base package to navigate our robot. To understand how it works and how to set it up, I started to experiment with roomba_stage (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:

local_costmap: global_frame: /odom robot_base_frame: /base_link update_frequency: 3.0 publish_frequency: 2.0 static_map: 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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2012-05-27 07:12:30

Comments

Could you also post the settings for your sensors and the rest of your move_base parameters?
DimitriProsser gravatar image DimitriProsser  ( 2011-10-11 01:19:56 -0500 )edit