Skip to content

Commit e8c4b80

Browse files
committed
Fix
Signed-off-by: Barış Zeren <bzeren1819@gmail.com>
1 parent 6bb6061 commit e8c4b80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

map/map_loader/src/lanelet2_map_loader/lanelet2_differential_loader_module.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ bool Lanelet2DifferentialLoaderModule::differentialLanelet2Load(
106106
const auto map_bin_msg =
107107
Lanelet2MapLoaderNode::create_map_bin_msg(map, lanelet2_paths[0], rclcpp::Clock().now());
108108

109-
pub_map_bin_->publish(map_bin_msg);
110109
response->differential_map = map_bin_msg;
111110
}
112111
return true;

0 commit comments

Comments
 (0)