#include <pointcloud_to_stl.h>
Public Member Functions | |
PointCloudToSTL () | |
Public Member Functions inherited from pcl_ros::PCLNodelet | |
PCLNodelet () | |
Public Member Functions inherited from nodelet_topic_tools::NodeletLazy | |
NodeletLazy () | |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Protected Member Functions | |
virtual void | cloudCallback (const sensor_msgs::PointCloud2::ConstPtr &input) |
virtual bool | createSTL (jsk_recognition_msgs::SetPointCloud2::Request &req, jsk_recognition_msgs::SetPointCloud2::Response &res) |
virtual void | exportSTL (const pcl::PointCloud< pcl::PointXYZRGB >::ConstPtr &cloud) |
virtual void | onInit () |
Protected Member Functions inherited from pcl_ros::PCLNodelet | |
bool | isValid (const PointCloud2::ConstPtr &cloud, const std::string &topic_name="input") |
bool | isValid (const PointCloudConstPtr &cloud, const std::string &topic_name="input") |
bool | isValid (const ModelCoefficientsConstPtr &model, const std::string &topic_name="model") |
bool | isValid (const PointIndicesConstPtr &indices, const std::string &topic_name="indices") |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Member Functions inherited from nodelet_topic_tools::NodeletLazy | |
ros::Publisher | advertise (ros::NodeHandle &nh, std::string topic, int queue_size, bool latch=false) |
virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
virtual void | onInitPostProcess () |
virtual void | warnNeverSubscribedCallback (const ros::WallTimerEvent &event) |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Additional Inherited Members | |
Public Types inherited from pcl_ros::PCLNodelet | |
typedef boost::shared_ptr< const std::vector< int > > | IndicesConstPtr |
typedef boost::shared_ptr< std::vector< int > > | IndicesPtr |
typedef pcl_msgs::ModelCoefficients | ModelCoefficients |
typedef ModelCoefficients::ConstPtr | ModelCoefficientsConstPtr |
typedef ModelCoefficients::Ptr | ModelCoefficientsPtr |
typedef pcl::PointCloud< pcl::PointXYZ > | PointCloud |
typedef sensor_msgs::PointCloud2 | PointCloud2 |
typedef PointCloud::ConstPtr | PointCloudConstPtr |
typedef PointCloud::Ptr | PointCloudPtr |
typedef pcl_msgs::PointIndices | PointIndices |
typedef PointIndices::ConstPtr | PointIndicesConstPtr |
typedef PointIndices::Ptr | PointIndicesPtr |
Definition at line 54 of file pointcloud_to_stl.h.
|
inline |
Definition at line 57 of file pointcloud_to_stl.h.
|
protectedvirtual |
Definition at line 57 of file pointcloud_to_stl_nodelet.cpp.
|
protectedvirtual |
Definition at line 210 of file pointcloud_to_stl_nodelet.cpp.
|
protectedvirtual |
Definition at line 86 of file pointcloud_to_stl_nodelet.cpp.
|
protectedvirtual |
Reimplemented from pcl_ros::PCLNodelet.
Definition at line 221 of file pointcloud_to_stl_nodelet.cpp.
|
protected |
Definition at line 67 of file pointcloud_to_stl.h.
|
protected |
Definition at line 81 of file pointcloud_to_stl.h.
|
protected |
Definition at line 69 of file pointcloud_to_stl.h.
|
protected |
Definition at line 82 of file pointcloud_to_stl.h.
|
protected |
Definition at line 80 of file pointcloud_to_stl.h.
|
protected |
Definition at line 75 of file pointcloud_to_stl.h.
|
protected |
Definition at line 72 of file pointcloud_to_stl.h.
|
protected |
Definition at line 73 of file pointcloud_to_stl.h.
|
protected |
Definition at line 74 of file pointcloud_to_stl.h.
|
protected |
Definition at line 71 of file pointcloud_to_stl.h.
|
protected |
Definition at line 76 of file pointcloud_to_stl.h.
|
protected |
Definition at line 83 of file pointcloud_to_stl.h.
|
protected |
Definition at line 65 of file pointcloud_to_stl.h.
|
protected |
Definition at line 70 of file pointcloud_to_stl.h.
|
protected |
Definition at line 77 of file pointcloud_to_stl.h.
|
protected |
Definition at line 66 of file pointcloud_to_stl.h.
|
protected |
Definition at line 79 of file pointcloud_to_stl.h.