Skip to content

Commit

Permalink
feat(tier4_control_msgs): add moderate stop interface service and mes…
Browse files Browse the repository at this point in the history
…sage (#88)

Signed-off-by: Berkay Karaman <brkay54@gmail.com>
  • Loading branch information
brkay54 authored May 23, 2023
1 parent f952fbc commit be27ffa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tier4_control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/IsStartRequested.msg"
"msg/IsPaused.msg"
"srv/SetPause.srv"
"msg/IsStopped.msg"
"srv/SetStop.srv"
DEPENDENCIES
autoware_common_msgs
std_msgs
Expand Down
3 changes: 3 additions & 0 deletions tier4_control_msgs/msg/IsStopped.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
builtin_interfaces/Time stamp
bool data
string[] requested_sources
4 changes: 4 additions & 0 deletions tier4_control_msgs/srv/SetStop.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bool stop
string request_source
---
autoware_common_msgs/ResponseStatus status

0 comments on commit be27ffa

Please sign in to comment.