add get bool msg

This commit is contained in:
Joe Dong
2022-06-24 14:56:04 +08:00
parent 2d1d63d731
commit 4c09303cec
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/DeviceInfo.msg"
"msg/Extrinsics.msg"
"msg/Metadata.msg"
"srv/GetBool.msg"
"srv/GetDeviceInfo.srv"
"srv/GetCameraInfo.srv"
"srv/GetInt32.srv"
+4
View File
@@ -0,0 +1,4 @@
---
bool data
bool success
string message