mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
SITL: fix heli RPM for heli SITL models
This commit is contained in:
parent
b31883a8a4
commit
8d1a362db7
@ -65,6 +65,8 @@ Helicopter::Helicopter(const char *frame_str) :
|
||||
|
||||
ground_behavior = GROUND_BEHAVIOR_NO_MOVEMENT;
|
||||
lock_step_scheduled = true;
|
||||
|
||||
motor_mask |= (1U<<0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user