Skip to content

Commit

Permalink
remove unused variable (#1301)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Nov 25, 2024
1 parent c7a05d9 commit f1bb353
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ sensor_msgs::msg::PointCloud::ConstSharedPtr createPointCloudWithPoints(std::vec
message.header.stamp = rclcpp::Clock().now();
message.header.frame_id = "base_link";

std::vector<geometry_msgs::msg::Point32> points32;
for (auto const & point : points) {
geometry_msgs::msg::Point32 p;
p.x = point.x;
Expand Down

0 comments on commit f1bb353

Please sign in to comment.