Browse Source

AP_MotorsHeli: init roll_radio_passthrough

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
a3fab10ef4
  1. 6
      libraries/AP_Motors/AP_MotorsHeli.h

6
libraries/AP_Motors/AP_MotorsHeli.h

@ -116,7 +116,11 @@ public: @@ -116,7 +116,11 @@ public:
_rsc_runup_increment(0.0f),
_rotor_speed_estimate(0.0f),
_tail_direct_drive_out(0),
_delta_phase_angle(0)
_delta_phase_angle(0),
_roll_radio_passthrough(0),
_pitch_radio_passthrough(0),
_throttle_radio_passthrough(0),
_yaw_radio_passthrough(0)
{
AP_Param::setup_object_defaults(this, var_info);

Loading…
Cancel
Save