Users Manual
{
"load
_
carrier
_
ids": [
"string"
]
}
This service returns the following response:
{
"load
_
carriers": [
{
"id": "string",
"inner
_
dimensions": {
"x": "float64",
"y": "float64",
"z": "float64"
},
"outer
_
dimensions": {
"x": "float64",
"y": "float64",
"z": "float64"
},
"pose": {
"orientation": {
"w": "float64",
"x": "float64",
"y": "float64",
"z": "float64"
},
"position": {
"x": "float64",
"y": "float64",
"z": "float64"
}
},
"pose
_
frame": "string",
"rim
_
thickness": {
"x": "float64",
"y": "float64"
}
}
],
"return
_
code": {
"message": "string",
"value": "int16"
}
}
delete
_
load
_
carriers Deletes the configured load carriers with the requested load
_
carrier
_
ids. All load
carriers to be deleted must be explicitly stated in load
_
carrier
_
ids.
This service requires the following arguments:
{
"load
_
carrier
_
ids": [
"string"
]
}
This service returns the following response:
7.4. ItemPick and BoxPick 94