Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
jsk_pcl_ros::ExtractIndices Class Reference

#include <extract_indices.h>

Inheritance diagram for jsk_pcl_ros::ExtractIndices:
Inheritance graph
[legend]

Public Types

typedef message_filters::sync_policies::ApproximateTime< PCLIndicesMsg, sensor_msgs::PointCloud2 > ApproximateSyncPolicy
 
typedef message_filters::sync_policies::ExactTime< PCLIndicesMsg, sensor_msgs::PointCloud2 > SyncPolicy
 
- Public Types inherited from jsk_topic_tools::DiagnosticNodelet
typedef boost::shared_ptr< DiagnosticNodeletPtr
 

Public Member Functions

 ExtractIndices ()
 
- Public Member Functions inherited from jsk_topic_tools::DiagnosticNodelet
 DiagnosticNodelet (const std::string &name)
 
- Public Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet
 ConnectionBasedNodelet ()
 
- 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 convert (const PCLIndicesMsg::ConstPtr &indices_msg, const sensor_msgs::PointCloud2::ConstPtr &msg)
 
virtual void onInit ()
 
virtual void subscribe ()
 
virtual void unsubscribe ()
 
- Protected Member Functions inherited from jsk_topic_tools::DiagnosticNodelet
virtual void updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat)
 
- Protected Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet
ros::Publisher advertise (ros::NodeHandle &nh, std::string topic, int queue_size)
 
image_transport::CameraPublisher advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size)
 
image_transport::CameraPublisher advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size)
 
image_transport::Publisher advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size)
 
image_transport::Publisher advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size)
 
virtual void cameraConnectionBaseCallback ()
 
virtual void cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub)
 
virtual void cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub)
 
virtual void connectionCallback (const ros::SingleSubscriberPublisher &pub)
 
virtual void imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub)
 
virtual bool isSubscribed ()
 
virtual void onInitPostProcess ()
 
virtual void warnNeverSubscribedCallback (const ros::WallTimerEvent &event)
 
virtual void warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event)
 
- Protected Member Functions inherited from nodelet::Nodelet
ros::CallbackQueueInterfacegetMTCallbackQueue () const
 
ros::NodeHandlegetMTNodeHandle () const
 
ros::NodeHandlegetMTPrivateNodeHandle () const
 
const V_stringgetMyArgv () const
 
const std::stringgetName () const
 
ros::NodeHandlegetNodeHandle () const
 
ros::NodeHandlegetPrivateNodeHandle () const
 
const M_stringgetRemappingArgs () const
 
ros::CallbackQueueInterfacegetSTCallbackQueue () const
 
std::string getSuffixedName (const std::string &suffix) const
 

Protected Attributes

bool approximate_sync_
 
boost::shared_ptr< message_filters::Synchronizer< ApproximateSyncPolicy > > async_
 
bool keep_organized_
 
int max_queue_size_
 
bool negative_
 
ros::Publisher pub_
 
message_filters::Subscriber< sensor_msgs::PointCloud2 > sub_cloud_
 
message_filters::Subscriber< PCLIndicesMsgsub_indices_
 
boost::shared_ptr< message_filters::Synchronizer< SyncPolicy > > sync_
 
- Protected Attributes inherited from jsk_topic_tools::DiagnosticNodelet
TimeredDiagnosticUpdater::Ptr diagnostic_updater_
 
const std::string name_
 
jsk_topic_tools::VitalChecker::Ptr vital_checker_
 
- Protected Attributes inherited from jsk_topic_tools::ConnectionBasedNodelet
bool always_subscribe_
 
std::vector< image_transport::CameraPublishercamera_publishers_
 
boost::mutex connection_mutex_
 
ConnectionStatus connection_status_
 
bool ever_subscribed_
 
std::vector< image_transport::Publisherimage_publishers_
 
boost::shared_ptr< ros::NodeHandlenh_
 
bool on_init_post_process_called_
 
boost::shared_ptr< ros::NodeHandlepnh_
 
std::vector< ros::Publisherpublishers_
 
bool subscribed_
 
ros::WallTimer timer_warn_never_subscribed_
 
ros::WallTimer timer_warn_on_init_post_process_called_
 
bool verbose_connection_
 

Detailed Description

Definition at line 50 of file extract_indices.h.

Member Typedef Documentation

typedef message_filters::sync_policies::ApproximateTime< PCLIndicesMsg, sensor_msgs::PointCloud2 > jsk_pcl_ros::ExtractIndices::ApproximateSyncPolicy

Definition at line 58 of file extract_indices.h.

typedef message_filters::sync_policies::ExactTime< PCLIndicesMsg, sensor_msgs::PointCloud2 > jsk_pcl_ros::ExtractIndices::SyncPolicy

Definition at line 55 of file extract_indices.h.

Constructor & Destructor Documentation

jsk_pcl_ros::ExtractIndices::ExtractIndices ( )
inline

Definition at line 60 of file extract_indices.h.

Member Function Documentation

void jsk_pcl_ros::ExtractIndices::convert ( const PCLIndicesMsg::ConstPtr &  indices_msg,
const sensor_msgs::PointCloud2::ConstPtr &  msg 
)
protectedvirtual

Definition at line 85 of file extract_indices_nodelet.cpp.

void jsk_pcl_ros::ExtractIndices::onInit ( void  )
protectedvirtual

Reimplemented from jsk_topic_tools::DiagnosticNodelet.

Definition at line 50 of file extract_indices_nodelet.cpp.

void jsk_pcl_ros::ExtractIndices::subscribe ( )
protectedvirtual
void jsk_pcl_ros::ExtractIndices::unsubscribe ( )
protectedvirtual

Member Data Documentation

bool jsk_pcl_ros::ExtractIndices::approximate_sync_
protected

Definition at line 72 of file extract_indices.h.

boost::shared_ptr<message_filters::Synchronizer<ApproximateSyncPolicy> > jsk_pcl_ros::ExtractIndices::async_
protected

Definition at line 74 of file extract_indices.h.

bool jsk_pcl_ros::ExtractIndices::keep_organized_
protected

Definition at line 69 of file extract_indices.h.

int jsk_pcl_ros::ExtractIndices::max_queue_size_
protected

Definition at line 71 of file extract_indices.h.

bool jsk_pcl_ros::ExtractIndices::negative_
protected

Definition at line 70 of file extract_indices.h.

ros::Publisher jsk_pcl_ros::ExtractIndices::pub_
protected

Definition at line 75 of file extract_indices.h.

message_filters::Subscriber<sensor_msgs::PointCloud2> jsk_pcl_ros::ExtractIndices::sub_cloud_
protected

Definition at line 76 of file extract_indices.h.

message_filters::Subscriber<PCLIndicesMsg> jsk_pcl_ros::ExtractIndices::sub_indices_
protected

Definition at line 77 of file extract_indices.h.

boost::shared_ptr<message_filters::Synchronizer<SyncPolicy> > jsk_pcl_ros::ExtractIndices::sync_
protected

Definition at line 73 of file extract_indices.h.


The documentation for this class was generated from the following files:


jsk_pcl_ros
Author(s): Yohei Kakiuchi
autogenerated on Mon May 3 2021 03:03:47