-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33e936d
commit 25967dc
Showing
4 changed files
with
12 additions
and
10 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
6 changes: 3 additions & 3 deletions
6
common/autoware_control_center_msgs/msg/AutowareNodeReport.msg
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# NodeStatus message designed to provide current status of Autoware node registered to Autoware Control Center | ||
# NodeStatus message designed to provide current status of Autoware node registered to Autoware Control Center | ||
|
||
string name_node | ||
bool alive | ||
builtin_interfaces/Duration last_heartbeat | ||
bool alive | ||
builtin_interfaces/Duration last_heartbeat |
4 changes: 2 additions & 2 deletions
4
common/autoware_control_center_msgs/msg/AutowareNodeReports.msg
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# NodeRegisterStatus message designed to provide the information about all nodes currently | ||
# NodeRegisterStatus message designed to provide the information about all nodes currently | ||
|
||
builtin_interfaces/Time stamp | ||
AutowareNodeReport[] nodes | ||
AutowareNodeReport[] nodes |