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

In ros gmapping, how to use Intel Research Lab dataset?

asked 2016-04-27 07:38:55 -0500

wang cong gravatar image

updated 2016-04-27 09:28:36 -0500

I don't know how to use the Intel Research Lab dataset (.clf). Should I read the file and publish the lase_scan and tf topic? If so,how should I do in detail? thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
9

answered 2016-04-27 09:27:33 -0500

I had some time on my hands, so I wrote a script for you: clf_to_rosbag.py .

The script converts the .clf file into a rosbag file. The alternative would have been to publish laser_scan and tf, as you suggest, but then we would also have to handle publishing the /clock topic (since the data has timestamps from the past). By converting to a bag file, rosbag --clock handles this for us.

edit flag offensive delete link more

Comments

Thanks. I have converted the .clf file to .bag file by running the clf_to_rosbag.py . But when I run the bag file ,open the rviz, no map received.I input the command: "rosrun gmapping slam_gmapping scan:=base_scan" and it print nothing. I think if it works well ,it should print something . thanks

wang cong gravatar image wang cong  ( 2016-04-27 22:28:05 -0500 )edit

It should be scan:=laser, not scan:=base_scan, since I wrote the laser data on the topic laser.

Martin Günther gravatar image Martin Günther  ( 2016-04-28 04:58:01 -0500 )edit

Still no map .And in rviz, Map shows no " No transform from [] to [map]",how to deal with it ? Thanks

wang cong gravatar image wang cong  ( 2016-04-28 08:47:44 -0500 )edit

OK,thanks very much.I have got it. I need to publish a tf base_link -> base_laser ,and I modify the .py you provided , the tf in it is odom->base_link . Now ,it works. thanks!

wang cong gravatar image wang cong  ( 2016-04-28 23:09:45 -0500 )edit

Glad to help! BTW, you closed the question; I've reopened it, since we usually don't do that here. Please "accept" my answer instead.

Martin Günther gravatar image Martin Günther  ( 2016-05-02 04:47:46 -0500 )edit

i don't know how tp accept your answer ,please tell me

wang cong gravatar image wang cong  ( 2016-05-02 06:24:14 -0500 )edit

Just click the round checkmark icon next to my answer and wait a few seconds until it turns green. Don't click again.

Martin Günther gravatar image Martin Günther  ( 2016-05-02 07:29:26 -0500 )edit

Hello,can you give me the clf_to_rosbag.py you midified? Thank you!

Kyle Fan gravatar image Kyle Fan  ( 2016-09-27 02:01:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-27 07:38:55 -0500

Seen: 3,214 times

Last updated: Apr 27 '16