|
| virtual void | applyDownsampling (pcl::PointCloud< pcl::PointNormal >::Ptr in_cloud, pcl::PointCloud< pcl::PointNormal > &out_cloud) |
| |
| virtual void | cloudCallback (const sensor_msgs::PointCloud2::ConstPtr &cloud_msg) |
| | callback function of ~input topic. More...
|
| |
| virtual void | cloudTimerCallback (const ros::TimerEvent &event) |
| | cloud periodic timer callback More...
|
| |
| virtual bool | isFirstTime () |
| | return true if it is the first time to localize More...
|
| |
| virtual bool | localizationRequest (std_srvs::Empty::Request &req, std_srvs::Empty::Response &res) |
| | callback function of ~localize service. More...
|
| |
| virtual void | onInit () |
| |
| virtual void | subscribe () |
| |
| virtual void | tfTimerCallback (const ros::TimerEvent &event) |
| | tf periodic timer callback More...
|
| |
| virtual void | unsubscribe () |
| |
| virtual bool | updateOffsetCallback (jsk_recognition_msgs::UpdateOffset::Request &req, jsk_recognition_msgs::UpdateOffset::Response &res) |
| | callback function for ~update_offset service More...
|
| |
| virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| |
| 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 |
| |
Definition at line 52 of file pointcloud_localization.h.