Robotics StackExchange | Archived questions

what is a costmap

Do you know exactly what a costmap is? Is it doing the same like gmapping or google cartogrpaher?

Asked by S.Yildiz on 2018-11-26 03:15:03 UTC

Comments

Answers

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 by PeteBlackerThe3rd on 2018-11-26 05:53:10 UTC

Comments

Can I use costmap in drones?

Asked by shek21 on 2023-02-01 15:57:19 UTC