mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-12 11:10:19 +08:00
fix multi_save_cloud_node bug
This commit is contained in:
@@ -103,6 +103,7 @@ void transform_cloud_Callback(std::shared_ptr<const sensor_msgs::msg::PointCloud
|
||||
fclose(fp);
|
||||
}
|
||||
rclcpp::Subscription<sensor_msgs::msg::PointCloud2>::SharedPtr stand_cloud_sub_;
|
||||
rclcpp::Subscription<sensor_msgs::msg::PointCloud2>::SharedPtr transform_cloud_sub_;
|
||||
std::string current_path;
|
||||
};
|
||||
} // namespace tools
|
||||
|
||||
Reference in New Issue
Block a user