ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

define local costmap size

asked 2014-07-12 12:14:28 -0500

dreamcase gravatar image

hi, all,

How do I limit the size of my local cost map?

I am using move_base as my navigational stack. each time the stack starts, the entire map was loaded as local cost map.

how do I confine it to the viewable range?

regards Ray

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-07-12 13:39:19 -0500

donmrsir gravatar image

You have to modify whats in your local_costmap_params.yaml. First you have to make sure that you are not using a static map, "static_map:false", and then you just add the size of the costmap with "width: X" "height: Y", furthermore you should make sure that you use a rolling window map with the local costmap "rolling_window: true". For further imformation you can check this wiki http://wiki.ros.org/costmap_2d .

edit flag offensive delete link more

Comments

yep. brilliant!

dreamcase gravatar image dreamcase  ( 2014-07-16 10:39:28 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-12 12:14:28 -0500

Seen: 2,567 times

Last updated: Jul 12 '14