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

map resolution issue between explore and pr2_2dnav_slam

asked 2012-05-09 00:10:23 -0500

Erwan R. gravatar image

updated 2012-05-14 20:54:04 -0500

Hi !

Another question about mapping this time : I'm doing SLAM with pr2. I roslaunch an empty_world headless where I load a pr2 and wg_walls.

Then I launch rviz_move_base from pr2_navigation_global for visualisation, and pr2_2dnav.launch from pr2_2dnav_slam for laser scan and SLAM. Next is explore_slam.launch from explore_stage (but without stage interface coz I'm using rviz). I modified pr2_2dnav.launch to use slam_mapping-2.xml that is the standard slam_mapping.xml file with the following changes :

  <param name="map_update_interval" value="10.0"/> <!-- was 30.0-->
  <param name="temporalUpdate" value="0.5"/> <!-- was -1.0 -->

In explore_slam.launch, I commented stage node launch :

  <!--
  <node pkg="stage" type="stageros" name="stage" args="$(find gazebo_worlds)/worlds/wg.world" respawn="false" output="screen"/>
   -->

When running, I got an error from pr2_2dnav_slam/pr2_2dnav.launch terminal :

  [ERROR] [1336401780.958141624, 48.135000000]: You cannot update a map with resolution: 0.0500, with a new map that has resolution: 0.1000

I looked in many launch and xml files related to theses nodes but I can't find any explicit "map resolution" parameter that I could set to a value I want. More strange is that the "map resolution" parameter changes during the simulation in rviz (I can't edit it there - click for zoomed view) :

Map w/ reso 0.05 Map w/ reso 0.1

Is there any way to set resolution definitely, or is it a normal feature of theses nodes (but it's generating errors, so I don't think so) ?


Update in comments.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-05-14 20:51:36 -0500

Erwan R. gravatar image

The problem looks to have been solved by increased laser range. I don't understand why, any idea ?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-09 00:10:23 -0500

Seen: 441 times

Last updated: May 14 '12