Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add heartbeat (#50)
Browse files Browse the repository at this point in the history
* feat(autoware_adapi_v1_msgs): add heartbeat

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(autoware_adapi_v1_msgs): add message counter

Signed-off-by: Takagi, Isamu <[email protected]>

* Update autoware_adapi_v1_msgs/system/msg/Heartbeat.msg

Co-authored-by: M. Fatih Cırıt <[email protected]>

* feat: add comment

Signed-off-by: Takagi, Isamu <[email protected]>

---------

Signed-off-by: Takagi, Isamu <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
isamu-takagi and xmfcx authored Apr 1, 2024
1 parent eb169b2 commit d996e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/srv/SetCooperationPolicies.srv
planning/srv/GetCooperationPolicies.srv
system/msg/MrmState.msg
system/msg/Heartbeat.msg
vehicle/msg/DoorCommand.msg
vehicle/msg/DoorLayout.msg
vehicle/msg/DoorStatus.msg
Expand Down
5 changes: 5 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/Heartbeat.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Timestamp in Autoware for delay checking.
builtin_interfaces/Time stamp

# Sequence number for order verification, wraps at 65535.
uint16 seq

0 comments on commit d996e40

Please sign in to comment.