Object detection: add YOLOv8 implementation; unified API with doc
This commit is contained in:
parent
4dbf722c73
commit
86a3f4170f
12 changed files with 582 additions and 7 deletions
17
rbs_bt_executor/bt_trees/test_objdet_cleanup.xml
Normal file
17
rbs_bt_executor/bt_trees/test_objdet_cleanup.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<root main_tree_to_execute="ObjDetection">
|
||||
<BehaviorTree ID="ObjDetection">
|
||||
<Sequence>
|
||||
<Action ID="ObjectDetection"
|
||||
SettingPath=""
|
||||
ReqKind = "deactivate"
|
||||
server_name="/object_detection/change_state"
|
||||
server_timeout="1000"/>
|
||||
<Action ID="ObjectDetection"
|
||||
SettingPath=""
|
||||
ReqKind = "cleanup"
|
||||
server_name="/object_detection/change_state"
|
||||
server_timeout="1000"/>
|
||||
</Sequence>
|
||||
</BehaviorTree>
|
||||
</root>
|
17
rbs_bt_executor/bt_trees/test_objdet_run.xml
Normal file
17
rbs_bt_executor/bt_trees/test_objdet_run.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<root main_tree_to_execute="ObjDetection">
|
||||
<BehaviorTree ID="ObjDetection">
|
||||
<Sequence>
|
||||
<Action ID="ObjectDetection"
|
||||
SettingPath="!/home/shalenikol/0yolov8/test.json"
|
||||
ReqKind = "configure"
|
||||
server_name="/object_detection/change_state"
|
||||
server_timeout="1000"/>
|
||||
<Action ID="ObjectDetection"
|
||||
SettingPath=""
|
||||
ReqKind = "activate"
|
||||
server_name="/object_detection/change_state"
|
||||
server_timeout="1000"/>
|
||||
</Sequence>
|
||||
</BehaviorTree>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue