|
| | ConnectionBasedNodelet () |
| |
| 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 () |
| |
| 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) |
| |
| 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 |
| |
| bool | always_subscribe_ |
| |
| std::vector< image_transport::CameraPublisher > | camera_publishers_ |
| |
| boost::mutex | connection_mutex_ |
| |
| ConnectionStatus | connection_status_ |
| |
| bool | ever_subscribed_ |
| |
| std::vector< image_transport::Publisher > | image_publishers_ |
| |
| boost::shared_ptr< ros::NodeHandle > | nh_ |
| |
| bool | on_init_post_process_called_ |
| |
| boost::shared_ptr< ros::NodeHandle > | pnh_ |
| |
| std::vector< ros::Publisher > | publishers_ |
| |
| bool | subscribed_ |
| |
| ros::WallTimer | timer_warn_never_subscribed_ |
| |
| ros::WallTimer | timer_warn_on_init_post_process_called_ |
| |
| bool | verbose_connection_ |
| |
| jsk_pcl_ros::ResizePointsPublisher::~ResizePointsPublisher |
( |
| ) |
|
|
inlineprivate |
| void jsk_pcl_ros::ResizePointsPublisher::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
inlineprivate |
template<class T >
| void jsk_pcl_ros::ResizePointsPublisher::filter |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
input | ) |
|
|
inlineprivate |
template<class T >
| void jsk_pcl_ros::ResizePointsPublisher::filter |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
input, |
|
|
const PCLIndicesMsg::ConstPtr & |
indices |
|
) |
| |
|
inlineprivate |
| void jsk_pcl_ros::ResizePointsPublisher::onInit |
( |
void |
| ) |
|
|
inlineprivatevirtual |
| void jsk_pcl_ros::ResizePointsPublisher::resizedmaskCallback |
( |
const sensor_msgs::Image::ConstPtr & |
msg | ) |
|
|
inlineprivate |
| void jsk_pcl_ros::ResizePointsPublisher::subscribe |
( |
| ) |
|
|
inlineprivatevirtual |
| void jsk_pcl_ros::ResizePointsPublisher::unsubscribe |
( |
| ) |
|
|
inlineprivatevirtual |
| bool jsk_pcl_ros::ResizePointsPublisher::not_use_rgb_ |
|
private |
| int jsk_pcl_ros::ResizePointsPublisher::step_x_ |
|
private |
| int jsk_pcl_ros::ResizePointsPublisher::step_y_ |
|
private |
| bool jsk_pcl_ros::ResizePointsPublisher::use_indices_ |
|
private |
The documentation for this class was generated from the following file: