For our rover to navigate autonomously, it needs to be able to categorize the traversibility of its surroundings. grid_map and elevation_mapping allow for costmaps based on height differentials, with assigned cost values based on the steepness of areas.
Description
For our rover to navigate autonomously, it needs to be able to categorize the traversibility of its surroundings. grid_map and elevation_mapping allow for costmaps based on height differentials, with assigned cost values based on the steepness of areas.
Requirements