Skip to content

Commit

Permalink
Merge branch 'ros2_humble' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar committed Oct 21, 2022
2 parents 7edb11e + 83fa2d5 commit e565d6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ set(MSG_FILES
set(SRV_FILES
"srv/SetPose.srv"
"srv/StartSvoRec.srv"
"srv/SetROI.srv"
)

rosidl_generate_interfaces(${PROJECT_NAME}
Expand Down
8 changes: 8 additions & 0 deletions srv/SetROI.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set the Region of Interest for ZED SDK computing

# Region of interest polygon as an array of normalized vertices. e.g. "[[0.5,0.25],[0.75,0.5],[0.5,0.75],[0.25,0.5]]"
# You can use
string roi
---
bool success # indicate successful run of service
string message # informational, e.g. for error messages

0 comments on commit e565d6c

Please sign in to comment.