From 0016fa747453da9ebf3021635e0f5bfd96e469fe Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Thu, 5 Dec 2024 13:10:59 +0300 Subject: [PATCH] use https instead of ssh for rviz submodule --- scripts/sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sim.py b/scripts/sim.py index 2983b8b..bad80a2 100755 --- a/scripts/sim.py +++ b/scripts/sim.py @@ -74,7 +74,7 @@ def execute_build_command(self) -> None: def execute_rviz_command(self) -> None: rviz_dir = "rviz" - repo_url = "git@github.com:PonomarevDA/rviz_docker.git" + repo_url = "https://github.com/PonomarevDA/rviz_docker.git" if not os.path.exists(rviz_dir) or not os.listdir(rviz_dir): logger.info("Cloning repository from %s into %s...", repo_url, rviz_dir) try: