5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 14:38:30 -04:00

Tracker: leave AHRS to log and notify home changes

This commit is contained in:
Peter Barker 2018-10-10 14:26:13 +11:00 committed by Andrew Tridgell
parent 50cb391dea
commit dc52ca2192

View File

@ -158,9 +158,6 @@ void Tracker::set_home(struct Location temp)
if (ahrs.get_origin(ekf_origin)) {
ahrs.set_home(temp);
}
gcs().send_home();
gcs().send_ekf_origin();
}
void Tracker::arm_servos()