mirror of https://github.com/ArduPilot/ardupilot
AC remove attitude hil unused extra (gps jump issue.)
This commit is contained in:
parent
38ff381620
commit
2d6d74f625
|
@ -869,9 +869,6 @@ GCS_MAVLINK::data_stream_send(void)
|
||||||
|
|
||||||
if (stream_trigger(STREAM_POSITION)) {
|
if (stream_trigger(STREAM_POSITION)) {
|
||||||
// sent with GPS read
|
// sent with GPS read
|
||||||
#if HIL_MODE == HIL_MODE_ATTITUDE
|
|
||||||
send_message(MSG_LOCATION);
|
|
||||||
#endif
|
|
||||||
//Serial.printf("mav3 %d\n", (int)streamRatePosition.get());
|
//Serial.printf("mav3 %d\n", (int)streamRatePosition.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue