Skip to content

Commit

Permalink
core: services: ardupilot_manager: MAVLinkRouter: Remove tlog
Browse files Browse the repository at this point in the history
The communication between channels appears to fail when the file does not open as expected

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Feb 15, 2024
1 parent 848ba66 commit 1b4ba04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def convert_endpoint(endpoint: Endpoint) -> str:
f"Master endpoint of type {master_endpoint.connection_type} not supported on MavlinkRouter."
)

return f"{self.binary()} {convert_endpoint(master_endpoint)} {endpoints} -l {self.logdir()} -T"
return f"{self.binary()} {convert_endpoint(master_endpoint)} {endpoints} -l {self.logdir()}"

@staticmethod
def name() -> str:
Expand Down

0 comments on commit 1b4ba04

Please sign in to comment.