#include <imagesift.h>
Public Types | |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::Image, sensor_msgs::Image > | SyncPolicy |
Public Types inherited from jsk_topic_tools::DiagnosticNodelet | |
typedef boost::shared_ptr< DiagnosticNodelet > | Ptr |
Public Member Functions | |
SiftNode () | |
Public Member Functions inherited from jsk_topic_tools::DiagnosticNodelet | |
DiagnosticNodelet (const std::string &name) | |
Public Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet | |
ConnectionBasedNodelet () | |
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 () |
Public Attributes | |
ros::WallTime | lasttime |
Protected Member Functions | |
bool | detect (posedetection_msgs::Feature0D &features, const sensor_msgs::Image &imagemsg, const sensor_msgs::Image::ConstPtr &mask_ptr) |
bool | detectCb (posedetection_msgs::Feature0DDetect::Request &req, posedetection_msgs::Feature0DDetect::Response &res) |
void | imageCb (const sensor_msgs::ImageConstPtr &msg_ptr, const sensor_msgs::ImageConstPtr &mask_ptr) |
void | imageCb (const sensor_msgs::ImageConstPtr &msg_ptr) |
void | infoCb (const sensor_msgs::CameraInfoConstPtr &msg_ptr) |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Member Functions inherited from jsk_topic_tools::DiagnosticNodelet | |
virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
Protected Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet | |
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) |
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 60 of file imagesift.h.
typedef message_filters::sync_policies::ExactTime< sensor_msgs::Image, sensor_msgs::Image > imagesift::SiftNode::SyncPolicy |
Definition at line 65 of file imagesift.h.
|
inline |
Definition at line 67 of file imagesift.h.
|
protected |
Definition at line 114 of file imagesift.cpp.
|
protected |
Definition at line 108 of file imagesift.cpp.
|
protected |
Definition at line 212 of file imagesift.cpp.
|
protected |
Definition at line 234 of file imagesift.cpp.
|
protected |
Definition at line 101 of file imagesift.cpp.
|
protectedvirtual |
Reimplemented from jsk_topic_tools::DiagnosticNodelet.
Definition at line 53 of file imagesift.cpp.
|
protectedvirtual |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 74 of file imagesift.cpp.
|
protectedvirtual |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 89 of file imagesift.cpp.
|
protected |
Definition at line 69 of file imagesift.h.
|
protected |
Definition at line 73 of file imagesift.h.
|
protected |
Definition at line 72 of file imagesift.h.
|
protected |
Definition at line 71 of file imagesift.h.
|
protected |
Definition at line 81 of file imagesift.h.
|
protected |
Definition at line 82 of file imagesift.h.
|
protected |
Definition at line 83 of file imagesift.h.
|
protected |
Definition at line 79 of file imagesift.h.
|
protected |
Definition at line 74 of file imagesift.h.
|
protected |
Definition at line 76 of file imagesift.h.
|
protected |
Definition at line 80 of file imagesift.h.
|
protected |
Definition at line 77 of file imagesift.h.
|
protected |
Definition at line 78 of file imagesift.h.
|
protected |
Definition at line 70 of file imagesift.h.
ros::WallTime imagesift::SiftNode::lasttime |
Definition at line 66 of file imagesift.h.