25 #include <RobotAPI/interface/core/Trajectory.ice>
26 #include <RobotAPI/interface/units/RobotUnit/NJointController.ice>
35 string dmpMode =
"MinimumJerk";
36 string dmpType =
"Discrete";
41 double phaseDist0 = 50;
42 double phaseDist1 = 10;
43 double phaseKpPos = 1;
44 double phaseKpOri = 0.1;
45 double posToOriRatio = 10;
46 double timeDuration = 10;
100 void learnDMPFromFiles(Ice::StringSeq trajfiles);
102 void runDMP(Ice::DoubleSeq goals);
105 void setGoals(Ice::DoubleSeq goals);
106 void setViaPoints(
double u, Ice::DoubleSeq viapoint);
107 double getVirtualTime();
114 int kernelSize = 100;
115 string dmpMode =
"MinimumJerk";
116 string dmpStyle =
"Discrete";
117 double dmpAmplitude = 1;
121 double phaseDist0 = 50;
122 double phaseDist1 = 10;
123 double phaseKpPos = 1;
124 double phaseKpOri = 0.1;
125 double timeDuration = 10;
126 double posToOriRatio = 100;
154 void learnDMPFromFiles(
string whichMP, Ice::StringSeq trajfiles);
156 void runDMP(Ice::DoubleSeq leftGoals, Ice::DoubleSeq rightGoals);
159 void setViaPoints(
string whichDMP,
double canVal, Ice::DoubleSeq viaPoint);