Skip to content

Commit

Permalink
Fix: ros2-ified perception tutorial: lingering build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jun 9, 2023
1 parent 454bf93 commit 06e8b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/examples/perception_pipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ find_package(PCL REQUIRED)
set(SUBTUTORIAL_DEPENDS
geometry_msgs
pcl_conversions
pcl_ros
sensor_msgs
)
foreach(dep IN ITEMS ${SUBTUTORIAL_DEPENDS})
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/perception_pipeline/src/cylinder_segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class CylinderSegment : public rclcpp::Node
}

private:
rclcpp::Subscription<std_msgs::msg::String>::SharedPtr subscription_;
rclcpp::Subscription<sensor_msgs::msg::PointCloud2>::SharedPtr subscription_;

// BEGIN_SUB_TUTORIAL param_struct
// There are 4 fields and a total of 7 parameters used to define this.
Expand Down

0 comments on commit 06e8b35

Please sign in to comment.