AC_Circle: remove xy mode and limit angle to maintain alt
This commit is contained in:
parent
1c0678226c
commit
d104e3a3c0
@ -160,7 +160,7 @@ void AC_Circle::update()
|
||||
}
|
||||
|
||||
// update position controller
|
||||
_pos_control.update_xy_controller(AC_PosControl::XY_MODE_POS_ONLY, 1.0f, false);
|
||||
_pos_control.update_xy_controller(1.0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user