|
Default values for drawing functions. More...
#include <RobotAPI/libraries/core/visualization/DebugDrawerTopic.h>
Public Attributes | |
DrawColor | boxEdgesColor {0, 1, 1, 1} |
float | boxEdgesWidth = 2 |
DrawColor | colorArrow {1, .5, 0, 1} |
DrawColor | colorBox {1, 0, 0, 1} |
DrawColor | colorCylinder {0, 1, 0, 1} |
DrawColor | colorFloor {.1f, .1f, .1f, 1} |
DrawColor | colorLine {.5, 0, 0, 1} |
DrawColor | colorPointCloud {.5, .5, .5, 1.} |
DrawColor | colorPolygonEdge {.75, .75, .75, 1} |
DrawColor | colorPolygonFace {0, 1, 1, 1} |
DrawColor | colorSphere {0, 0, 1, 1} |
DrawColor | colorText {0, 0, 0, 1} |
float | lineWidth = 2 |
float | pointCloudPointSize = 3.0f |
Default values for drawing functions.
Definition at line 201 of file DebugDrawerTopic.h.
DrawColor boxEdgesColor {0, 1, 1, 1} |
Definition at line 223 of file DebugDrawerTopic.h.
float boxEdgesWidth = 2 |
Definition at line 224 of file DebugDrawerTopic.h.
DrawColor colorArrow {1, .5, 0, 1} |
Definition at line 205 of file DebugDrawerTopic.h.
DrawColor colorBox {1, 0, 0, 1} |
Definition at line 206 of file DebugDrawerTopic.h.
DrawColor colorCylinder {0, 1, 0, 1} |
Definition at line 207 of file DebugDrawerTopic.h.
DrawColor colorFloor {.1f, .1f, .1f, 1} |
Definition at line 214 of file DebugDrawerTopic.h.
DrawColor colorLine {.5, 0, 0, 1} |
Definition at line 208 of file DebugDrawerTopic.h.
DrawColor colorPointCloud {.5, .5, .5, 1.} |
Definition at line 216 of file DebugDrawerTopic.h.
DrawColor colorPolygonEdge {.75, .75, .75, 1} |
Definition at line 212 of file DebugDrawerTopic.h.
DrawColor colorPolygonFace {0, 1, 1, 1} |
Definition at line 211 of file DebugDrawerTopic.h.
DrawColor colorSphere {0, 0, 1, 1} |
Definition at line 209 of file DebugDrawerTopic.h.
DrawColor colorText {0, 0, 0, 1} |
Definition at line 203 of file DebugDrawerTopic.h.
float lineWidth = 2 |
Definition at line 221 of file DebugDrawerTopic.h.
float pointCloudPointSize = 3.0f |
Definition at line 219 of file DebugDrawerTopic.h.