#include <ros/ros.h>
#include <interactive_markers/interactive_marker_server.h>
#include <math.h>
#include <tf/LinearMath/Vector3.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
InteractiveMarkerControl & | makeBoxControl (InteractiveMarker &msg) |
void | makeCube () |
void | processFeedback (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
Variables | |
std::vector< tf::Vector3 > | positions |
boost::shared_ptr < interactive_markers::InteractiveMarkerServer > | server |
InteractiveMarkerControl& makeBoxControl | ( | InteractiveMarker & | msg | ) |
void processFeedback | ( | const visualization_msgs::InteractiveMarkerFeedbackConstPtr & | feedback | ) |
boost::shared_ptr<interactive_markers::InteractiveMarkerServer> server |