add image save interface and raw control interface
This commit is contained in:
@@ -56,6 +56,9 @@ set(srv_files
|
||||
srv/MotorParam.srv
|
||||
srv/GripperCmd.srv
|
||||
srv/MotorInfo.srv
|
||||
srv/SetCameraRawParams.srv
|
||||
srv/SetCameraRawStatus.srv
|
||||
srv/SaveCameraImages.srv
|
||||
)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
string camera_position
|
||||
string[] camera_positions
|
||||
string[] classes
|
||||
|
||||
---
|
||||
|
||||
8
src/srv/SaveCameraImages.srv
Normal file
8
src/srv/SaveCameraImages.srv
Normal file
@@ -0,0 +1,8 @@
|
||||
string[] camera_positions
|
||||
string[] image_types
|
||||
|
||||
string save_dir
|
||||
string save_type
|
||||
---
|
||||
bool[] success
|
||||
string[] info
|
||||
7
src/srv/SetCameraRawParams.srv
Normal file
7
src/srv/SetCameraRawParams.srv
Normal file
@@ -0,0 +1,7 @@
|
||||
string camera_position
|
||||
string raw
|
||||
int32 exposure
|
||||
int32 gain
|
||||
---
|
||||
bool success
|
||||
string info
|
||||
7
src/srv/SetCameraRawStatus.srv
Normal file
7
src/srv/SetCameraRawStatus.srv
Normal file
@@ -0,0 +1,7 @@
|
||||
string camera_position
|
||||
bool color_raw
|
||||
bool depth_raw
|
||||
bool ir_raw
|
||||
---
|
||||
bool success
|
||||
string info
|
||||
Reference in New Issue
Block a user