Skip to content

Commit

Permalink
Add P2Pdelivery messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hughie committed Sep 8, 2015
1 parent 8436391 commit 08b9fe4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions simple_delivery_msgs/action/P2PDeliveryOrderAction.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#Action Goal

string order_id
string from
string to
string message
---
#Action Result

string order_id
bool success
string message
---
#Action Feedback

P2PDeliveryStatus delivery_status
16 changes: 16 additions & 0 deletions simple_delivery_msgs/msg/P2PDeliveryStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
int8 IDLE = 10
int8 GO_TO_PICKUP = 20
int8 ARRIVAL_AT_PICKUP = 30
int8 WAITING_FOR_PICKUP_CONFIRM = 40
int8 GO_TO_RECEIVER = 51
int8 ARRIVAL_AT_RECEIVER = 52
int8 WAITING_FOR_RECEIVER_CONFIRM = 53
int8 COMPLETE_DELIVERY = 54
int8 COMPLETE_ALL_DELIVERY = 60
int8 RETURN_TO_DOCK = 70
int8 COMPLETE_RETURN = 80
int8 ERROR = -10

string order_id
string target_goal
int8 status

0 comments on commit 08b9fe4

Please sign in to comment.