#include "ros/ros.h"
#include "visualization_msgs/Marker.h"
#include "visualization_msgs/MarkerArray.h"
#include <tf/transform_broadcaster.h>
#include <tf/tf.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
void | publishCallback (const ros::TimerEvent &) |
|
void | publishMesh (int &id, float x, float y, float r, float g, float b, float a, bool use_embedded_materials, int mesh) |
|
void | publishMeshes (int &id, float x, float r, float g, float b, float a) |
|
void | publishMeshes () |
|
void | publishText (int &id, float x, float y, const std::string &text) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ publishCallback()
◆ publishMesh()
void publishMesh |
( |
int & |
id, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a, |
|
|
bool |
use_embedded_materials, |
|
|
int |
mesh |
|
) |
| |
◆ publishMeshes() [1/2]
void publishMeshes |
( |
int & |
id, |
|
|
float |
x, |
|
|
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
◆ publishMeshes() [2/2]
◆ publishText()
void publishText |
( |
int & |
id, |
|
|
float |
x, |
|
|
float |
y, |
|
|
const std::string & |
text |
|
) |
| |
◆ g_marker_pub