rc_pick_client/DetectLoadCarriers Service

File: rc_pick_client/DetectLoadCarriers.srv

Raw Message Definition

# Description: Triggers the detection of the given load carriers.

# Required. Pose frame for output poses (valid values are camera and external)
string pose_frame

# Optional
string region_of_interest_id

# Required
string[] load_carrier_ids

# Required only if reference frame = external and sensor is robot-mounted
geometry_msgs/Pose robot_pose

---

time timestamp

LoadCarrier[] load_carriers

rc_common_msgs/ReturnCode return_code

Compact Message Definition

string pose_frame
string region_of_interest_id
string[] load_carrier_ids
geometry_msgs/Pose robot_pose

time timestamp
rc_pick_client/LoadCarrier[] load_carriers
rc_common_msgs/ReturnCode return_code