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

Not able to create map using Gmapping?

asked 2018-10-20 14:32:26 -0500

Dhagash Desai gravatar image

updated 2018-10-20 14:33:09 -0500

I am trying to create a map with the rosbag file and doing it exactly as mentioned in the tutorial I am running Ububtu 16.04 with ROS Kinetic:

After starting master I am doing:

rosparam set use_sim_time true

Then I am starting :

rosrun gmapping slam_gmapping _base_frame:=base_footprint

And then starting bag file with --clock as parameter then also I am getting error which I am trying to echo the /map_metadata,No messages received and simulated time is active.Is /clock being published?

And for the matter of fact /clock is being published and when I echo the topic its running fine then why am I not getting map or why when I rosbag file there is no diagnostics being published with gmapping node runnning.

The link to the bag file is this https://drive.google.com/file/d/1ZcEL...

edit retag flag offensive close merge delete

Comments

Can anyone help?

Dhagash Desai gravatar image Dhagash Desai  ( 2018-10-21 08:33:22 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2018-10-22 09:44:12 -0500

It's working for me:

roscore
rosparam set use_sim_time true
rosrun gmapping slam_gmapping _base_frame:=base_footprint
rosbag play --clock 'full_loop_with_office (1).bag'

$ rostopic echo /map_metadata
map_load_time: 
  secs: 0
  nsecs:         0
resolution: 0.0500000007451
width: 4000
height: 4000
origin: 
  position: 
    x: -100.0
    y: -100.0
    z: 0.0
  orientation: 
    x: 0.0
    y: 0.0
    z: 0.0
    w: 1.0

$ rostopic echo --noarr /map 
header: 
  seq: 0
  stamp: 
    secs: 1513852657
    nsecs: 631752338
  frame_id: "map"
info: 
  map_load_time: 
    secs: 0
    nsecs:         0
  resolution: 0.0500000007451
  width: 4000
  height: 4000
  origin: 
    position: 
      x: -100.0
      y: -100.0
      z: 0.0
    orientation: 
      x: 0.0
      y: 0.0
      z: 0.0
      w: 1.0
data: "<array type: int8, length: 16000000>"
---
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-20 14:32:26 -0500

Seen: 366 times

Last updated: Oct 22 '18