Browse Source

Set Nav_WP as home

mission-4.1.18
Jason Short 13 years ago
parent
commit
af0ae6a10f
  1. 4
      ArduCopter/commands.pde

4
ArduCopter/commands.pde

@ -220,8 +220,8 @@ static void init_home()
// Save prev loc this makes the calcs look better before commands are loaded // Save prev loc this makes the calcs look better before commands are loaded
prev_WP = home; prev_WP = home;
// this is dangerous since we can get GPS lock at any time. //
//next_WP = home; next_WP = home;
// Load home for a default guided_WP // Load home for a default guided_WP
// ------------- // -------------

Loading…
Cancel
Save