Skip to content

Commit

Permalink
Tracker: split home-set and home-locked state
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed May 29, 2018
1 parent c99cc46 commit 7be25fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AntennaTracker/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ void Tracker::set_home(struct Location temp)
Location ekf_origin;
if (ahrs.get_origin(ekf_origin)) {
ahrs.set_home(temp);
ahrs.set_home_status(HOME_SET_NOT_LOCKED);
}

gcs().send_home();
Expand Down

0 comments on commit 7be25fc

Please sign in to comment.