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: 122 times
Last updated: Apr 14 '16
DWA fails to produce a plan when the local goal is in dynamic obstacle
Using global costmap as local costmap
Add camera data to obstacle layer or voxel layer in costmap?
Problem with loading social navigation layer plugins on costmap
What Range of Costs Does ROS Navigation Support?
Local Costmap's Obstacle layer not detecting obstacles
Global frame of local costmap and goal accuracy
Advantage of adding costmap_2d::ObstacleLayer plugin to global costmap