Skip to content

Commit

Permalink
[jsk_pcl_ros] Warn about clouds in ClusterPointIndicesDecomposer
Browse files Browse the repository at this point in the history
Close #1187
  • Loading branch information
wkentaro committed Oct 2, 2015
1 parent 9a1dcd4 commit bd6bef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsk_pcl_ros/src/cluster_point_indices_decomposer_nodelet.cpp
Expand Up @@ -64,6 +64,9 @@ namespace jsk_pcl_ros
}

pnh_->param("publish_clouds", publish_clouds_, false);
if (publish_clouds_) {
JSK_ROS_WARN("~output%%02d are not published before subscribed, you should subscribe ~debug_output in debuging.");
}
pnh_->param("align_boxes", align_boxes_, false);
pnh_->param("use_pca", use_pca_, false);
pnh_->param("force_to_flip_z_axis", force_to_flip_z_axis_, true);
Expand Down

0 comments on commit bd6bef6

Please sign in to comment.