Skip to content

Commit a52ce29

Browse files
committed
fix bug
Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 4214d00 commit a52ce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/probabilistic_occupancy_grid_map/src/pointcloud_based_occupancy_grid_map/pointcloud_based_occupancy_grid_map_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void PointcloudBasedOccupancyGridMapNode::onPointcloudWithObstacleAndRaw(
216216
debug_publisher_ptr_->publish<tier4_debug_msgs::msg::Float64Stamped>(
217217
"debug/processing_time_ms", processing_time_ms);
218218
debug_publisher_ptr_->publish<tier4_debug_msgs::msg::Float64Stamped>(
219-
"debug/pipeline_latency_ms", processing_time_ms);
219+
"debug/pipeline_latency_ms", pipeline_latency_ms);
220220
}
221221
}
222222

0 commit comments

Comments
 (0)