Skip to content

Commit

Permalink
Update src/modules/fw_autotune_attitude_control/fw_autotune_attitude_…
Browse files Browse the repository at this point in the history
…control.cpp


signal scaling after switch case

Co-authored-by: Mathieu Bresciani <[email protected]>
  • Loading branch information
avcuenes and bresch authored Mar 7, 2024
1 parent 0818a7e commit 87c0c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ const Vector3f FwAutotuneAttitudeControl::getIdentificationSignal()
}

_steps_counter++;

signal *= _param_fw_at_sysid_amp.get()

Vector3f rate_sp{};

Expand Down

0 comments on commit 87c0c6b

Please sign in to comment.