SITL: fix heli RPM for heli SITL models

This commit is contained in:
Bill Geyer 2023-02-06 08:23:12 -05:00 committed by Andrew Tridgell
parent b31883a8a4
commit 8d1a362db7

View File

@ -65,6 +65,8 @@ Helicopter::Helicopter(const char *frame_str) :
ground_behavior = GROUND_BEHAVIOR_NO_MOVEMENT;
lock_step_scheduled = true;
motor_mask |= (1U<<0);
}
/*