コード例 #1
0
ファイル: LbcbConversion.cs プロジェクト: mbletzinger/lbcb-om
 public LbcbConversion(String label, Lbcb lbcb, RigidTransform transform)
 {
     String newlabel = lbcb.getLabel() + "_" + label;
     this.lbcb = new Lbcb( newlabel, lbcb.getActuatorPins());
     this.transform = transform;
     this.label = label;
 }