mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Tracker: leave AHRS to log and notify home changes
This commit is contained in:
parent
50cb391dea
commit
dc52ca2192
@ -158,9 +158,6 @@ void Tracker::set_home(struct Location temp)
|
|||||||
if (ahrs.get_origin(ekf_origin)) {
|
if (ahrs.get_origin(ekf_origin)) {
|
||||||
ahrs.set_home(temp);
|
ahrs.set_home(temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
gcs().send_home();
|
|
||||||
gcs().send_ekf_origin();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tracker::arm_servos()
|
void Tracker::arm_servos()
|
||||||
|
Loading…
Reference in New Issue
Block a user