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

Costmap update verification

asked 2016-04-14 01:04:56 -0500

mayank_m gravatar image

I want to check whether the costmap gets updated or not at a fixed frequency. How can this be done in ROS ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-14 21:55:52 -0500

DavidN gravatar image

To view the frequency of a topic that is being publish, you can run rostopic hz topic_name. So in your case, depends on what kind of costmap you want to check the frequency, you can run something like

rostopic hz /move_base/local_costmap/costmap

edit flag offensive delete link more

Comments

Thank You for answering. However I wanted to know the method to check whether the costmap is really getting updated or not. I did not want to know the frequency.

mayank_m gravatar image mayank_m  ( 2016-04-14 23:47:55 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-14 01:04:56 -0500

Seen: 191 times

Last updated: Apr 14 '16