what is a costmap
Do you know exactly what a costmap is? Is it doing the same like gmapping or google cartogrpaher?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Do you know exactly what a costmap is? Is it doing the same like gmapping or google cartogrpaher?
A costmap is a fundamental concept in autonomous robotics. It represents the cost (difficulty) of traversing different areas of the map. In the case of a ground robot working on rough ground the cost map could be a 2D map with lower values where the ground it flat and higher where the ground is rough/sloping. The values held in a cost map are usually abstract and don't directly represent any measurement of the world, they are simply used to guide a route planning algorithm to find efficient and safe routes across the ground.
Asked: 2018-11-26 02:15:03 -0600
Seen: 6,296 times
Last updated: Nov 26 '18
rewriting python program in cpp, how to fill in the header field in msg
pr2controller tutorial, quaternion not the same for same program in python and cpp
Undefined reference on Ubuntu 11.04
Fuerte sensor_msgs::Joy Changed?
Adding Lidar to Husky URDF for Calibration purpose [closed]
turning turtlebot a set number of degrees