mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
msg : add ping message
This commit is contained in:
committed by
Lorenz Meier
parent
e380adb9b6
commit
8d6e209888
@@ -77,6 +77,7 @@ set(msg_files
|
||||
offboard_control_mode.msg
|
||||
optical_flow.msg
|
||||
parameter_update.msg
|
||||
ping.msg
|
||||
position_setpoint.msg
|
||||
position_setpoint_triplet.msg
|
||||
power_button_state.msg
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
uint64 ping_time # Timestamp of the ping packet
|
||||
uint32 ping_sequence # Sequence number of the ping packet
|
||||
uint32 dropped_packets # Number of dropped ping packets
|
||||
float32 rtt_ms # Round trip time (in ms)
|
||||
uint8 system_id # System ID of the remote system
|
||||
uint8 component_id # Component ID of the remote system
|
||||
Reference in New Issue
Block a user