robotics-in-concert / rocon_demo_msgs

it contains demo related messages.
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

p2p delivery service를 위한 메시지 작성 #5

Open hughie opened 9 years ago

hughie commented 9 years ago
jihoonl commented 9 years ago

Rapp info

name :  p2p_delivery
description: point to point delivery with TTS?

public_interface

publishers:
name : robot_pose
            type: PoseStamped
name :  robot_status
           type: RobotStatus
subscrbers:
map
map_metadata
location_list  # Waypoint
global_marker_list
action_servers:
name : delivery_order
            type: simple_delivey_msgs/RobotP2PDeliveryOrderAction
action_clients: []

P2pDeliveryOrderaction

 Goal
string order_id
string from
string to
string message
---
# Result
string order_id
bool success
string message
---
# Feedback
P2PDeliveryStatus delivery_status

P2PDeliveryStatus

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