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 | Q&A answers.ros.org |
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-04-14 01:04:56 -0500
Seen: 120 times
Last updated: Apr 14 '16
Build fails: Could not find org.ros.rosjava_messages:costmap_2d
Problematic clearing of costmap
How to have more than 1 of the same sensor types in obstacle layer of local costmap?
Get Robot global pose from a costmap in Python
What is a cost map and where is it created?
Local costmap not aligned with map
How are LaserScan and global_costmap related?