|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Public Member Functions | |
RobotData () | |
Public Member Functions inherited from DebugDrawerComponent::DrawData | |
DrawData () | |
Public Attributes | |
std::string | armarxProject |
VirtualRobot::VisualizationFactory::Color | color |
std::map< std::string, float > | configuration |
armarx::DrawStyle | drawStyle |
Eigen::Matrix4f | globalPose |
std::map< std::string, VirtualRobot::VisualizationFactory::Color > | nodeColors |
std::string | robotFile |
bool | updateColor |
bool | updateConfig |
bool | updateNodeColor |
bool | updatePose |
Public Attributes inherited from DebugDrawerComponent::DrawData | |
bool | active |
std::string | layerName |
std::string | name |
bool | update |
Whether an existing visu should be updated. More... | |
Definition at line 439 of file DebugDrawerComponent.h.
|
inline |
Definition at line 441 of file DebugDrawerComponent.h.
std::string armarxProject |
Definition at line 448 of file DebugDrawerComponent.h.
Definition at line 451 of file DebugDrawerComponent.h.
std::map< std::string, float > configuration |
Definition at line 460 of file DebugDrawerComponent.h.
armarx::DrawStyle drawStyle |
Definition at line 462 of file DebugDrawerComponent.h.
Eigen::Matrix4f globalPose |
Definition at line 457 of file DebugDrawerComponent.h.
std::map< std::string, VirtualRobot::VisualizationFactory::Color > nodeColors |
Definition at line 454 of file DebugDrawerComponent.h.
std::string robotFile |
Definition at line 447 of file DebugDrawerComponent.h.
bool updateColor |
Definition at line 450 of file DebugDrawerComponent.h.
bool updateConfig |
Definition at line 459 of file DebugDrawerComponent.h.
bool updateNodeColor |
Definition at line 453 of file DebugDrawerComponent.h.
bool updatePose |
Definition at line 456 of file DebugDrawerComponent.h.