#include <ros/ros.h>
#include <opencv2/highgui/highgui.hpp>
#include <tue_serialization/Binary.h>
#include <ed_msgs/RaiseEvent.h>
Go to the source code of this file.
|
void | imageCallback (const tue_serialization::Binary::ConstPtr &msg) |
|
int | main (int argc, char **argv) |
|
void | mouseCallback (int event, int x, int y, int, void *) |
|
◆ imageCallback()
void imageCallback |
( |
const tue_serialization::Binary::ConstPtr & |
msg | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ mouseCallback()
void mouseCallback |
( |
int |
event, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
, |
|
|
void * |
|
|
) |
| |
◆ click_type
◆ client
ros::ServiceClient client |