Skip to content

Commit

Permalink
Copter: remove misleading comments about default being conversions
Browse files Browse the repository at this point in the history
despite these looking likely to be conversion information, these are actually default values embedded within the Copter::convert_pid_parameters method
  • Loading branch information
peterbarker authored and tridge committed Dec 30, 2024
1 parent e202a41 commit cef48fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ArduCopter/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,6 @@ void Copter::convert_pid_parameters(void)
// TradHeli default parameters
#if FRAME_CONFIG == HELI_FRAME
static const struct AP_Param::defaults_table_struct heli_defaults_table[] = {
// PARAMETER_CONVERSION - Added: Nov-2018
{ "LOIT_ACC_MAX", 500.0f },
{ "LOIT_BRK_ACCEL", 125.0f },
{ "LOIT_BRK_DELAY", 1.0f },
Expand All @@ -1394,11 +1393,8 @@ void Copter::convert_pid_parameters(void)
{ "PSC_VELXY_D", 0.0f },
{ "PSC_VELXY_I", 0.5f },
{ "PSC_VELXY_P", 1.0f },
// PARAMETER_CONVERSION - Added: Jan-2019
{ "RC8_OPTION", 32 },
// PARAMETER_CONVERSION - Added: Aug-2018
{ "RC_OPTIONS", 0 },
// PARAMETER_CONVERSION - Added: Feb-2022
{ "ATC_RAT_RLL_ILMI", 0.05},
{ "ATC_RAT_PIT_ILMI", 0.05},
};
Expand Down

0 comments on commit cef48fc

Please sign in to comment.