예제 #1
0
 public LookupTransformActionGoal(Header header, GoalID goal_id, LookupTransformGoal goal)
 {
     this.header  = header;
     this.goal_id = goal_id;
     this.goal    = goal;
 }
예제 #2
0
 public LookupTransformActionGoal()
 {
     this.header  = new Header();
     this.goal_id = new GoalID();
     this.goal    = new LookupTransformGoal();
 }