Skip to content

Commit

Permalink
Update message definitions Fri Dec 1 18:50:42 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Dec 1, 2023
1 parent c6282e3 commit c75ddb5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion msg/ArmingCheckReply.msg
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ bool mode_req_manual_control


uint8 ORB_QUEUE_LENGTH = 4

2 changes: 0 additions & 2 deletions msg/ArmingCheckRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ uint64 timestamp # time since system start (microseconds)
# broadcast message to request all registered arming checks to be reported

uint8 request_id


1 change: 0 additions & 1 deletion msg/ConfigOverrides.msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ uint8 source_id # ID depending on source_type
uint8 ORB_QUEUE_LENGTH = 4

# TOPICS config_overrides config_overrides_request

1 change: 0 additions & 1 deletion msg/GotoSetpoint.msg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ float32 max_vertical_speed # (optional) [m/s] maximum speed (absolute) in the D-

bool flag_set_max_heading_rate # true if setting a non-default heading rate limit
float32 max_heading_rate # (optional) [rad/s] maximum heading rate (absolute)

1 change: 0 additions & 1 deletion msg/MessageFormatRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ uint16 LATEST_PROTOCOL_VERSION = 1 # Current version of this protocol. Increase
uint16 protocol_version # Must be set to LATEST_PROTOCOL_VERSION. Do not change this field, it must be the first field after the timestamp

char[50] topic_name # E.g. /fmu/in/vehicle_command

1 change: 0 additions & 1 deletion msg/RegisterExtComponentReply.msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ int8 mode_id # assigned mode ID (-1 if invalid)
int8 mode_executor_id # assigned mode executor ID (-1 if invalid)

uint8 ORB_QUEUE_LENGTH = 2

3 changes: 0 additions & 3 deletions msg/UnregisterExtComponent.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ char[25] name # either the mode name, or component name
int8 arming_check_id # arming check registration ID (-1 if not registered)
int8 mode_id # assigned mode ID (-1 if not registered)
int8 mode_executor_id # assigned mode executor ID (-1 if not registered)



0 comments on commit c75ddb5

Please sign in to comment.