forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore message type
ResponseStatus
(autowarefoundation#8)
* Restore message type `ResponseStatus` * Add a comment as to why message type `ResponseStatus` was restored
- Loading branch information
1 parent
a435326
commit c5ba9b9
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |