30 #ifndef COSTMAP_CSPACE_COSTMAP_3D_H
31 #define COSTMAP_CSPACE_COSTMAP_3D_H
55 using Ptr = std::shared_ptr<Costmap3d>;
82 typename T::Ptr costmap_overlay(
new T);
84 costmap_overlay->setOverlayMode(overlay_mode);
86 costmaps_.back()->setChild(costmap_overlay);
89 return costmap_overlay;
96 costmap_overlay->setOverlayMode(overlay_mode);
98 costmaps_.back()->setChild(costmap_overlay);
101 return costmap_overlay;
110 #endif // COSTMAP_CSPACE_COSTMAP_3D_H