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

Sending goals outside global costmap

asked 2016-08-03 04:46:49 -0500

aaser gravatar image

Hi, we're currently setting up a robot using stereo navigation using rtabmap_ros and a zed. We're using the pointcloud to generate costmaps, and we can send goals via 2D Nav Goal using rviz which gives us a plan and allows move_base to send a /cmd_vel message.

We've got a few problems though, first of all we want to be able to send goals outside of the global cost map by having the user clicking a regular map (that is, the user has a map, but the robot simply receives a goal outside of its costmap). Obviously this makes it impossible for the planner to make a plan, but we want to explore the perimeter of the global cost map in order to reach the goal. How can this be done?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-03 11:56:04 -0500

matlabbe gravatar image

In rtabmap, you can initialize the minimum size of the map with grid_size parameter:

<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
   <param name="grid_size" type="double" value="50"/> <!-- 50 meters wide -->
</node>

cheers

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-03 04:46:49 -0500

Seen: 523 times

Last updated: Aug 03 '16