Skip to content

Commit

Permalink
WIP heartbeat msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar committed Apr 19, 2023
1 parent 39e8e22 commit 6dfb085
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ set(MSG_FILES
"msg/DepthInfoStamped.msg"
"msg/PlaneStamped.msg"
"msg/PosTrackStatus.msg"
"msg/Heartbeat.msg"
)

set(SRV_FILES
Expand Down
20 changes: 20 additions & 0 deletions msg/Heartbeat.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Message to notify that the node is alive to other nodes

# idx of the message
uint64 beat_count

# namespace of the node
string node_ns
# name of the node
string node_name
# full node name
string full_name

# serial number of the input camera
uint32 camera_sn

# data from an svo?
bool svo_mode

#data from simulation?
bool simul_mode

0 comments on commit 6dfb085

Please sign in to comment.