Beispiel #1
0
 /// <summary> Constructor for empty message. </summary>
 public FibonacciActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new FibonacciGoal();
 }
Beispiel #2
0
 /// <summary> Constructor for empty message. </summary>
 public TestRequestActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new TestRequestGoal();
 }
Beispiel #3
0
 /// <summary> Constructor for empty message. </summary>
 public LookupTransformActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new LookupTransformGoal();
 }
 /// <summary> Constructor for empty message. </summary>
 public ExecuteTrajectoryActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new ExecuteTrajectoryGoal();
 }
Beispiel #5
0
 /// <summary> Constructor for empty message. </summary>
 public PlaceActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new PlaceGoal();
 }
Beispiel #6
0
 /// <summary> Constructor for empty message. </summary>
 public MoveGroupActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new MoveGroupGoal();
 }
 /// <summary> Constructor for empty message. </summary>
 public ObjectRecognitionActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new ObjectRecognitionGoal();
 }
Beispiel #8
0
 /// <summary> Constructor for empty message. </summary>
 public AveragingActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new AveragingGoal();
 }
Beispiel #9
0
 /// <summary> Constructor for empty message. </summary>
 public TwoIntsActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new TwoIntsGoal();
 }
Beispiel #10
0
 /// <summary> Constructor for empty message. </summary>
 public ShapeActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new ShapeGoal();
 }
Beispiel #11
0
 /// <summary> Constructor for empty message. </summary>
 public MoveGroupSequenceActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new MoveGroupSequenceGoal();
 }
Beispiel #12
0
 /// <summary> Constructor for empty message. </summary>
 public PickupActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = new PickupGoal();
 }
Beispiel #13
0
 /// <summary> Constructor for empty message. </summary>
 public GetMapActionGoal()
 {
     GoalId = new ActionlibMsgs.GoalID();
     Goal   = GetMapGoal.Singleton;
 }