mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: rename xy_mode
This commit is contained in:
parent
fc4442bf61
commit
a70f98552e
@ -313,7 +313,7 @@ static void guided_posvel_control_run()
|
||||
pos_control.set_desired_velocity_xy(posvel_vel_target_cms.x, posvel_vel_target_cms.y);
|
||||
|
||||
// run position controller
|
||||
pos_control.update_xy_controller(AC_PosControl::XY_MODE_POS_AND_VEL, ekfNavVelGainScaler);
|
||||
pos_control.update_xy_controller(AC_PosControl::XY_MODE_POS_AND_VEL_FF, ekfNavVelGainScaler);
|
||||
pos_control.update_z_controller();
|
||||
|
||||
// call attitude controller
|
||||
|
Loading…
Reference in New Issue
Block a user