rooster_fleet_manager/GetJobInfo Service

File: rooster_fleet_manager/GetJobInfo.srv

Raw Message Definition

string job_id           # The Job's Unique ID to find information on.
---
string error_status      # The status of this service request, 0 for succes, 1 for failure.
string error_report     # Text report of the status in case of failure.
JobInfo job_info        # A JobInfo.msg containing information about the job including a list of TaskInfo.msg.

Compact Message Definition

string job_id

string error_status
string error_report
rooster_fleet_manager/JobInfo job_info