Exemplo n.º 1
0
 public ProportionChange(string jn, JointState.JointComponent jc)
 {
     JointName      = jn;
     JointComponent = jc;
 }
Exemplo n.º 2
0
 public AxisCoincidence(string jn, JointState.JointComponent ja, JointState.JointComponent jb)
 {
     JN = jn;
     JA = ja;
     JB = jb;
 }
Exemplo n.º 3
0
 public NeutralDeviation(string jn, JointState.JointComponent jc)
 {
     JointName      = jn;
     JointComponent = jc;
 }
Exemplo n.º 4
0
 public NumberCriticalPoints(string jn, JointState.JointComponent jc)
 {
     JN = jn;
     JC = jc;
 }
Exemplo n.º 5
0
 public DerivativeSum(string jn, JointState.JointComponent jc, Func <JointState, bool> condition)
 {
     JN   = jn;
     JC   = jc;
     Cond = condition;
 }
Exemplo n.º 6
0
		public ProportionChange(string jn, JointState.JointComponent jc) {
			JointName = jn;
			JointComponent = jc;
		}
Exemplo n.º 7
0
 public JointAmplitude(string jn, JointState.JointComponent jc, bool d)
 {
     JointName      = jn;
     JointComponent = jc;
     Directional    = d;
 }
Exemplo n.º 8
0
		public NeutralDeviation(string jn, JointState.JointComponent jc) {
			JointName = jn;
			JointComponent = jc;
		}
Exemplo n.º 9
0
		public AxisCoincidence(string jn, JointState.JointComponent ja, JointState.JointComponent jb) {
			JN = jn;
			JA = ja;
			JB = jb;
		}
Exemplo n.º 10
0
		public DerivativeSum(string jn, JointState.JointComponent jc, Func<JointState, bool> condition) {
			JN = jn;
			JC = jc;
			Cond = condition;
		}
Exemplo n.º 11
0
		public JointAmplitude(string jn, JointState.JointComponent jc, bool d) {
			JointName = jn;
			JointComponent = jc;
			Directional = d;
		}
Exemplo n.º 12
0
		public NumberCriticalPoints(string jn, JointState.JointComponent jc) {
			JN = jn;
			JC = jc;
		}