29 #include <ArmarXSimulation/interface/ObjectMemoryToSimulationInterface.h>
30 #include <ArmarXSimulation/interface/simulator/SimulatorInterface.h>
72 void createRemoteGuiTab();
77 void RemoteGui_update() override;
89 void drawBoxes(const Properties& p, viz::Client& arviz);
92 void synchronizeSimulator(const ::Ice::Current&
c = ::Ice::emptyCurrent)
override;
96 static const std::string defaultName;
104 std::string objectPoseProviderName =
"";
107 Properties properties;
116 struct RemoteGuiTab : armarx::RemoteGui::Client::Tab
118 armarx::RemoteGui::Client::LineEdit boxLayerName;
119 armarx::RemoteGui::Client::IntSpinBox numBoxes;
121 armarx::RemoteGui::Client::Button drawBoxes;
130 std::mutex arvizMutex;
133 armarx::SimulatorInterfacePrx simulator;