restored the interface block in the config
This commit is contained in:
parent
e4c3c0f1c7
commit
47c5e89913
1 changed files with 16 additions and 0 deletions
|
@ -27,5 +27,21 @@
|
||||||
"result":[]
|
"result":[]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"Interface": {
|
||||||
|
"Input": [
|
||||||
|
{
|
||||||
|
"name": "cameraLink", "type": "CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "object_name", "type": "MODEL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Output":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "pose_estimation_topic", "type": "Pose"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"Settings": []
|
"Settings": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue