35 #include <armarx/navigation/client/ice/NavigatorInterface.h>
37 #include <armarx/navigation/components/navigation_skill_provider/ComponentInterface.h>
87 void createRemoteGuiTab();
92 void RemoteGui_update() override;
104 void drawBoxes(const Properties& p, viz::Client& arviz);
109 static const std::string defaultName;
114 std::string robotName;
121 Properties properties;
125 struct RemoteGuiTab : armarx::RemoteGui::Client::Tab
127 armarx::RemoteGui::Client::LineEdit boxLayerName;
128 armarx::RemoteGui::Client::IntSpinBox numBoxes;
130 armarx::RemoteGui::Client::Button drawBoxes;
137 client::NavigatorInterfacePrx navigatorPrx;
139 template <
typename T>