The PointCloudToLaserScanNodelet class to process incoming laserscans into pointclouds. More...
#include <laserscan_to_pointcloud_nodelet.h>

Public Member Functions | |
| LaserScanToPointCloudNodelet () | |
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 () |
Private Member Functions | |
| void | connectCb () |
| void | disconnectCb () |
| void | failureCallback (const sensor_msgs::LaserScanConstPtr &scan_msg, tf2_ros::filter_failure_reasons::FilterFailureReason reason) |
| virtual void | onInit () |
| void | scanCallback (const sensor_msgs::LaserScanConstPtr &scan_msg) |
Private Attributes | |
| boost::mutex | connect_mutex_ |
| unsigned int | input_queue_size_ |
| boost::shared_ptr< MessageFilter > | message_filter_ |
| ros::NodeHandle | nh_ |
| ros::NodeHandle | private_nh_ |
| laser_geometry::LaserProjection | projector_ |
| ros::Publisher | pub_ |
| message_filters::Subscriber< sensor_msgs::LaserScan > | sub_ |
| std::string | target_frame_ |
| boost::shared_ptr< tf2_ros::Buffer > | tf2_ |
| boost::shared_ptr< tf2_ros::TransformListener > | tf2_listener_ |
| double | transform_tolerance_ |
Additional Inherited Members | |
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 |
The PointCloudToLaserScanNodelet class to process incoming laserscans into pointclouds.
Definition at line 61 of file laserscan_to_pointcloud_nodelet.h.
| pointcloud_to_laserscan::LaserScanToPointCloudNodelet::LaserScanToPointCloudNodelet | ( | ) |
Definition at line 50 of file laserscan_to_pointcloud_nodelet.cpp.
|
private |
Definition at line 103 of file laserscan_to_pointcloud_nodelet.cpp.
|
private |
Definition at line 113 of file laserscan_to_pointcloud_nodelet.cpp.
|
private |
Definition at line 123 of file laserscan_to_pointcloud_nodelet.cpp.
|
privatevirtual |
Implements nodelet::Nodelet.
Definition at line 54 of file laserscan_to_pointcloud_nodelet.cpp.
|
private |
Definition at line 132 of file laserscan_to_pointcloud_nodelet.cpp.
|
private |
Definition at line 79 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 89 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 84 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 76 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 77 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 86 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 78 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 83 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 90 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 81 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 82 of file laserscan_to_pointcloud_nodelet.h.
|
private |
Definition at line 91 of file laserscan_to_pointcloud_nodelet.h.