Go to the source code of this file.
|
static void | appendTrianglePoints (int point_count, const std::vector< float > &points_x, const std::vector< float > &points_y, visualization_msgs::Marker &marker_point, int &triangle_idx, int nr_triangles, std_msgs::ColorRGBA field_color) |
|
static std_msgs::ColorRGBA | blue (void) |
|
static std_msgs::ColorRGBA | color (float r, float g, float b, float a=0.5f) |
|
static std_msgs::ColorRGBA | gray (void) |
|
static std_msgs::ColorRGBA | green (void) |
|
static std_msgs::ColorRGBA | red (void) |
|
static std_msgs::ColorRGBA | yellow (void) |
|
◆ appendTrianglePoints()
static void appendTrianglePoints |
( |
int |
point_count, |
|
|
const std::vector< float > & |
points_x, |
|
|
const std::vector< float > & |
points_y, |
|
|
visualization_msgs::Marker & |
marker_point, |
|
|
int & |
triangle_idx, |
|
|
int |
nr_triangles, |
|
|
std_msgs::ColorRGBA |
field_color |
|
) |
| |
|
static |
◆ blue()
static std_msgs::ColorRGBA blue |
( |
void |
| ) |
|
|
static |
◆ color()
static std_msgs::ColorRGBA color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a = 0.5f |
|
) |
| |
|
static |
◆ gray()
static std_msgs::ColorRGBA gray |
( |
void |
| ) |
|
|
static |
◆ green()
static std_msgs::ColorRGBA green |
( |
void |
| ) |
|
|
static |
◆ red()
static std_msgs::ColorRGBA red |
( |
void |
| ) |
|
|
static |
◆ yellow()
static std_msgs::ColorRGBA yellow |
( |
void |
| ) |
|
|
static |