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