#include <depth_image_creator.h>
|
void | callback_cloud (const sensor_msgs::PointCloud2ConstPtr &pcloud2) |
|
void | callback_info (const sensor_msgs::CameraInfoConstPtr &info) |
|
void | callback_sync (const sensor_msgs::CameraInfoConstPtr &info, const sensor_msgs::PointCloud2ConstPtr &pcloud2) |
|
void | onInit () |
|
void | publish_points (const sensor_msgs::CameraInfoConstPtr &info, const sensor_msgs::PointCloud2ConstPtr &pcloud2) |
|
bool | service_cb (std_srvs::Empty::Request &req, std_srvs::Empty::Response &res) |
|
void | subscribe () |
|
void | unsubscribe () |
|
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 68 of file depth_image_creator.h.
void jsk_pcl_ros::DepthImageCreator::callback_cloud |
( |
const sensor_msgs::PointCloud2ConstPtr & |
pcloud2 | ) |
|
|
protected |
void jsk_pcl_ros::DepthImageCreator::callback_info |
( |
const sensor_msgs::CameraInfoConstPtr & |
info | ) |
|
|
protected |
void jsk_pcl_ros::DepthImageCreator::callback_sync |
( |
const sensor_msgs::CameraInfoConstPtr & |
info, |
|
|
const sensor_msgs::PointCloud2ConstPtr & |
pcloud2 |
|
) |
| |
|
protected |
void jsk_pcl_ros::DepthImageCreator::onInit |
( |
void |
| ) |
|
|
protectedvirtual |
void jsk_pcl_ros::DepthImageCreator::publish_points |
( |
const sensor_msgs::CameraInfoConstPtr & |
info, |
|
|
const sensor_msgs::PointCloud2ConstPtr & |
pcloud2 |
|
) |
| |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::service_cb |
( |
std_srvs::Empty::Request & |
req, |
|
|
std_srvs::Empty::Response & |
res |
|
) |
| |
|
protected |
void jsk_pcl_ros::DepthImageCreator::subscribe |
( |
| ) |
|
|
protectedvirtual |
void jsk_pcl_ros::DepthImageCreator::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
float jsk_pcl_ros::DepthImageCreator::fill_value |
|
protected |
int jsk_pcl_ros::DepthImageCreator::info_counter_ |
|
protected |
int jsk_pcl_ros::DepthImageCreator::info_throttle_ |
|
protected |
int jsk_pcl_ros::DepthImageCreator::max_pub_queue_size_ |
|
protected |
int jsk_pcl_ros::DepthImageCreator::max_queue_size_ |
|
protected |
int jsk_pcl_ros::DepthImageCreator::max_sub_queue_size_ |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::organize_cloud_ |
|
protected |
sensor_msgs::PointCloud2ConstPtr jsk_pcl_ros::DepthImageCreator::points_ptr_ |
|
protected |
double jsk_pcl_ros::DepthImageCreator::scale_depth |
|
protected |
double jsk_pcl_ros::DepthImageCreator::tf_duration_ |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::use_approximate |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::use_asynchronous |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::use_fixed_transform |
|
protected |
bool jsk_pcl_ros::DepthImageCreator::use_service |
|
protected |
The documentation for this class was generated from the following files: