Skip to content

Commit

Permalink
feat: announce volume service (#104)
Browse files Browse the repository at this point in the history
* feat: announce volume service

* Volume split into GetVolume/SetVolume

* remove GetVolume.srv
  • Loading branch information
eyr1n committed Oct 27, 2023
1 parent 71cc77d commit 0035a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_hmi_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ament_auto_find_build_dependencies()

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

0 comments on commit 0035a38

Please sign in to comment.