amcl is clock being publish

asked 2020-02-15 22:34:22 -0500

cgarcia gravatar image

Hi,

Im trying to use the amcl package for localization. Everything is doing fine except that when I use the command

$ rostopic echo /amcl_pose

the output is WARNING: no messages received and simulated time is active.

I have already use the commands:

  <rosparam name="/use_sim_time" value="true"/>
  <node name="rosbag" pkg="rosbag" type="play" 
        args=" --clock $(find amcl)/2020-01-29-11-19-28.bag"/>

In my launch file and when I write rostopic list the topic /clock is being publish so I don't undestand the message error. Can somebody help me. Any help is appreciated!

edit retag flag offensive close merge delete

Comments

is your movebase or gmapping node active?

ashutosh08 gravatar image ashutosh08  ( 2020-02-17 04:19:08 -0500 )edit