29 #include <VirtualRobot/VirtualRobot.h>
38 #include <experimental/memory>
40 #include <RobotAPI/interface/units/RobotUnit/RobotUnitInterface.h>
50 #include <armarx/control/components/controller_creator/ComponentInterface.h>
100 void createRemoteGuiTab();
105 void RemoteGui_update() override;
110 const std::string& controllerType,
112 const std::string& configFilename =
"",
113 bool activate =
false,
114 bool allowReuse =
true,
115 bool cfgFromMemory =
false,
116 const Ice::Current& = Ice::emptyCurrent)
override;
119 const Ice::Current& = Ice::emptyCurrent)
override;
121 const Ice::Current& = Ice::emptyCurrent)
override;
124 const std::string& side,
125 const std::string& fileName,
126 const std::string& nameSuffix,
127 const Ice::Current& = Ice::emptyCurrent)
override;
131 template <control::common::ControllerType T>
135 const std::string& configFilename =
"",
136 bool flagActivate =
true,
137 bool flagAllowReuse =
true,
138 bool flagFromMemory =
false);
148 void drawBoxes(const Properties& p, viz::Client& arviz);
158 static const std::string defaultName;
171 VirtualRobot::RobotNodeSetPtr m_rns_l;
172 VirtualRobot::RobotNodeSetPtr m_rns_r;
174 std::map<std::string, VirtualRobot::RobotNodeSetPtr> m_robotNodeSets;
175 std::map<std::string, unsigned int> m_controllerJointNumbers;
179 std::map<std::string, std::map<std::string, Eigen::Matrix4f>> m_prevTargetPose;
180 std::map<std::string, std::map<std::string, Eigen::VectorXf>> m_prevNullspaceJointTarget;
185 std::string robotName =
"Armar6";
188 std::string ftSensorNameLeft =
"FT L_ArmL_FT";
189 std::string ftSensorNameRight =
"FT R_ArmR_FT";
191 std::string defaultRobotNodeSetLeft =
"LeftArm";
192 std::string defaultRobotNodeSetRight =
"RightArm";
195 Properties properties;
204 struct RemoteGuiTab : armarx::RemoteGui::Client::Tab
206 armarx::RemoteGui::Client::LineEdit boxLayerName;
207 armarx::RemoteGui::Client::IntSpinBox numBoxes;
209 armarx::RemoteGui::Client::Button drawBoxes;
213 template <
typename T>
216 template <
typename T>