コード例 #1
0
 public LookupTransformResult(TransformStamped transform, TF2Error error)
 {
     this.transform = transform;
     this.error     = error;
 }
コード例 #2
0
 public LookupTransformResult()
 {
     this.transform = new TransformStamped();
     this.error     = new TF2Error();
 }