mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 19:40:19 +08:00
feat: add runtime stream profile service
This commit is contained in:
@@ -20,6 +20,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
"msg/Metadata.msg"
|
||||
"msg/IMUInfo.msg"
|
||||
"msg/RGBD.msg"
|
||||
"msg/StreamProfile.msg"
|
||||
"srv/GetBool.srv"
|
||||
"srv/GetDeviceInfo.srv"
|
||||
"srv/GetCameraInfo.srv"
|
||||
@@ -27,6 +28,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
"srv/GetString.srv"
|
||||
"srv/SetInt32.srv"
|
||||
"srv/SetString.srv"
|
||||
"srv/SetStreamProfile.srv"
|
||||
DEPENDENCIES
|
||||
sensor_msgs
|
||||
std_msgs)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
string stream_name
|
||||
int32 width
|
||||
int32 height
|
||||
int32 fps
|
||||
string format
|
||||
@@ -0,0 +1,4 @@
|
||||
StreamProfile[] profiles
|
||||
---
|
||||
bool success
|
||||
string message
|
||||
Reference in New Issue
Block a user