Skip to content

Commit

Permalink
Volume split into GetVolume/SetVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Sep 14, 2023
1 parent 0da4531 commit 325437a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tier4_hmi_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
srv/Announce.srv
srv/Volume.srv
srv/GetVolume.srv
srv/SetVolume.srv
DEPENDENCIES
builtin_interfaces
tier4_external_api_msgs
Expand Down
3 changes: 3 additions & 0 deletions tier4_hmi_msgs/srv/GetVolume.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
tier4_external_api_msgs/ResponseStatus status
float32 volume
File renamed without changes.

0 comments on commit 325437a

Please sign in to comment.