|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Public Attributes | |
float | circleCompletion |
VirtualRobot::VisualizationFactory::Color | color |
Eigen::Vector3f | direction |
Eigen::Vector3f | position |
float | radius |
float | width |
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 398 of file DebugDrawerComponent.h.
float circleCompletion |
Definition at line 404 of file DebugDrawerComponent.h.
Definition at line 405 of file DebugDrawerComponent.h.
Eigen::Vector3f direction |
Definition at line 401 of file DebugDrawerComponent.h.
Eigen::Vector3f position |
Definition at line 400 of file DebugDrawerComponent.h.
float radius |
Definition at line 402 of file DebugDrawerComponent.h.
float width |
Definition at line 403 of file DebugDrawerComponent.h.