Skip to content

Commit

Permalink
IMPROVEMENT: This has been a private endevour done on my free time
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 3, 2024
1 parent 1e2a6ff commit 4f4cb36
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion MethodicConfigurator/annotate_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Supports sorting the parameters
Has unit tests with 88% coverage
Author: Amilcar do Carmo Lucas, IAV GmbH
Author: Amilcar do Carmo Lucas
"""

from os import path as os_path
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/ardupilot_methodic_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/backend_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/backend_flightcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/backend_flightcontroller_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/backend_mavftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/battery_cell_voltages.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/common_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/extract_param_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Currently has 95% unit test coverage
Amilcar do Carmo Lucas, IAV GmbH
Amilcar do Carmo Lucas
'''

import argparse
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/frontend_tkinter_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/frontend_tkinter_component_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/frontend_tkinter_parameter_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/get_release_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/param_ftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/param_pid_adjustment_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/tempcal_imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion MethodicConfigurator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion copy_magfit_pdef_to_template_dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion credits/update_credits_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion param_reorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion unittests/annotate_params_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
parameter documentation (if not cached) and adds it to the specified file or
to all *.param and *.parm files in the specified directory.
Author: Amilcar do Carmo Lucas, IAV GmbH
Author: Amilcar do Carmo Lucas
'''

# pylint: skip-file
Expand Down
2 changes: 1 addition & 1 deletion unittests/ardupilot_methodic_configurator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion unittests/backend_filesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion unittests/extract_param_defaults_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
Extracts parameter default values from an ArduPilot .bin file. Unittests.
Amilcar do Carmo Lucas, IAV GmbH
Amilcar do Carmo Lucas
'''


Expand Down
2 changes: 1 addition & 1 deletion unittests/frontend_tkinter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion unittests/param_pid_adjustment_update_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down
2 changes: 1 addition & 1 deletion windows/return_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This file is part of Ardupilot methodic configurator. https://github.com/ArduPilot/MethodicConfigurator
(C) 2024 Amilcar do Carmo Lucas, IAV GmbH
(C) 2024 Amilcar do Carmo Lucas
SPDX-License-Identifier: GPL-3
'''
Expand Down

0 comments on commit 4f4cb36

Please sign in to comment.