Skip to content

Commit

Permalink
Restore message type ResponseStatus (autowarefoundation#8)
Browse files Browse the repository at this point in the history
* Restore message type `ResponseStatus`

* Add a comment as to why message type `ResponseStatus` was restored
  • Loading branch information
yamacir-kit authored Dec 20, 2021
1 parent a435326 commit c5ba9b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_external_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
msg/ResponseStatus.msg
srv/GetVersion.srv
DEPENDENCIES
tier4_external_api_msgs
Expand Down
13 changes: 13 additions & 0 deletions autoware_external_api_msgs/msg/ResponseStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This message type is deprecated. However, this message type is maintained
# because autoware_hmi_msgs (https://github.com/tier4/AutowareArchitectureProposal_msgs/tree/main/autoware_hmi_msgs)
# depends on this message type.

# constants
uint32 SUCCESS=1
uint32 IGNORED=2
uint32 WARN=3
uint32 ERROR=4

# fields
uint32 code
string message

0 comments on commit c5ba9b9

Please sign in to comment.