mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
Made Yaw Hold universal for Acro
This commit is contained in:
parent
32e7b075d9
commit
1851dd541b
@ -448,7 +448,7 @@ static void set_mode(byte mode)
|
|||||||
switch(control_mode)
|
switch(control_mode)
|
||||||
{
|
{
|
||||||
case ACRO:
|
case ACRO:
|
||||||
yaw_mode = YAW_ACRO;
|
yaw_mode = YAW_HOLD;
|
||||||
roll_pitch_mode = ROLL_PITCH_ACRO;
|
roll_pitch_mode = ROLL_PITCH_ACRO;
|
||||||
throttle_mode = THROTTLE_MANUAL;
|
throttle_mode = THROTTLE_MANUAL;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user