#include <rearrange_bounding_box.h>
|
| typedef jsk_pcl_ros::RearrangeBoundingBoxConfig | Config |
| |
|
| void | configCallback (Config &config, uint32_t level) |
| |
| virtual void | onInit () |
| |
| virtual void | rearrangeBoundingBoxCallback (const jsk_recognition_msgs::BoundingBoxArray::ConstPtr &box_array) |
| |
| virtual void | subscribe () |
| |
| virtual 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 49 of file rearrange_bounding_box.h.
| jsk_pcl_ros::RearrangeBoundingBox::RearrangeBoundingBox |
( |
| ) |
|
|
inline |
| void jsk_pcl_ros::RearrangeBoundingBox::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protected |
| void jsk_pcl_ros::RearrangeBoundingBox::onInit |
( |
void |
| ) |
|
|
protectedvirtual |
| void jsk_pcl_ros::RearrangeBoundingBox::rearrangeBoundingBoxCallback |
( |
const jsk_recognition_msgs::BoundingBoxArray::ConstPtr & |
box_array | ) |
|
|
protectedvirtual |
| void jsk_pcl_ros::RearrangeBoundingBox::subscribe |
( |
| ) |
|
|
protectedvirtual |
| void jsk_pcl_ros::RearrangeBoundingBox::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
| double jsk_pcl_ros::RearrangeBoundingBox::offset_x_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::offset_y_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::offset_z_ |
|
protected |
| ros::Publisher jsk_pcl_ros::RearrangeBoundingBox::pub_bouding_box_array_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::rotate_x_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::rotate_y_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::rotate_z_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::scale_x_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::scale_y_ |
|
protected |
| double jsk_pcl_ros::RearrangeBoundingBox::scale_z_ |
|
protected |
The documentation for this class was generated from the following files: