Public Member Functions | |
LidarDeskewing () | |
virtual | ~LidarDeskewing () |
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 | callbackCloud (const sensor_msgs::PointCloud2ConstPtr &msg) |
void | callbackScan (const sensor_msgs::LaserScanConstPtr &msg) |
virtual void | onInit () |
Private Attributes | |
std::string | fixedFrameId_ |
ros::Publisher | pubCloud_ |
ros::Publisher | pubScan_ |
bool | slerp_ |
ros::Subscriber | subCloud_ |
ros::Subscriber | subScan_ |
tf::TransformListener * | tfListener_ |
double | waitForTransformDuration_ |
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 |
Definition at line 22 of file lidar_deskewing.cpp.
|
inline |
Definition at line 25 of file lidar_deskewing.cpp.
|
inlinevirtual |
Definition at line 32 of file lidar_deskewing.cpp.
|
inlineprivate |
Definition at line 91 of file lidar_deskewing.cpp.
|
inlineprivate |
Definition at line 62 of file lidar_deskewing.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 37 of file lidar_deskewing.cpp.
|
private |
Definition at line 112 of file lidar_deskewing.cpp.
|
private |
Definition at line 109 of file lidar_deskewing.cpp.
|
private |
Definition at line 108 of file lidar_deskewing.cpp.
|
private |
Definition at line 114 of file lidar_deskewing.cpp.
|
private |
Definition at line 111 of file lidar_deskewing.cpp.
|
private |
Definition at line 110 of file lidar_deskewing.cpp.
|
private |
Definition at line 115 of file lidar_deskewing.cpp.
|
private |
Definition at line 113 of file lidar_deskewing.cpp.