Skip to content

Commit

Permalink
core: ardupilot-manager: Fix default navigator port
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Mar 26, 2021
1 parent 639707a commit 9869f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/ardupilot_manager/ArduPilotManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def start_navigator(self) -> None:
except Exception as error:
raise RuntimeError(f"Failed to start navigator: {error}") from error

local_endpoint = "tcp:0.0.0.0:5766"
local_endpoint = "tcp:0.0.0.0:5760"
self.subprocess = subprocess.Popen(
[
firmware,
Expand Down

0 comments on commit 9869f75

Please sign in to comment.