Costmap update verification
I want to check whether the costmap gets updated or not at a fixed frequency. How can this be done in ROS ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to check whether the costmap gets updated or not at a fixed frequency. How can this be done in ROS ?
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
Asked: 2016-04-14 01:04:56 -0600
Seen: 206 times
Last updated: Apr 14 '16