Skip to content

Commit

Permalink
Copter: Add heli motors param conversion helper
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKear committed Nov 6, 2023
1 parent 2d369a8 commit 12cfc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ void Copter::allocate_motors(void)
convert_pid_parameters();
#if FRAME_CONFIG == HELI_FRAME
convert_tradheli_parameters();
motors->heli_motors_param_conversions();
#endif

#if HAL_PROXIMITY_ENABLED
Expand Down

0 comments on commit 12cfc13

Please sign in to comment.