Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
Signed-off-by: hakuturu583 <[email protected]>
  • Loading branch information
hakuturu583 committed Apr 30, 2024
1 parent 184d3ba commit 5ce9bc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_type_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class PubNode : public rclcpp::Node
}
void publish()
{
std::cout << __FILE__ << "," << __LINE__ << std::endl;
PointCloudType point_cloud = std::make_shared<pcl::PointCloud<pcl::PointXYZ>>();
std_msgs::msg::Header header;
header.frame_id = "base_link";
Expand Down

0 comments on commit 5ce9bc4

Please sign in to comment.