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/predicted_objects_display.cpp

Co-authored-by: kminoda <[email protected]>
  • Loading branch information
KhalilSelyan and kminoda authored May 24, 2024
1 parent 647d1e3 commit 79dd50d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ std::vector<visualization_msgs::msg::Marker::SharedPtr> PredictedObjectsDisplay:
if (pointCloudBuffer.empty()) {
return markers;
}
// 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 79dd50d

Please sign in to comment.