Skip to content

Commit

Permalink
Merge branch 'master' into act_group_hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTon committed Mar 5, 2014
2 parents a8ff126 + 36ba60d commit 5d4797b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/mc_att_control/mc_att_control_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,10 @@ MulticopterAttitudeControl::MulticopterAttitudeControl() :
{
memset(&_v_att, 0, sizeof(_v_att));
memset(&_v_att_sp, 0, sizeof(_v_att_sp));
memset(&_v_rates_sp, 0, sizeof(_v_rates_sp));
memset(&_manual_control_sp, 0, sizeof(_manual_control_sp));
memset(&_v_control_mode, 0, sizeof(_v_control_mode));
memset(&_actuators, 0, sizeof(_actuators));
memset(&_armed, 0, sizeof(_armed));

_params.att_p.zero();
Expand Down

0 comments on commit 5d4797b

Please sign in to comment.