mirror of https://github.com/ArduPilot/ardupilot
Copter: Guided: Add terrain following initialization.
This commit is contained in:
parent
628206b5e8
commit
95601d42db
|
@ -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