#include <transform_pointcloud_in_bounding_box.h>
Public Types | |
typedef pcl::PointXYZRGB | PointT |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::PointCloud2, jsk_recognition_msgs::BoundingBox > | SyncPolicy |
![]() | |
typedef pcl::IndicesConstPtr | IndicesConstPtr |
typedef pcl::IndicesPtr | 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 boost::shared_ptr< const PointCloud > | PointCloudConstPtr |
typedef boost::shared_ptr< PointCloud > | PointCloudPtr |
typedef pcl_msgs::PointIndices | PointIndices |
typedef PointIndices::ConstPtr | PointIndicesConstPtr |
typedef PointIndices::Ptr | PointIndicesPtr |
Public Member Functions | |
virtual | ~TransformPointcloudInBoundingBox () |
![]() | |
PCLNodelet () | |
![]() | |
NodeletLazy () | |
![]() | |
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 | onInit () |
virtual void | transform (const sensor_msgs::PointCloud2::ConstPtr &msg, const jsk_recognition_msgs::BoundingBox::ConstPtr &box_msg) |
![]() | |
bool | isValid (const ModelCoefficientsConstPtr &, const std::string &="model") |
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 PointIndicesConstPtr &, const std::string &="indices") |
virtual void | subscribe () |
virtual void | unsubscribe () |
![]() | |
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) |
![]() | |
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 |
Definition at line 118 of file transform_pointcloud_in_bounding_box.h.
typedef pcl::PointXYZRGB jsk_pcl_ros_utils::TransformPointcloudInBoundingBox::PointT |
Definition at line 121 of file transform_pointcloud_in_bounding_box.h.
typedef message_filters::sync_policies::ExactTime< sensor_msgs::PointCloud2, jsk_recognition_msgs::BoundingBox > jsk_pcl_ros_utils::TransformPointcloudInBoundingBox::SyncPolicy |
Definition at line 124 of file transform_pointcloud_in_bounding_box.h.
|
virtual |
Definition at line 99 of file transform_pointcloud_in_bounding_box_nodelet.cpp.
|
protectedvirtual |
Reimplemented from pcl_ros::PCLNodelet.
Definition at line 76 of file transform_pointcloud_in_bounding_box_nodelet.cpp.
|
protectedvirtual |
Definition at line 110 of file transform_pointcloud_in_bounding_box_nodelet.cpp.
|
protected |
Definition at line 140 of file transform_pointcloud_in_bounding_box.h.
|
protected |
Definition at line 141 of file transform_pointcloud_in_bounding_box.h.
|
protected |
Definition at line 138 of file transform_pointcloud_in_bounding_box.h.
|
protected |
Definition at line 137 of file transform_pointcloud_in_bounding_box.h.
|
protected |
Definition at line 139 of file transform_pointcloud_in_bounding_box.h.
|
protected |
Definition at line 142 of file transform_pointcloud_in_bounding_box.h.