Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ def create_new_vehicle_from_template(
self.open_vehicle_directory(new_path)
return new_path

def create_new_vehicle_from_bin_log(
def create_new_vehicle_from_bin_log( # pylint: disable=too-many-locals
self,
bin_file: str,
progress_callback: Callable[[int, int], None] | None = None,
) -> str: # pylint: disable=too-many-locals
) -> str:
"""
Create a new vehicle configuration directory from an ArduPilot .bin log file.

Expand Down
Loading