#include <interactive_markers/interactive_marker_server.h>
#include <jsk_recognition_msgs/Int32Stamped.h>
#include <jsk_interactive_marker/IndexRequest.h>
#include <jsk_recognition_msgs/BoundingBoxArray.h>
#include <ros/ros.h>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
|
void | boxCallback (const jsk_recognition_msgs::BoundingBoxArray::ConstPtr &msg) |
|
bool | indexRequest (jsk_interactive_marker::IndexRequest::Request &req, jsk_interactive_marker::IndexRequest::Response &res) |
|
int | main (int argc, char **argv) |
|
void | processFeedback (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | publishClickedBox (jsk_recognition_msgs::Int32Stamped &msg) |
|
◆ boxCallback()
void boxCallback |
( |
const jsk_recognition_msgs::BoundingBoxArray::ConstPtr & |
msg | ) |
|
◆ indexRequest()
bool indexRequest |
( |
jsk_interactive_marker::IndexRequest::Request & |
req, |
|
|
jsk_interactive_marker::IndexRequest::Response & |
res |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ processFeedback()
void processFeedback |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
◆ publishClickedBox()
void publishClickedBox |
( |
jsk_recognition_msgs::Int32Stamped & |
msg | ) |
|
◆ box_arr_pub
◆ box_msg
jsk_recognition_msgs::BoundingBoxArray::ConstPtr box_msg |
◆ box_pub
◆ mutex
◆ pub
◆ server