Skip to content

Commit

Permalink
Update common/autoware_auto_perception_rviz_plugin/src/object_detecti…
Browse files Browse the repository at this point in the history
…on/tracked_objects_display.cpp

Co-authored-by: kminoda <[email protected]>
  • Loading branch information
KhalilSelyan and kminoda authored May 24, 2024
1 parent 79dd50d commit 8d0b5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void TrackedObjectsDisplay::processMessage(TrackedObjects::ConstSharedPtr msg)
if (pointCloudBuffer.empty()) {
return;
}
// poincloud pub
// pointcloud pub
sensor_msgs::msg::PointCloud2::ConstSharedPtr closest_pointcloud =
std::make_shared<sensor_msgs::msg::PointCloud2>(
getNearestPointCloud(pointCloudBuffer, msg->header.stamp));
Expand Down

0 comments on commit 8d0b5f9

Please sign in to comment.