LazyNodelet for segmentation/ExtractPolygonalPrismData
This commit is contained in:
committed by
Paul Bovbel
parent
76ea38194e
commit
ebe25b4b89
@@ -97,9 +97,13 @@ namespace pcl_ros
|
||||
nf_.add (boost::make_shared<PointIndices> (cloud));
|
||||
}
|
||||
|
||||
/** \brief Nodelet initialization routine. */
|
||||
/** \brief Nodelet initialization routine. */
|
||||
void onInit ();
|
||||
|
||||
/** \brief LazyNodelet connection routine. */
|
||||
void subscribe ();
|
||||
void unsubscribe ();
|
||||
|
||||
/** \brief Dynamic reconfigure callback
|
||||
* \param config the config object
|
||||
* \param level the dynamic reconfigure level
|
||||
|
||||
Reference in New Issue
Block a user