43 #include <armarx/control/components/bimanual_transport_skill_provider/ComponentInterface.h>
89 void createRemoteGuiTab();
94 void RemoteGui_update() override;
106 void drawBoxes(const Properties& p, viz::Client& arviz);
111 static const std::string defaultName;
119 std::string robotName;
122 Properties properties;
131 struct RemoteGuiTab : armarx::RemoteGui::Client::Tab
133 armarx::RemoteGui::Client::LineEdit boxLayerName;
134 armarx::RemoteGui::Client::IntSpinBox numBoxes;
136 armarx::RemoteGui::Client::Button drawBoxes;