add rbs_package json

This commit is contained in:
shalenikol 2024-01-30 16:36:30 +03:00
parent 86a3f4170f
commit 731f264668

View file

@ -0,0 +1,35 @@
{
"SkillPackage": {
"name": "Robossembler", "version": "1.0", "format": "1"
},
"Module": {
"name": "ObjectDetection", "description": "Object detection skill with YOLOv8"
},
"Launch": {
"executable": "detection_lifecycle.py"
},
"Interface": {
"Input": [
{
"name": "cameraLink", "type": "string", "group": "STD_USER"
},
{
"name": "topicImage", "type": "Image", "group": "sensor_msgs.msg"
}
],
"Output":
[
{
"name": "boundBox", "type": "BoundBox", "group": ".msg"
}
]
},
"Settings": [
{
"name": "publishDelay", "value": 0.5
},
{
"name": "xxxxxxxx", "value": "a0a0a0"
}
]
}