Functions | Variables
publish_target.cpp File Reference

This code publishes and target as an rviz interactive marker for the foveation control to be tested. More...

#include <sensor_msgs/PointCloud2.h>
#include <pcl/conversions.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl_conversions/pcl_conversions.h>
#include <ros/ros.h>
#include <interactive_markers/interactive_marker_server.h>
#include <interactive_markers/menu_handler.h>
#include <tf/transform_broadcaster.h>
#include <tf/tf.h>
#include <math.h>
Include dependency graph for publish_target.cpp:

Go to the source code of this file.

Functions

void alignMarker (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback)
 
void frameCallback (const ros::TimerEvent &)
 
int main (int argc, char **argv)
 
void make6DofMarker (bool fixed)
 
Marker makeBox (InteractiveMarker &msg)
 
InteractiveMarkerControl & makeBoxControl (InteractiveMarker &msg)
 
void makeChessPieceMarker ()
 
void makeMenuMarker ()
 
void makeMovingMarker ()
 
void makePanTiltMarker ()
 
void makeQuadrocopterMarker ()
 
void makeRandomDofMarker ()
 
void makeViewFacingMarker ()
 
void processFeedback (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback)
 
double rand (double min, double max)
 
void saveMarker (InteractiveMarker int_marker)
 

Variables

float marker_pos = 0
 
interactive_markers::MenuHandler menu_handler
 
ros::Publisher pub
 
boost::shared_ptr
< interactive_markers::InteractiveMarkerServer > 
server
 

Detailed Description

This code publishes and target as an rviz interactive marker for the foveation control to be tested.

Author
Miguel Oliveira
Version
v0
Date
2012-03-02

Definition in file publish_target.cpp.

Function Documentation

void alignMarker ( const visualization_msgs::InteractiveMarkerFeedbackConstPtr &  feedback)

Definition at line 166 of file publish_target.cpp.

void frameCallback ( const ros::TimerEvent &  )

Definition at line 76 of file publish_target.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 525 of file publish_target.cpp.

void make6DofMarker ( bool  fixed)

Definition at line 231 of file publish_target.cpp.

Marker makeBox ( InteractiveMarker &  msg)

Definition at line 195 of file publish_target.cpp.

InteractiveMarkerControl& makeBoxControl ( InteractiveMarker &  msg)

Definition at line 211 of file publish_target.cpp.

void makeChessPieceMarker ( )

Definition at line 394 of file publish_target.cpp.

void makeMenuMarker ( )

Definition at line 464 of file publish_target.cpp.

void makeMovingMarker ( )

Definition at line 495 of file publish_target.cpp.

void makePanTiltMarker ( )

Definition at line 428 of file publish_target.cpp.

void makeQuadrocopterMarker ( )

Definition at line 365 of file publish_target.cpp.

void makeRandomDofMarker ( )

Definition at line 293 of file publish_target.cpp.

void makeViewFacingMarker ( )

Definition at line 326 of file publish_target.cpp.

void processFeedback ( const visualization_msgs::InteractiveMarkerFeedbackConstPtr &  feedback)

Definition at line 99 of file publish_target.cpp.

double rand ( double  min,
double  max 
)

Definition at line 188 of file publish_target.cpp.

void saveMarker ( InteractiveMarker  int_marker)

Definition at line 222 of file publish_target.cpp.

Variable Documentation

float marker_pos = 0

Definition at line 70 of file publish_target.cpp.

interactive_markers::MenuHandler menu_handler

Definition at line 71 of file publish_target.cpp.

ros::Publisher pub

Definition at line 72 of file publish_target.cpp.

boost::shared_ptr<interactive_markers::InteractiveMarkerServer> server

Definition at line 69 of file publish_target.cpp.



foveation_control
Author(s): Miguel Oliveira
autogenerated on Mon Mar 2 2015 01:31:39