We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0e64d commit 314c93aCopy full SHA for 314c93a
doc/examples/perception_pipeline/CMakeLists.txt
@@ -2,6 +2,7 @@ find_package(PCL REQUIRED)
2
set(SUBTUTORIAL_DEPENDS
3
geometry_msgs
4
pcl_conversions
5
+ pcl_ros
6
sensor_msgs
7
)
8
foreach(dep IN ITEMS ${SUBTUTORIAL_DEPENDS})
doc/examples/perception_pipeline/src/cylinder_segment.cpp
@@ -273,7 +273,7 @@ class CylinderSegment : public rclcpp::Node
273
}
274
275
private:
276
- rclcpp::Subscription<std_msgs::msg::String>::SharedPtr subscription_;
+ rclcpp::Subscription<sensor_msgs::msg::PointCloud2>::SharedPtr subscription_;
277
278
// BEGIN_SUB_TUTORIAL param_struct
279
// There are 4 fields and a total of 7 parameters used to define this.
0 commit comments