37 #include <RobotAPI/interface/units/RobotUnit/RobotUnitInterface.h>
40 #include <armarx/control/components/retrieve_hand_skill_provider/ComponentInterface.h>
86 void createRemoteGuiTab();
91 void RemoteGui_update() override;
104 void drawBoxes(const Properties& p, viz::Client& arviz);
110 static const std::string defaultName;
119 std::string retrieveHandSkillProviderName =
"retrieveHandSkillProvider";
122 Properties properties;
138 struct RemoteGuiTab : armarx::RemoteGui::Client::Tab
140 armarx::RemoteGui::Client::LineEdit boxLayerName;
141 armarx::RemoteGui::Client::IntSpinBox numBoxes;
143 armarx::RemoteGui::Client::Button drawBoxes;