|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Public Attributes | |
VirtualRobot::VisualizationFactory::Color | colorBorder |
VirtualRobot::VisualizationFactory::Color | colorInner |
float | lineWidth |
std::vector< Eigen::Vector3f > | points |
Public Attributes inherited from DebugDrawerComponent::DrawData | |
bool | active |
std::string | layerName |
std::string | name |
bool | update |
Whether an existing visu should be updated. More... | |
Additional Inherited Members | |
Public Member Functions inherited from DebugDrawerComponent::DrawData | |
DrawData () | |
Definition at line 419 of file DebugDrawerComponent.h.
VirtualRobot::VisualizationFactory::Color colorBorder |
Definition at line 424 of file DebugDrawerComponent.h.
VirtualRobot::VisualizationFactory::Color colorInner |
Definition at line 423 of file DebugDrawerComponent.h.
float lineWidth |
Definition at line 422 of file DebugDrawerComponent.h.
std::vector< Eigen::Vector3f > points |
Definition at line 421 of file DebugDrawerComponent.h.