We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
hughie
No branches or pull requests
The text was updated successfully, but these errors were encountered: