Copter: Guided: Add terrain following initialization.
This commit is contained in:
parent
492967a3fc
commit
5c7b05f345
@ -153,6 +153,9 @@ void ModeGuided::pva_control_start()
|
||||
|
||||
// initialise yaw
|
||||
auto_yaw.set_mode_to_default(false);
|
||||
|
||||
// initialise terain alt
|
||||
guided_pos_terrain_alt = false;
|
||||
}
|
||||
|
||||
// initialise guided mode's position controller
|
||||
|
Loading…
Reference in New Issue
Block a user