|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Public Member Functions | |
RobotData () | |
![]() | |
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 |
![]() | |
bool | active |
std::string | layerName |
std::string | name |
bool | update |
Whether an existing visu should be updated. More... | |
Definition at line 681 of file DebugDrawerComponent.h.
|
inline |
Definition at line 683 of file DebugDrawerComponent.h.
std::string armarxProject |
Definition at line 691 of file DebugDrawerComponent.h.
Definition at line 694 of file DebugDrawerComponent.h.
std::map<std::string, float> configuration |
Definition at line 703 of file DebugDrawerComponent.h.
armarx::DrawStyle drawStyle |
Definition at line 705 of file DebugDrawerComponent.h.
Eigen::Matrix4f globalPose |
Definition at line 700 of file DebugDrawerComponent.h.
std::map<std::string, VirtualRobot::VisualizationFactory::Color> nodeColors |
Definition at line 697 of file DebugDrawerComponent.h.
std::string robotFile |
Definition at line 690 of file DebugDrawerComponent.h.
bool updateColor |
Definition at line 693 of file DebugDrawerComponent.h.
bool updateConfig |
Definition at line 702 of file DebugDrawerComponent.h.
bool updateNodeColor |
Definition at line 696 of file DebugDrawerComponent.h.
bool updatePose |
Definition at line 699 of file DebugDrawerComponent.h.