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

how to build a map from logged data

asked 2013-04-03 04:43:57 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I am trying to get a 2d map. I am following the slam_gmapping tutorial MappingFromLoggedData.

I get the bag, and I do rosmake gmapping and roscore after I did rscore, I brought up the master. my question is what should I do next... should I start a new terminal, and then do rosparam set use_sim_time true or something else? when I am in the master, I enter some commands, but it does not respond to me... I am trying to skip this two steps, and go directly to the rosbag play <bag> I run the rosbag and it is done. I am tring to get the map, so I ran rosrun map_server map_saver, but it is an error: [rospack] Error: stack/package map_server not found

can anyone tells me how to deal with that?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-05-06 14:52:31 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

You need to install map_server before you can execute a script inside of it. Or you need to make sure it's on your ROS_PACKAGE_PATH

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-03 04:43:57 -0500

Seen: 343 times

Last updated: May 07 '13