Skip to content

Commit 8f0e44f

Browse files
committed
Update message definitions Tue Aug 26 12:43:49 UTC 2025
1 parent a60c538 commit 8f0e44f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msg/ArmingCheckRequest.msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
# The reply will include the published request_id, allowing correlation of all arming check information for a particular request.
88
# The reply will also include the registration_id for each external component, provided to it during the registration process (RegisterExtComponentReply).
99

10-
uint32 MESSAGE_VERSION = 0
10+
uint32 MESSAGE_VERSION = 1
1111

1212
uint64 timestamp # [us] Time since system start.
1313

1414
uint8 request_id # Id of this request. Allows correlation with associated ArmingCheckReply messages.
15+
16+
uint32 valid_registrations_mask # Bitmask of valid registration ID's (the bit is also cleared if flagged as unresponsive)

0 commit comments

Comments
 (0)