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

Create a clock (datatype/md5sum) for slam_gmapping

asked 2012-03-22 07:08:00 -0500

Torres gravatar image

updated 2012-03-22 07:20:53 -0500

I have managed to do teleoperation, laser scan as well as passing tf to the slam_gmapping node. (As shown in the rxgraph below)

image description

The only thing that is missing now is the "/clock" topic which has a md5sum datatype.

Question: 1) How to create a clock to use slam_gmapping on lego nxt instead of pr2?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-03-22 07:47:09 -0500

Lorenz gravatar image

Why do you need the clock topic? It is only used when the use_sim_time parameter is set to true, otherwise your computer's clock is used. You can find more information here.

edit flag offensive delete link more
0

answered 2012-03-22 08:39:02 -0500

Torres gravatar image

updated 2012-03-22 08:46:04 -0500

Hi Lorenz thank you for your prompt reply.

I have tried to remove from the slam_gmapping_pr2.launch file like base on your advise. The /clock topic is not there now. =) Thank you.

Another thing that I'm uncertain is this line in the slam_gmapping_pr2.launch file: <remap from="scan" to="base_scan"/> It does not publish the scan topic to base_scan topic. (As shown below base_scan has no publisher in rxgraph)

image description

So I cheated a little by using: rosrun topic_tools mux base_scan scan

Once I run "rosrun topic_tools mux base_scan scan" the base_scan will receive data from scan but this warning will pop up:

(As shown in the images below) image description

image description

WARN [1332440846.305991431]: MessageFilter target=/odom : Dropped 100.00% of messages so far. Please turn the ros.gmapping.message_notifier rosconsole logger to DEBUG for more information.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-03-22 07:08:00 -0500

Seen: 374 times

Last updated: Mar 22 '12