25 #include <RobotAPI/interface/core/Trajectory.ice>
26 #include <RobotAPI/interface/units/RobotUnit/NJointController.ice>
36 string dmpMode =
"MinimumJerk";
37 string dmpType =
"Discrete";
42 double phaseDist0 = 50;
43 double phaseDist1 = 10;
44 double phaseKpPos = 1;
45 double phaseKpOri = 0.1;
46 double posToOriRatio = 10;
47 double timeDuration = 10;
103 void learnDMPFromFiles(Ice::StringSeq trajfiles);
105 void runDMP(Ice::DoubleSeq goals,
double timeDuration);
106 void runDMPWithVirtualStart(
107 Ice::DoubleSeq starts, Ice::DoubleSeq goals,
double timeDuration);
110 void setGoals(Ice::DoubleSeq goals);
111 void setViaPoints(
double u, Ice::DoubleSeq viapoint);
112 void removeAllViaPoints();
113 double getVirtualTime();
115 void setKpImpedance(Ice::FloatSeq
value);
116 void setKdImpedance(Ice::FloatSeq
value);
117 void setKmAdmittance(Ice::FloatSeq
value);
118 void setKpAdmittance(Ice::FloatSeq
value);
119 void setKdAdmittance(Ice::FloatSeq
value);
121 Ice::FloatSeq getCurrentObjVel();
122 Ice::FloatSeq getCurrentObjForce();
124 void setMPWeights(DoubleSeqSeq weights);
125 DoubleSeqSeq getMPWeights();
126 void setMPRotWeights(DoubleSeqSeq weights);
127 DoubleSeqSeq getMPRotWeights();
135 string dmpMode =
"Linear";
136 string dmpType =
"Discrete";
137 double timeDuration = 10;
154 void learnDMPFromFiles(Ice::StringSeq trajfiles);
156 void runDMP(Ice::DoubleSeq goals,
double timeDuration);
157 void runDMPWithVirtualStart(
158 Ice::DoubleSeq starts, Ice::DoubleSeq goals,
double timeDuration);
160 void setGoals(Ice::DoubleSeq goals);
161 void setViaPoints(
double u, Ice::DoubleSeq viapoint);
162 void removeAllViaPoints();
163 double getVirtualTime();
165 void setKpImpedance(Ice::FloatSeq
value);
166 void setKdImpedance(Ice::FloatSeq
value);
168 Ice::FloatSeq getCurrentObjVel();
170 void setMPWeights(DoubleSeqSeq weights);
171 DoubleSeqSeq getMPWeights();
172 void setMPRotWeights(DoubleSeqSeq weights);
173 DoubleSeqSeq getMPRotWeights();
179 int kernelSize = 100;
180 string dmpMode =
"MinimumJerk";
181 string dmpObjType =
"Discrete";
182 string dmpLeftType =
"Discrete";
183 string dmpRightType =
"Discrete";
185 float dmpAmplitude = 1.0;
190 double phaseDist0 = 50;
191 double phaseDist1 = 10;
192 double phaseKpPos = 1;
193 double phaseKpOri = 0.1;
194 double posToOriRatio = 10;
195 double timeDuration = 10;
241 void learnDMPFromFiles(Ice::StringSeq trajfiles);
242 void learnMultiDMPFromFiles(Ice::StringSeq objFileNames,
243 Ice::StringSeq leftFileNames,
244 Ice::StringSeq rightFileNames);
247 void runDMP(Ice::DoubleSeq goalObj,
248 Ice::DoubleSeq goalLeft,
249 Ice::DoubleSeq goalRight,
250 double timeDuration);
251 void runDMPWithVirtualStart(
252 Ice::DoubleSeq starts, Ice::DoubleSeq goals,
double timeDuration);
255 void setGoals(Ice::DoubleSeq goals);
256 void setMultiMPGoals(
257 Ice::DoubleSeq goalObj, Ice::DoubleSeq goalLeft, Ice::DoubleSeq goalRight);
259 void setViaPoints(
double u, Ice::DoubleSeq viapoint);
260 void removeAllViaPoints();
262 double getVirtualTime();
264 void setKpImpedance(Ice::FloatSeq
value);
265 void setKdImpedance(Ice::FloatSeq
value);
266 void setKmAdmittance(Ice::FloatSeq
value);
267 void setKpAdmittance(Ice::FloatSeq
value);
268 void setKdAdmittance(Ice::FloatSeq
value);
269 void setAmplitude(
double amp);
271 Ice::FloatSeq getCurrentObjVel();
272 Ice::FloatSeq getCurrentObjForce();