Browse Source

Sub: send gps messages as separate queued messages

master
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
b15d72ddce
  1. 3
      ArduSub/GCS_Mavlink.cpp

3
ArduSub/GCS_Mavlink.cpp

@ -717,6 +717,9 @@ GCS_MAVLINK_Sub::data_stream_send(void) @@ -717,6 +717,9 @@ GCS_MAVLINK_Sub::data_stream_send(void)
send_message(MSG_EXTENDED_STATUS2);
send_message(MSG_CURRENT_WAYPOINT);
send_message(MSG_GPS_RAW);
send_message(MSG_GPS_RTK);
send_message(MSG_GPS2_RAW);
send_message(MSG_GPS2_RTK);
send_message(MSG_NAV_CONTROLLER_OUTPUT);
send_message(MSG_LIMITS_STATUS);
}

Loading…
Cancel
Save