diff --git a/libraries/SITL/SIM_Morse.cpp b/libraries/SITL/SIM_Morse.cpp index 8bac7a7a56..ed85b2c948 100644 --- a/libraries/SITL/SIM_Morse.cpp +++ b/libraries/SITL/SIM_Morse.cpp @@ -614,8 +614,8 @@ void Morse::send_report(void) uint8_t saved_seq = chan0_status->current_tx_seq; chan0_status->current_tx_seq = mavlink.seq; uint16_t len = mavlink_msg_obstacle_distance_encode( - 0, - 0, + mavlink_system.sysid, + 13, &msg, &packet); chan0_status->current_tx_seq = saved_seq;