Skip to content

Commit 3c59e1c

Browse files
committed
revert: revert changes do not related with this PR
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
1 parent 96f643f commit 3c59e1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

perception/probabilistic_occupancy_grid_map/src/pointcloud_based_occupancy_grid_map/pointcloud_based_occupancy_grid_map_node.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ void PointcloudBasedOccupancyGridMapNode::onPointcloudWithObstacleAndRaw(
136136
if (stop_watch_ptr_) {
137137
stop_watch_ptr_->toc("processing_time", true);
138138
}
139-
// if scan_origin_frame_ is "", replace it with input_raw_msg->header.frame_id
140-
if (scan_origin_frame_.empty()) {
141-
scan_origin_frame_ = input_raw_msg->header.frame_id;
142-
}
143-
144139
// Apply height filter
145140
PointCloud2 cropped_obstacle_pc{};
146141
PointCloud2 cropped_raw_pc{};

0 commit comments

Comments
 (0)