예제 #1
0
 public GetMotionPlanResponse(MotionPlanResponse motion_plan_response)
 {
     this.motion_plan_response = motion_plan_response;
 }
예제 #2
0
 public GetMotionPlanResponse()
 {
     this.motion_plan_response = new MotionPlanResponse();
 }