#include <bounding_box_to_rect.h>
|
virtual void | inputBoxCallback (const sensor_msgs::CameraInfo::ConstPtr &info_msg, const jsk_recognition_msgs::BoundingBox::ConstPtr &box_msg) |
|
virtual void | inputCallback (const sensor_msgs::CameraInfo::ConstPtr &info_msg, const jsk_recognition_msgs::BoundingBoxArray::ConstPtr &boxes_msg) |
|
virtual void | internalCallback (const jsk_recognition_msgs::BoundingBoxArrayWithCameraInfo::ConstPtr &msg) |
|
virtual void | onInit () |
|
virtual void | subscribe () |
|
virtual void | unsubscribe () |
|
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 54 of file bounding_box_to_rect.h.
jsk_perception::BoundingBoxToRect::BoundingBoxToRect |
( |
| ) |
|
|
inline |
void jsk_perception::BoundingBoxToRect::inputBoxCallback |
( |
const sensor_msgs::CameraInfo::ConstPtr & |
info_msg, |
|
|
const jsk_recognition_msgs::BoundingBox::ConstPtr & |
box_msg |
|
) |
| |
|
protectedvirtual |
void jsk_perception::BoundingBoxToRect::inputCallback |
( |
const sensor_msgs::CameraInfo::ConstPtr & |
info_msg, |
|
|
const jsk_recognition_msgs::BoundingBoxArray::ConstPtr & |
boxes_msg |
|
) |
| |
|
protectedvirtual |
void jsk_perception::BoundingBoxToRect::internalCallback |
( |
const jsk_recognition_msgs::BoundingBoxArrayWithCameraInfo::ConstPtr & |
msg | ) |
|
|
protectedvirtual |
void jsk_perception::BoundingBoxToRect::onInit |
( |
| ) |
|
|
protectedvirtual |
void jsk_perception::BoundingBoxToRect::subscribe |
( |
| ) |
|
|
protectedvirtual |
void jsk_perception::BoundingBoxToRect::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
bool jsk_perception::BoundingBoxToRect::approximate_sync_ |
|
protected |
std::string jsk_perception::BoundingBoxToRect::frame_id_ |
|
protected |
boost::mutex jsk_perception::BoundingBoxToRect::mutex_ |
|
protected |
int jsk_perception::BoundingBoxToRect::queue_size_ |
|
protected |
message_filters::Subscriber<jsk_recognition_msgs::BoundingBoxArrayWithCameraInfo> jsk_perception::BoundingBoxToRect::sub_box_with_info_ |
|
protected |
int jsk_perception::BoundingBoxToRect::tf_queue_size_ |
|
protected |
The documentation for this class was generated from the following files: