msg : add ping message

This commit is contained in:
Mohammed Kabir
2018-04-07 13:37:47 -04:00
committed by Lorenz Meier
parent e380adb9b6
commit 8d6e209888
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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
+6
View File
@@ -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