Closed Joosoo1 closed 11 months ago
@Joosoo1 It's not necessary to enable the elevation_mapping module to build a costmap. With some simplification, you can also generate a global costmap using the 3D point cloud merged from submaps provided by LIO. Specifically, you need to write a plugin in costmap dir for this. Note that the elevation mapping package provides a more accurate analysis of the terrain.
Thanks for the prompt reply, I understand
Hi, is it necessary to enable the
elevation_mapping
module for the construction oferged_elevation_map
inglobal_manager
, I noticed thatelevation_mapping
transmits asubmap
toglobal_manager
as well, is it possible to just Is it possible to transmit only the front-endLIO
submap to builderged_elevation_map
to generate the globalcostmap
?