|
|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Inheritance diagram for DebugDrawerComponent::RobotData: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 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.