File: srs_knowledge/TaskRequest.srv
Raw Message Definition
#input: command + target
# task: get(fetch & carry task) , move, stop, search
string task
#temporary use here: kitchen, milk, [x, y, theta]
string content ## to be deprecated and replaced with parameters
string json_parameters ## to replace plain string
# string[] parameters # not in use at the moment.
# Or other task information
# geometry_msgs/Pose2D userPose
string userPose
---
# 0: successful. 1: unsuccessful. 2: other
int32 result
# generated sessionId
int32 sessionId
#if other case
string description
Compact Message Definition
string task
string content
string json_parameters
string userPose
int32 result
int32 sessionId
string description